Tag: cws_src680_oj14 User: oj Date: 2007-05-30 16:25:22+0000 Modified: dba/reportdesign/inc/rptui_slotid.hrc dba/reportdesign/uiconfig/dbreport/accelerator/de-DE/default.xml dba/reportdesign/uiconfig/dbreport/accelerator/en-GB/default.xml dba/reportdesign/uiconfig/dbreport/accelerator/en-US/default.xml dba/reportdesign/util/hidother.src
Log: #i77284 tab+ctrl to move between sections File Changes: Directory: /dba/reportdesign/inc/ ================================= File [changed]: rptui_slotid.hrc Url: http://dba.openoffice.org/source/browse/dba/reportdesign/inc/rptui_slotid.hrc?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +6 -3 ------------------- --- rptui_slotid.hrc 2007-05-10 06:29:55+0000 1.1.2.1 +++ rptui_slotid.hrc 2007-05-30 16:25:19+0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: rptui_slotid.hrc,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: oj $ $Date: 2007/05/10 06:29:55 $ + * last change: $Author: oj $ $Date: 2007/05/30 16:25:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -180,7 +180,7 @@ #define SID_DRAWTBX_CS_CALLOUT7 ( SID_RPTUI_START + 138 ) #define SID_RPT_TEXTDOCUMENT ( SID_RPTUI_START + 139 ) -#define SID_RPT_SPREEDSHEET ( SID_RPTUI_START + 140 ) +#define SID_RPT_SPREADSHEET ( SID_RPTUI_START + 140 ) #define SID_RPT_SHOWREPORTEXPLORER ( SID_RPTUI_START + 141 ) #define SID_RPT_NEW_FUNCTION ( SID_RPTUI_START + 142 ) @@ -203,5 +203,8 @@ #define SID_SECTION_ALIGN_MIDDLE ( SID_RPTUI_START + 157 ) #define SID_SECTION_ALIGN_DOWN ( SID_RPTUI_START + 158 ) +#define SID_NEXT_MARK ( SID_RPTUI_START + 159 ) +#define SID_PREV_MARK ( SID_RPTUI_START + 160 ) + #endif // _RPTUI_SLOTID_HRC_ Directory: /dba/reportdesign/uiconfig/dbreport/accelerator/de-DE/ ================================================================= File [changed]: default.xml Url: http://dba.openoffice.org/source/browse/dba/reportdesign/uiconfig/dbreport/accelerator/de-DE/default.xml?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +5 -3 ------------------- --- default.xml 2007-05-09 13:53:25+0000 1.1.2.1 +++ default.xml 2007-05-30 16:25:19+0000 1.1.2.2 @@ -10,4 +10,6 @@ <accel:item accel:code="KEY_A" accel:mod1="true" accel:shift="true" xlink:href=".uno:SelectAllInSection"/> <accel:item accel:code="KEY_Y" accel:mod1="true" xlink:href=".uno:Redo"/> <accel:item accel:code="KEY_Z" accel:mod1="true" xlink:href=".uno:Undo"/> + <accel:item accel:code="KEY_TAB" accel:mod1="true" xlink:href=".uno:NextMark"/> + <accel:item accel:code="KEY_TAB" accel:mod1="true" accel:shift="true" xlink:href=".uno:PrevMark"/> </accel:acceleratorlist> Directory: /dba/reportdesign/uiconfig/dbreport/accelerator/en-GB/ ================================================================= File [changed]: default.xml Url: http://dba.openoffice.org/source/browse/dba/reportdesign/uiconfig/dbreport/accelerator/en-GB/default.xml?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +5 -3 ------------------- --- default.xml 2007-05-09 13:54:30+0000 1.1.2.1 +++ default.xml 2007-05-30 16:25:19+0000 1.1.2.2 @@ -10,4 +10,6 @@ <accel:item accel:code="KEY_A" accel:mod1="true" accel:shift="true" xlink:href=".uno:SelectAllInSection"/> <accel:item accel:code="KEY_Y" accel:mod1="true" xlink:href=".uno:Redo"/> <accel:item accel:code="KEY_Z" accel:mod1="true" xlink:href=".uno:Undo"/> + <accel:item accel:code="KEY_TAB" accel:mod1="true" xlink:href=".uno:NextMark"/> + <accel:item accel:code="KEY_TAB" accel:mod1="true" accel:shift="true" xlink:href=".uno:PrevMark"/> </accel:acceleratorlist> Directory: /dba/reportdesign/uiconfig/dbreport/accelerator/en-US/ ================================================================= File [changed]: default.xml Url: http://dba.openoffice.org/source/browse/dba/reportdesign/uiconfig/dbreport/accelerator/en-US/default.xml?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +6 -4 ------------------- --- default.xml 2007-05-09 13:54:09+0000 1.1.2.1 +++ default.xml 2007-05-30 16:25:19+0000 1.1.2.2 @@ -10,4 +10,6 @@ <accel:item accel:code="KEY_A" accel:mod1="true" accel:shift="true" xlink:href=".uno:SelectAllInSection"/> <accel:item accel:code="KEY_Y" accel:mod1="true" xlink:href=".uno:Redo"/> <accel:item accel:code="KEY_Z" accel:mod1="true" xlink:href=".uno:Undo"/> + <accel:item accel:code="KEY_TAB" accel:mod1="true" xlink:href=".uno:NextMark"/> + <accel:item accel:code="KEY_TAB" accel:mod1="true" accel:shift="true" xlink:href=".uno:PrevMark"/> </accel:acceleratorlist> Directory: /dba/reportdesign/util/ ================================== File [changed]: hidother.src Url: http://dba.openoffice.org/source/browse/dba/reportdesign/util/hidother.src?r1=1.1.2.2&r2=1.1.2.3 Delta lines: +5 -3 ------------------- --- hidother.src 2007-05-11 09:24:20+0000 1.1.2.2 +++ hidother.src 2007-05-30 16:25:20+0000 1.1.2.3 @@ -4,9 +4,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.1.2.2 $ + * $Revision: 1.1.2.3 $ * - * last change: $Author: oj $ $Date: 2007/05/11 09:24:20 $ + * last change: $Author: oj $ $Date: 2007/05/30 16:25:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -104,7 +104,7 @@ hidspecial SID_EXECUTE_REPORT { HelpId = SID_EXECUTE_REPORT; }; hidspecial SID_RPT_TEXTDOCUMENT { HelpId = SID_RPT_TEXTDOCUMENT; }; -hidspecial SID_RPT_SPREEDSHEET { HelpId = SID_RPT_SPREEDSHEET; }; +hidspecial SID_RPT_SPREADSHEET { HelpId = SID_RPT_SPREADSHEET; }; hidspecial HID_PROP_DEEPTRAVERSING { HelpId = HID_PROP_DEEPTRAVERSING; }; hidspecial HID_PROP_PREEVALUATED { HelpId = HID_PROP_PREEVALUATED; }; hidspecial HID_NAVIGATOR_DLG { HelpId = HID_NAVIGATOR_DLG; }; @@ -135,3 +135,5 @@ hidspecial SID_SECTION_ALIGN_UP { HelpId = SID_SECTION_ALIGN_UP; }; hidspecial SID_SECTION_ALIGN_MIDDLE { HelpId = SID_SECTION_ALIGN_MIDDLE; }; hidspecial SID_SECTION_ALIGN_DOWN { HelpId = SID_SECTION_ALIGN_DOWN; }; +hidspecial SID_NEXT_MARK { HelpId = SID_NEXT_MARK; }; +hidspecial SID_PREV_MARK { HelpId = SID_PREV_MARK; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
