xref: /aoo42x/main/sw/inc/swcommands.h (revision cdf0e10c)
1*cdf0e10cSrcweir /*************************************************************************
2*cdf0e10cSrcweir  *
3*cdf0e10cSrcweir  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir  *
5*cdf0e10cSrcweir  * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir  *
7*cdf0e10cSrcweir  * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir  *
9*cdf0e10cSrcweir  * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir  *
11*cdf0e10cSrcweir  * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir  * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir  * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir  *
15*cdf0e10cSrcweir  * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir  * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir  * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir  *
21*cdf0e10cSrcweir  * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir  * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir  * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir  * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir  *
26*cdf0e10cSrcweir  ************************************************************************/
27*cdf0e10cSrcweir #ifndef SW_SWCOMMANDS_HRC
28*cdf0e10cSrcweir #define SW_SWCOMMANDS_HRC
29*cdf0e10cSrcweir 
30*cdf0e10cSrcweir #define CMD_SID_CREATE_SW_DRAWVIEW                  ".uno:CreateSWDrawView"
31*cdf0e10cSrcweir #define CMD_FN_REDLINE_ACCEPT                       ".uno:AcceptTrackedChanges"
32*cdf0e10cSrcweir #define CMD_FN_REDLINE_ON                           ".uno:TrackChanges"
33*cdf0e10cSrcweir #define CMD_FN_ADD_UNKNOWN                          ".uno:AddAllUnknownWords"
34*cdf0e10cSrcweir #define CMD_FN_FRAME_ALIGN_VERT_BOTTOM              ".uno:AlignBottom"
35*cdf0e10cSrcweir #define CMD_FN_FRAME_ALIGN_VERT_CHAR_BOTTOM         ".uno:AlignCharBottom"
36*cdf0e10cSrcweir #define CMD_FN_FRAME_ALIGN_VERT_CHAR_TOP            ".uno:AlignCharTop"
37*cdf0e10cSrcweir #define CMD_FN_FRAME_ALIGN_HORZ_CENTER              ".uno:AlignHorizontalCenter"
38*cdf0e10cSrcweir #define CMD_FN_FRAME_ALIGN_HORZ_LEFT                ".uno:AlignLeft"
39*cdf0e10cSrcweir #define CMD_FN_FRAME_ALIGN_HORZ_RIGHT               ".uno:AlignRight"
40*cdf0e10cSrcweir #define CMD_FN_FRAME_ALIGN_VERT_ROW_BOTTOM          ".uno:AlignRowBottom"
41*cdf0e10cSrcweir #define CMD_FN_FRAME_ALIGN_VERT_ROW_TOP             ".uno:AlignRowTop"
42*cdf0e10cSrcweir #define CMD_FN_FRAME_ALIGN_VERT_TOP                 ".uno:AlignTop"
43*cdf0e10cSrcweir #define CMD_FN_FRAME_ALIGN_VERT_CENTER              ".uno:AlignVerticalCenter"
44*cdf0e10cSrcweir #define CMD_FN_FRAME_ALIGN_VERT_CHAR_CENTER         ".uno:AlignVerticalCharCenter"
45*cdf0e10cSrcweir #define CMD_FN_FRAME_ALIGN_VERT_ROW_CENTER          ".uno:AlignVerticalRowCenter"
46*cdf0e10cSrcweir #define CMD_FN_EDIT_AUTH_ENTRY_DLG                  ".uno:AuthoritiesEntryDialog"
47*cdf0e10cSrcweir #define CMD_FN_AUTOFORMAT_APPLY                     ".uno:AutoFormatApply"
48*cdf0e10cSrcweir #define CMD_FN_AUTOFORMAT_REDLINE_APPLY             ".uno:AutoFormatRedlineApply"
49*cdf0e10cSrcweir #define CMD_FN_TABLE_AUTOSUM                        ".uno:AutoSum"
50*cdf0e10cSrcweir #define CMD_SID_ATTR_CHAR_COLOR_BACKGROUND          ".uno:BackColor"
51*cdf0e10cSrcweir #define CMD_FN_FORMAT_BACKGROUND_DLG                ".uno:BackgroundDialog"
52*cdf0e10cSrcweir #define CMD_FN_BACKSPACE                            ".uno:SwBackspace"
53*cdf0e10cSrcweir #define CMD_FN_FORMAT_BORDER_DLG                    ".uno:BorderDialog"
54*cdf0e10cSrcweir #define CMD_FN_NUMBER_BULLETS                       ".uno:BulletsAndNumberingDialog"
55*cdf0e10cSrcweir #define CMD_FN_CALC_TABLE                           ".uno:Calc"
56*cdf0e10cSrcweir #define CMD_FN_CALCULATE                            ".uno:CalculateSel"
57*cdf0e10cSrcweir #define CMD_FN_TABLE_VERT_BOTTOM                    ".uno:CellVertBottom"
58*cdf0e10cSrcweir #define CMD_FN_TABLE_VERT_CENTER                    ".uno:CellVertCenter"
59*cdf0e10cSrcweir #define CMD_FN_TABLE_VERT_NONE                      ".uno:CellVertTop"
60*cdf0e10cSrcweir #define CMD_FN_FRAME_CHAIN                          ".uno:ChainFrames"
61*cdf0e10cSrcweir #define CMD_FN_CHANGE_DBFIELD                       ".uno:ChangeDatabaseField"
62*cdf0e10cSrcweir #define CMD_FN_NUMBERING_OUTLINE_DLG                ".uno:ChapterNumberingDialog"
63*cdf0e10cSrcweir #define CMD_SID_ATTR_CHAR_COLOR_BACKGROUND_EXT      ".uno:CharBackgroundExt"
64*cdf0e10cSrcweir #define CMD_SID_ATTR_CHAR_COLOR_EXT                 ".uno:CharColorExt"
65*cdf0e10cSrcweir #define CMD_FN_CHAR_LEFT_SEL                        ".uno:CharLeftSel"
66*cdf0e10cSrcweir #define CMD_FN_CHAR_RIGHT_SEL                       ".uno:CharRightSel"
67*cdf0e10cSrcweir #define CMD_FN_CLOSE_PAGEPREVIEW                    ".uno:ClosePreview"
68*cdf0e10cSrcweir #define CMD_FN_REDLINE_COMMENT                      ".uno:CommentChangeTracking"
69*cdf0e10cSrcweir #define CMD_FN_VIEW_META_CHARS                      ".uno:ControlCodes"
70*cdf0e10cSrcweir #define CMD_FN_CONVERT_TEXT_TABLE                   ".uno:ConvertTableText"
71*cdf0e10cSrcweir #define CMD_FN_ABSTRACT_NEWDOC                      ".uno:CreateAbstract"
72*cdf0e10cSrcweir #define CMD_FN_DEC_INDENT_OFFSET                    ".uno:DecrementIndentValue"
73*cdf0e10cSrcweir #define CMD_FN_NUM_BULLET_DOWN                      ".uno:DecrementLevel"
74*cdf0e10cSrcweir #define CMD_FN_NUM_BULLET_OUTLINE_DOWN              ".uno:DecrementSubLevels"
75*cdf0e10cSrcweir #define CMD_FN_TABLE_DELETE_COL                     ".uno:DeleteColumns"
76*cdf0e10cSrcweir #define CMD_FN_TABLE_DELETE_ROW                     ".uno:DeleteRows"
77*cdf0e10cSrcweir #define CMD_FN_DELETE_WHOLE_LINE                    ".uno:DelLine"
78*cdf0e10cSrcweir #define CMD_FN_DELETE_LINE                          ".uno:DelToEndOfLine"
79*cdf0e10cSrcweir #define CMD_FN_DELETE_PARA                          ".uno:DelToEndOfPara"
80*cdf0e10cSrcweir #define CMD_FN_DELETE_SENT                          ".uno:DelToEndOfSentence"
81*cdf0e10cSrcweir #define CMD_FN_DELETE_WORD                          ".uno:DelToEndOfWord"
82*cdf0e10cSrcweir #define CMD_FN_DELETE_BACK_LINE                     ".uno:DelToStartOfLine"
83*cdf0e10cSrcweir #define CMD_FN_DELETE_BACK_PARA                     ".uno:DelToStartOfPara"
84*cdf0e10cSrcweir #define CMD_FN_DELETE_BACK_SENT                     ".uno:DelToStartOfSentence"
85*cdf0e10cSrcweir #define CMD_FN_DELETE_BACK_WORD                     ".uno:DelToStartOfWord"
86*cdf0e10cSrcweir #define CMD_FN_TABLE_BALANCE_CELLS                  ".uno:DistributeColumns"
87*cdf0e10cSrcweir #define CMD_FN_TABLE_BALANCE_ROWS                   ".uno:DistributeRows"
88*cdf0e10cSrcweir #define CMD_FN_EDIT_CURRENT_TOX                     ".uno:EditCurIndex"
89*cdf0e10cSrcweir #define CMD_FN_GLOSSARY_DLG                         ".uno:EditGlossary"
90*cdf0e10cSrcweir #define CMD_FN_EDIT_HYPERLINK                       ".uno:EditHyperlink"
91*cdf0e10cSrcweir #define CMD_FN_EDIT_REGION                          ".uno:EditRegion"
92*cdf0e10cSrcweir #define CMD_FN_END_OF_DOCUMENT_SEL                  ".uno:EndOfDocumentSel"
93*cdf0e10cSrcweir #define CMD_FN_END_OF_LINE_SEL                      ".uno:EndOfLineSel"
94*cdf0e10cSrcweir #define CMD_FN_END_OF_PARA_SEL                      ".uno:EndOfParaSel"
95*cdf0e10cSrcweir #define CMD_FN_TABLE_SELECT_COL                     ".uno:EntireColumn"
96*cdf0e10cSrcweir #define CMD_FN_TABLE_SELECT_ROW                     ".uno:EntireRow"
97*cdf0e10cSrcweir #define CMD_FN_ESCAPE                               ".uno:Escape"
98*cdf0e10cSrcweir #define CMD_FN_EXECUTE_MACROFIELD                   ".uno:ExecuteMacroField"
99*cdf0e10cSrcweir #define CMD_FN_EXPAND_GLOSSARY                      ".uno:ExpandGlossary"
100*cdf0e10cSrcweir #define CMD_FN_EDIT_FIELD                           ".uno:FieldDialog"
101*cdf0e10cSrcweir #define CMD_FN_VIEW_FIELDNAME                       ".uno:Fieldnames"
102*cdf0e10cSrcweir #define CMD_FN_VIEW_FIELDS                          ".uno:Fields"
103*cdf0e10cSrcweir #define CMD_FN_FLIP_HORZ_GRAFIC                     ".uno:FlipHorizontal"
104*cdf0e10cSrcweir #define CMD_FN_FLIP_VERT_GRAFIC                     ".uno:FlipVertical"
105*cdf0e10cSrcweir #define CMD_SID_ATTR_CHAR_COLOR2                    ".uno:FontColor"
106*cdf0e10cSrcweir #define CMD_FN_FORMAT_FOOTNOTE_DLG                  ".uno:FootnoteDialog"
107*cdf0e10cSrcweir #define CMD_FN_EDIT_FOOTNOTE                        ".uno:EditFootnote"
108*cdf0e10cSrcweir #define CMD_FN_FORMAT_COLUMN                        ".uno:FormatColumns"
109*cdf0e10cSrcweir #define CMD_FN_FORMAT_DROPCAPS                      ".uno:FormatDropcap"
110*cdf0e10cSrcweir #define CMD_FN_FORMAT_FRAME_DLG                     ".uno:FrameDialog"
111*cdf0e10cSrcweir #define CMD_FN_LINE_DOWN                            ".uno:GoDown"
112*cdf0e10cSrcweir #define CMD_FN_CHAR_LEFT                            ".uno:GoLeft"
113*cdf0e10cSrcweir #define CMD_FN_CHAR_RIGHT                           ".uno:GoRight"
114*cdf0e10cSrcweir #define CMD_FN_FRAME_TO_ANCHOR                      ".uno:GoToAnchor"
115*cdf0e10cSrcweir #define CMD_FN_END_TABLE                            ".uno:GoToEnd"
116*cdf0e10cSrcweir #define CMD_FN_END_OF_COLUMN                        ".uno:GoToEndOfColumn"
117*cdf0e10cSrcweir #define CMD_FN_END_OF_DOCUMENT                      ".uno:GoToEndOfDoc"
118*cdf0e10cSrcweir #define CMD_FN_END_OF_LINE                          ".uno:GoToEndOfLine"
119*cdf0e10cSrcweir #define CMD_FN_END_OF_NEXT_COLUMN                   ".uno:GoToEndOfNextColumn"
120*cdf0e10cSrcweir #define CMD_FN_END_OF_NEXT_PAGE                     ".uno:GoToEndOfNextPage"
121*cdf0e10cSrcweir #define CMD_FN_END_OF_NEXT_PAGE_SEL                 ".uno:GoToEndOfNextPageSel"
122*cdf0e10cSrcweir #define CMD_FN_END_OF_PAGE                          ".uno:GoToEndOfPage"
123*cdf0e10cSrcweir #define CMD_FN_END_OF_PAGE_SEL                      ".uno:GoToEndOfPageSel"
124*cdf0e10cSrcweir #define CMD_FN_END_OF_PARA                          ".uno:GoToEndOfPara"
125*cdf0e10cSrcweir #define CMD_FN_END_OF_PREV_COLUMN                   ".uno:GoToEndOfPrevColumn"
126*cdf0e10cSrcweir #define CMD_FN_END_OF_PREV_PAGE                     ".uno:GoToEndOfPrevPage"
127*cdf0e10cSrcweir #define CMD_FN_END_OF_PREV_PAGE_SEL                 ".uno:GoToEndOfPrevPageSel"
128*cdf0e10cSrcweir #define CMD_FN_NEXT_TOXMARK                         ".uno:GotoNextIndexMark"
129*cdf0e10cSrcweir #define CMD_FN_GOTO_NEXT_INPUTFLD                   ".uno:GotoNextInputField"
130*cdf0e10cSrcweir #define CMD_FN_GOTO_NEXT_OBJ                        ".uno:GotoNextObject"
131*cdf0e10cSrcweir #define CMD_FN_NEXT_PARA                            ".uno:GoToNextPara"
132*cdf0e10cSrcweir #define CMD_FN_GOTO_NEXT_MARK                       ".uno:GotoNextPlacemarker"
133*cdf0e10cSrcweir #define CMD_FN_NEXT_SENT                            ".uno:GoToNextSentence"
134*cdf0e10cSrcweir #define CMD_FN_NEXT_SENT_SEL                        ".uno:GotoNextSentenceSel"
135*cdf0e10cSrcweir #define CMD_FN_NEXT_TBLFML                          ".uno:GotoNextTableFormula"
136*cdf0e10cSrcweir #define CMD_FN_NEXT_WORD                            ".uno:GoToNextWord"
137*cdf0e10cSrcweir #define CMD_FN_NEXT_TBLFML_ERR                      ".uno:GotoNextWrongTableFormula"
138*cdf0e10cSrcweir #define CMD_FN_NAVIGATION_PI_GOTO_PAGE              ".uno:GotoPage"
139*cdf0e10cSrcweir #define CMD_FN_PREV_TOXMARK                         ".uno:GotoPrevIndexMark"
140*cdf0e10cSrcweir #define CMD_FN_GOTO_PREV_INPUTFLD                   ".uno:GotoPrevInputField"
141*cdf0e10cSrcweir #define CMD_FN_GOTO_PREV_OBJ                        ".uno:GotoPrevObject"
142*cdf0e10cSrcweir #define CMD_FN_PREV_PARA                            ".uno:GoToPrevPara"
143*cdf0e10cSrcweir #define CMD_FN_GOTO_PREV_MARK                       ".uno:GotoPrevPlacemarker"
144*cdf0e10cSrcweir #define CMD_FN_PREV_SENT                            ".uno:GoToPrevSentence"
145*cdf0e10cSrcweir #define CMD_FN_PREV_SENT_SEL                        ".uno:GotoPrevSentenceSel"
146*cdf0e10cSrcweir #define CMD_FN_PREV_TBLFML                          ".uno:GotoPrevTableFormula"
147*cdf0e10cSrcweir #define CMD_FN_PREV_WORD                            ".uno:GoToPrevWord"
148*cdf0e10cSrcweir #define CMD_FN_PREV_TBLFML_ERR                      ".uno:GotoPrevWrongTableFormula"
149*cdf0e10cSrcweir #define CMD_FN_START_TABLE                          ".uno:GoToStartOfTable"
150*cdf0e10cSrcweir #define CMD_FN_START_OF_COLUMN                      ".uno:GoToStartOfColumn"
151*cdf0e10cSrcweir #define CMD_FN_START_OF_DOCUMENT                    ".uno:GoToStartOfDoc"
152*cdf0e10cSrcweir #define CMD_FN_START_OF_LINE                        ".uno:GoToStartOfLine"
153*cdf0e10cSrcweir #define CMD_FN_START_OF_NEXT_COLUMN                 ".uno:GoToStartOfNextColumn"
154*cdf0e10cSrcweir #define CMD_FN_START_OF_NEXT_PAGE                   ".uno:GoToStartOfNextPage"
155*cdf0e10cSrcweir #define CMD_FN_START_OF_NEXT_PAGE_SEL               ".uno:GoToStartOfNextPageSel"
156*cdf0e10cSrcweir #define CMD_FN_START_OF_PAGE                        ".uno:GoToStartOfPage"
157*cdf0e10cSrcweir #define CMD_FN_START_OF_PAGE_SEL                    ".uno:GoToStartOfPageSel"
158*cdf0e10cSrcweir #define CMD_FN_START_OF_PARA                        ".uno:GoToStartOfPara"
159*cdf0e10cSrcweir #define CMD_FN_START_OF_PREV_COLUMN                 ".uno:GoToStartOfPrevColumn"
160*cdf0e10cSrcweir #define CMD_FN_START_OF_PREV_PAGE                   ".uno:GoToStartOfPrevPage"
161*cdf0e10cSrcweir #define CMD_FN_START_OF_PREV_PAGE_SEL               ".uno:GoToStartOfPrevPageSel"
162*cdf0e10cSrcweir #define CMD_FN_LINE_UP                              ".uno:GoUp"
163*cdf0e10cSrcweir #define CMD_FN_VIEW_GRAPHIC                         ".uno:Graphic"
164*cdf0e10cSrcweir #define CMD_FN_FORMAT_GRAFIC_DLG                    ".uno:GraphicDialog"
165*cdf0e10cSrcweir #define CMD_FN_SAVE_GRAPHIC                         ".uno:SaveGraphic"
166*cdf0e10cSrcweir #define CMD_FN_GROW_FONT_SIZE                       ".uno:Grow"
167*cdf0e10cSrcweir #define CMD_FN_HSCROLLBAR                           ".uno:HScroll"
168*cdf0e10cSrcweir #define CMD_SID_HTML_MODE                           ".uno:HtmlMode"
169*cdf0e10cSrcweir #define CMD_FN_HYPHENATE_OPT_DLG                    ".uno:Hyphenate"
170*cdf0e10cSrcweir #define CMD_FN_INC_INDENT_OFFSET                    ".uno:IncrementIndentValue"
171*cdf0e10cSrcweir #define CMD_FN_NUM_BULLET_UP                        ".uno:IncrementLevel"
172*cdf0e10cSrcweir #define CMD_FN_NUM_BULLET_OUTLINE_UP                ".uno:IncrementSubLevels"
173*cdf0e10cSrcweir #define CMD_FN_EDIT_IDX_ENTRY_DLG                   ".uno:IndexEntryDialog"
174*cdf0e10cSrcweir #define CMD_FN_IDX_MARK_TO_IDX                      ".uno:IndexMarkToIndex"
175*cdf0e10cSrcweir #define CMD_FN_POSTIT                               ".uno:InsertAnnotation"
176*cdf0e10cSrcweir #define CMD_FN_INSERT_FLD_AUTHOR                    ".uno:InsertAuthorField"
177*cdf0e10cSrcweir #define CMD_FN_INSERT_AUTH_ENTRY_DLG                ".uno:InsertAuthoritiesEntry"
178*cdf0e10cSrcweir #define CMD_FN_INSERT_BOOKMARK                      ".uno:InsertBookmark"
179*cdf0e10cSrcweir #define CMD_FN_INSERT_BREAK_DLG                     ".uno:InsertBreak"
180*cdf0e10cSrcweir #define CMD_FN_INSERT_CAPTION                       ".uno:InsertCaptionDialog"
181*cdf0e10cSrcweir #define CMD_FN_INSERT_COLUMN_BREAK                  ".uno:InsertColumnBreak"
182*cdf0e10cSrcweir #define CMD_FN_TABLE_INSERT_COL_DLG                 ".uno:InsertColumnDialog"
183*cdf0e10cSrcweir #define CMD_FN_TABLE_INSERT_COL                     ".uno:InsertColumns"
184*cdf0e10cSrcweir #define CMD_FN_INSERT_REGION                        ".uno:InsertSection"
185*cdf0e10cSrcweir #define CMD_FN_INSERT_CTRL                          ".uno:InsertCtrl"
186*cdf0e10cSrcweir #define CMD_FN_INSERT_FLD_DATE                      ".uno:InsertDateField"
187*cdf0e10cSrcweir #define CMD_FN_INSERT_ENDNOTE                       ".uno:InsertEndnote"
188*cdf0e10cSrcweir #define CMD_FN_ENVELOP                              ".uno:InsertEnvelope"
189*cdf0e10cSrcweir #define CMD_FN_INSERT_FIELD                         ".uno:InsertField"
190*cdf0e10cSrcweir #define CMD_FN_INSERT_FIELD_CTRL                    ".uno:InsertFieldCtrl"
191*cdf0e10cSrcweir #define CMD_FN_INSERT_FOOTNOTE_DLG                  ".uno:InsertFootnoteDialog"
192*cdf0e10cSrcweir #define CMD_FN_INSERT_FOOTNOTE                      ".uno:InsertFootnote"
193*cdf0e10cSrcweir #define CMD_FN_EDIT_FORMULA                         ".uno:InsertFormula"
194*cdf0e10cSrcweir #define CMD_FN_INSERT_FRAME                         ".uno:InsertFrame"
195*cdf0e10cSrcweir #define CMD_FN_INSERT_FRAME_INTERACT                ".uno:InsertFrameInteract"
196*cdf0e10cSrcweir #define CMD_FN_INSERT_FRAME_INTERACT_NOCOL          ".uno:InsertFrameInteractNoColumns"
197*cdf0e10cSrcweir #define CMD_FN_INSERT_HRULER                        ".uno:InsertGraphicRuler"
198*cdf0e10cSrcweir #define CMD_FN_INSERT_HYPERLINK                     ".uno:InsertHyperlinkDlg"
199*cdf0e10cSrcweir #define CMD_FN_INSERT_IDX_ENTRY_DLG                 ".uno:InsertIndexesEntry"
200*cdf0e10cSrcweir #define CMD_FN_INSERT_LINEBREAK                     ".uno:InsertLinebreak"
201*cdf0e10cSrcweir #define CMD_FN_INSERT_MULTI_TOX                     ".uno:InsertMultiIndex"
202*cdf0e10cSrcweir #define CMD_FN_NUM_BULLET_NONUM                     ".uno:InsertNeutralParagraph"
203*cdf0e10cSrcweir #define CMD_FN_INSERT_OBJ_CTRL                      ".uno:InsertObjCtrl"
204*cdf0e10cSrcweir #define CMD_FN_INSERT_OBJECT_DLG                    ".uno:InsertObjectDialog"
205*cdf0e10cSrcweir #define CMD_FN_INSERT_SMA                           ".uno:InsertObjectStarMath"
206*cdf0e10cSrcweir #define CMD_FN_INSERT_PAGEBREAK                     ".uno:InsertPagebreak"
207*cdf0e10cSrcweir #define CMD_FN_INSERT_FLD_PGCOUNT                   ".uno:InsertPageCountField"
208*cdf0e10cSrcweir #define CMD_FN_INSERT_PAGEFOOTER                    ".uno:InsertPageFooter"
209*cdf0e10cSrcweir #define CMD_FN_INSERT_PAGEHEADER                    ".uno:InsertPageHeader"
210*cdf0e10cSrcweir #define CMD_FN_INSERT_FLD_PGNUMBER                  ".uno:InsertPageNumberField"
211*cdf0e10cSrcweir #define CMD_FN_INSERT_BREAK                         ".uno:InsertPara"
212*cdf0e10cSrcweir #define CMD_FN_INSERT_REF_FIELD                     ".uno:InsertReferenceField"
213*cdf0e10cSrcweir #define CMD_FN_TABLE_INSERT_ROW_DLG                 ".uno:InsertRowDialog"
214*cdf0e10cSrcweir #define CMD_FN_TABLE_INSERT_ROW                     ".uno:InsertRows"
215*cdf0e10cSrcweir #define CMD_FN_JAVAEDIT                             ".uno:InsertScript"
216*cdf0e10cSrcweir #define CMD_FN_INSERT_TABLE                         ".uno:InsertTable"
217*cdf0e10cSrcweir #define CMD_FN_INSERT_FLD_TIME                      ".uno:InsertTimeField"
218*cdf0e10cSrcweir #define CMD_FN_INSERT_FLD_TITLE                     ".uno:InsertTitleField"
219*cdf0e10cSrcweir #define CMD_FN_INSERT_FLD_TOPIC                     ".uno:InsertTopicField"
220*cdf0e10cSrcweir #define CMD_FN_NUM_BULLET_NEXT                      ".uno:JumpDownThisLevel"
221*cdf0e10cSrcweir #define CMD_FN_END_DOC_DIRECT                       ".uno:JumpToEndOfDoc"
222*cdf0e10cSrcweir #define CMD_FN_TO_FOOTER                            ".uno:JumpToFooter"
223*cdf0e10cSrcweir #define CMD_FN_FOOTNOTE_TO_ANCHOR                   ".uno:JumpToFootnoteOrAnchor"
224*cdf0e10cSrcweir #define CMD_FN_TO_HEADER                            ".uno:JumpToHeader"
225*cdf0e10cSrcweir #define CMD_FN_NEXT_BOOKMARK                        ".uno:JumpToNextBookmark"
226*cdf0e10cSrcweir #define CMD_FN_NEXT_FOOTNOTE                        ".uno:JumpToNextFootnote"
227*cdf0e10cSrcweir #define CMD_FN_CNTNT_TO_NEXT_FRAME                  ".uno:JumpToNextFrame"
228*cdf0e10cSrcweir #define CMD_FN_GOTO_NEXT_REGION                     ".uno:JumpToNextRegion"
229*cdf0e10cSrcweir #define CMD_FN_NEXT_TABLE                           ".uno:JumpToNextTable"
230*cdf0e10cSrcweir #define CMD_FN_PREV_BOOKMARK                        ".uno:JumpToPrevBookmark"
231*cdf0e10cSrcweir #define CMD_FN_PREV_FOOTNOTE                        ".uno:JumpToPrevFootnote"
232*cdf0e10cSrcweir #define CMD_FN_GOTO_PREV_REGION                     ".uno:JumpToPrevRegion"
233*cdf0e10cSrcweir #define CMD_FN_PREV_TABLE                           ".uno:JumpToPrevTable"
234*cdf0e10cSrcweir #define CMD_FN_GOTO_REFERENCE                       ".uno:JumpToReference"
235*cdf0e10cSrcweir #define CMD_FN_START_DOC_DIRECT                     ".uno:JumpToStartOfDoc"
236*cdf0e10cSrcweir #define CMD_FN_NUM_BULLET_PREV                      ".uno:JumpUpThisLevel"
237*cdf0e10cSrcweir #define CMD_FN_LINE_DOWN_SEL                        ".uno:LineDownSel"
238*cdf0e10cSrcweir #define CMD_FN_LINE_NUMBERING_DLG                   ".uno:LineNumberingDialog"
239*cdf0e10cSrcweir #define CMD_FN_LINE_UP_SEL                          ".uno:LineUpSel"
240*cdf0e10cSrcweir #define CMD_FN_EDIT_LINK_DLG                        ".uno:LinkDialog"
241*cdf0e10cSrcweir #define CMD_SID_TEMPLATE_LOAD                       ".uno:LoadStyles"
242*cdf0e10cSrcweir #define CMD_FN_VIEW_MARKS                           ".uno:Marks"
243*cdf0e10cSrcweir #define CMD_FN_TABLE_MERGE_CELLS                    ".uno:MergeCells"
244*cdf0e10cSrcweir #define CMD_FN_QRY_MERGE                            ".uno:MergeDialog"
245*cdf0e10cSrcweir #define CMD_FN_MAILMERGE_WIZARD                     ".uno:MailMergeWizard"
246*cdf0e10cSrcweir #define CMD_FN_TABLE_MERGE_TABLE                    ".uno:MergeTable"
247*cdf0e10cSrcweir #define CMD_FN_FORMAT_APPLY_HEAD1                   ".uno:ApplyStyleHead1"
248*cdf0e10cSrcweir #define CMD_FN_FORMAT_APPLY_HEAD2                   ".uno:ApplyStyleHead2"
249*cdf0e10cSrcweir #define CMD_FN_FORMAT_APPLY_HEAD3                   ".uno:ApplyStyleHead3"
250*cdf0e10cSrcweir #define CMD_FN_FORMAT_APPLY_DEFAULT                 ".uno:ApplyStyleDefault"
251*cdf0e10cSrcweir #define CMD_FN_FORMAT_APPLY_TEXTBODY                ".uno:ApplyStyleTextbody"
252*cdf0e10cSrcweir #define CMD_FN_GRAPHIC_MIRROR_ON_EVEN_PAGES         ".uno:MirrorGraphicOnEvenPages"
253*cdf0e10cSrcweir #define CMD_FN_FRAME_MIRROR_ON_EVEN_PAGES           ".uno:MirrorOnEvenPages"
254*cdf0e10cSrcweir #define CMD_FN_NUM_BULLET_MOVEDOWN                  ".uno:MoveDown"
255*cdf0e10cSrcweir #define CMD_FN_NUM_BULLET_OUTLINE_MOVEDOWN          ".uno:MoveDownSubItems"
256*cdf0e10cSrcweir #define CMD_FN_NUM_BULLET_MOVEUP                    ".uno:MoveUp"
257*cdf0e10cSrcweir #define CMD_FN_NUM_BULLET_OUTLINE_MOVEUP            ".uno:MoveUpSubItems"
258*cdf0e10cSrcweir #define CMD_FN_TITLE_DESCRIPTION_SHAPE              ".uno:ObjectTitleDescription"
259*cdf0e10cSrcweir #define CMD_FN_NAME_SHAPE                           ".uno:NameGroup"
260*cdf0e10cSrcweir #define CMD_FN_NEW_GLOBAL_DOC                       ".uno:NewGlobalDoc"
261*cdf0e10cSrcweir #define CMD_FN_NEW_HTML_DOC                         ".uno:NewHtmlDoc"
262*cdf0e10cSrcweir #define CMD_FN_NUMBER_FORMAT                        ".uno:NumberFormat"
263*cdf0e10cSrcweir #define CMD_FN_NUMBER_CURRENCY                      ".uno:NumberFormatCurrency"
264*cdf0e10cSrcweir #define CMD_FN_NUMBER_DATE                          ".uno:NumberFormatDate"
265*cdf0e10cSrcweir #define CMD_FN_NUMBER_TWODEC                        ".uno:NumberFormatDecimal"
266*cdf0e10cSrcweir #define CMD_FN_NUMBER_PERCENT                       ".uno:NumberFormatPercent"
267*cdf0e10cSrcweir #define CMD_FN_NUMBER_SCIENTIFIC                    ".uno:NumberFormatScientific"
268*cdf0e10cSrcweir #define CMD_FN_NUMBER_STANDARD                      ".uno:NumberFormatStandard"
269*cdf0e10cSrcweir #define CMD_FN_NUMBER_TIME                          ".uno:NumberFormatTime"
270*cdf0e10cSrcweir #define CMD_FN_NUMBER_NEWSTART                      ".uno:NumberingStart"
271*cdf0e10cSrcweir #define CMD_FN_NUM_OR_NONUM                         ".uno:NumberOrNoNumber"
272*cdf0e10cSrcweir #define CMD_FN_FRAME_DOWN                           ".uno:ObjectBackOne"
273*cdf0e10cSrcweir #define CMD_FN_FRAME_UP                             ".uno:ObjectForwardOne"
274*cdf0e10cSrcweir #define CMD_FN_AUTOFORMAT_AUTO                      ".uno:OnlineAutoFormat"
275*cdf0e10cSrcweir #define CMD_FN_OPTIMIZE_TABLE                       ".uno:OptimizeTable"
276*cdf0e10cSrcweir #define CMD_FN_FORMAT_PAGE_COLUMN_DLG               ".uno:PageColumnDialog"
277*cdf0e10cSrcweir #define CMD_FN_FORMAT_PAGE_DLG                      ".uno:PageDialog"
278*cdf0e10cSrcweir #define CMD_FN_PAGEDOWN                             ".uno:PageDown"
279*cdf0e10cSrcweir #define CMD_FN_PAGEDOWN_SEL                         ".uno:PageDownSel"
280*cdf0e10cSrcweir #define CMD_FN_CHANGE_PAGENUM                       ".uno:PageOffset"
281*cdf0e10cSrcweir #define CMD_FN_SET_PAGE_STYLE                       ".uno:PageStyleApply"
282*cdf0e10cSrcweir #define CMD_FN_STAT_TEMPLATE                        ".uno:PageStyleName"
283*cdf0e10cSrcweir #define CMD_FN_PAGEUP                               ".uno:PageUp"
284*cdf0e10cSrcweir #define CMD_FN_PAGEUP_SEL                           ".uno:PageUpSel"
285*cdf0e10cSrcweir #define CMD_FN_PREVIEW_ZOOM                         ".uno:PreviewZoom"
286*cdf0e10cSrcweir #define CMD_FN_PRINT_LAYOUT                         ".uno:PrintLayout"
287*cdf0e10cSrcweir #define CMD_FN_PRINT_PAGEPREVIEW                    ".uno:PrintPagePreView"
288*cdf0e10cSrcweir #define CMD_FN_TABLE_SET_READ_ONLY_CELLS            ".uno:Protect"
289*cdf0e10cSrcweir #define CMD_FN_REDLINE_PROTECT                      ".uno:ProtectTraceChangeMode"
290*cdf0e10cSrcweir #define CMD_FN_REFRESH_VIEW                         ".uno:RefreshView"
291*cdf0e10cSrcweir #define CMD_FN_NUM_BULLET_OFF                       ".uno:RemoveBullets"
292*cdf0e10cSrcweir #define CMD_FN_REMOVE_CUR_TOX                       ".uno:RemoveTableOf"
293*cdf0e10cSrcweir #define CMD_FN_REPAGINATE                           ".uno:Repaginate"
294*cdf0e10cSrcweir #define CMD_FN_REPEAT_SEARCH                        ".uno:RepeatSearch"
295*cdf0e10cSrcweir #define CMD_FN_FORMAT_RESET                         ".uno:ResetAttributes"
296*cdf0e10cSrcweir #define CMD_FN_TABLE_UNSET_READ_ONLY                ".uno:ResetTableProtection"
297*cdf0e10cSrcweir #define CMD_FN_RULER                                ".uno:Ruler"
298*cdf0e10cSrcweir #define CMD_FN_QRY_INSERT                           ".uno:SbaInsert"
299*cdf0e10cSrcweir #define CMD_FN_QRY_INSERT_FIELD                     ".uno:SbaInsertField"
300*cdf0e10cSrcweir #define CMD_FN_QRY_MERGE_FIELD                      ".uno:SbaMerge"
301*cdf0e10cSrcweir #define CMD_FN_SCROLL_NAVIGATION                    ".uno:ScrollNavigation"
302*cdf0e10cSrcweir #define CMD_FN_SCROLL_NEXT_PREV                     ".uno:ScrollNextPrev"
303*cdf0e10cSrcweir #define CMD_FN_TABLE_SELECT_ALL                     ".uno:SelectTable"
304*cdf0e10cSrcweir #define CMD_FN_STAT_SELMODE                         ".uno:SelectionMode"
305*cdf0e10cSrcweir #define CMD_FN_SELECT_PARA                          ".uno:SelectText"
306*cdf0e10cSrcweir #define CMD_FN_SELECT_WORD                          ".uno:SelectWord"
307*cdf0e10cSrcweir #define CMD_FN_ABSTRACT_STARIMPRESS                 ".uno:SendAbstractToStarImpress"
308*cdf0e10cSrcweir #define CMD_FN_OUTLINE_TO_CLIPBOARD                 ".uno:SendOutlineToClipboard"
309*cdf0e10cSrcweir #define CMD_FN_OUTLINE_TO_IMPRESS                   ".uno:SendOutlineToStarImpress"
310*cdf0e10cSrcweir #define CMD_FN_TOOL_ANKER_AT_CHAR                   ".uno:SetAnchorAtChar"
311*cdf0e10cSrcweir #define CMD_FN_TOOL_ANKER_CHAR                      ".uno:SetAnchorToChar"
312*cdf0e10cSrcweir #define CMD_FN_TOOL_ANKER_FRAME                     ".uno:SetAnchorToFrame"
313*cdf0e10cSrcweir #define CMD_FN_TOOL_ANKER_PAGE                      ".uno:SetAnchorToPage"
314*cdf0e10cSrcweir #define CMD_FN_TOOL_ANKER_PARAGRAPH                 ".uno:SetAnchorToPara"
315*cdf0e10cSrcweir #define CMD_FN_TABLE_SET_COL_WIDTH                  ".uno:SetColumnWidth"
316*cdf0e10cSrcweir #define CMD_FN_SET_EXT_MODE                         ".uno:SetExtSelection"
317*cdf0e10cSrcweir #define CMD_FN_SET_ADD_MODE                         ".uno:SetMultiSelection"
318*cdf0e10cSrcweir #define CMD_FN_TABLE_ADJUST_CELLS                   ".uno:SetOptimalColumnWidth"
319*cdf0e10cSrcweir #define CMD_FN_TABLE_OPTIMAL_HEIGHT                 ".uno:SetOptimalRowHeight"
320*cdf0e10cSrcweir #define CMD_FN_TABLE_SET_ROW_HEIGHT                 ".uno:SetRowHeight"
321*cdf0e10cSrcweir #define CMD_FN_SHADOWCURSOR                         ".uno:ShadowCursor"
322*cdf0e10cSrcweir #define CMD_FN_SHIFT_BACKSPACE                      ".uno:ShiftBackspace"
323*cdf0e10cSrcweir #define CMD_FN_SHOW_MULTIPLE_PAGES                  ".uno:ShowMultiplePages"
324*cdf0e10cSrcweir #define CMD_FN_VIEW_NOTES                           ".uno:ShowAnnotations"
325*cdf0e10cSrcweir #define CMD_FN_VIEW_HIDDEN_PARA                     ".uno:ShowHiddenParagraphs"
326*cdf0e10cSrcweir #define CMD_FN_REDLINE_SHOW                         ".uno:ShowTrackedChanges"
327*cdf0e10cSrcweir #define CMD_FN_SHOW_TWO_PAGES                       ".uno:ShowTwoPages"
328*cdf0e10cSrcweir #define CMD_FN_SHOW_BOOKVIEW                        ".uno:ShowBookview"
329*cdf0e10cSrcweir #define CMD_FN_SHRINK_FONT_SIZE                     ".uno:Shrink"
330*cdf0e10cSrcweir #define CMD_FN_SORTING_DLG                          ".uno:SortDialog"
331*cdf0e10cSrcweir #define CMD_FN_TABLE_SPLIT_CELLS                    ".uno:SplitCell"
332*cdf0e10cSrcweir #define CMD_FN_TABLE_SPLIT_TABLE                    ".uno:SplitTable"
333*cdf0e10cSrcweir #define CMD_FN_AUTO_CORRECT                         ".uno:StartAutoCorrect"
334*cdf0e10cSrcweir #define CMD_FN_START_OF_DOCUMENT_SEL                ".uno:StartOfDocumentSel"
335*cdf0e10cSrcweir #define CMD_FN_START_OF_LINE_SEL                    ".uno:StartOfLineSel"
336*cdf0e10cSrcweir #define CMD_FN_START_OF_PARA_SEL                    ".uno:StartOfParaSel"
337*cdf0e10cSrcweir #define CMD_FN_STAT_BOOKMARK                        ".uno:StateBookmark"
338*cdf0e10cSrcweir #define CMD_FN_STAT_PAGE                            ".uno:StatePageNumber"
339*cdf0e10cSrcweir #define CMD_FN_STAT_ZOOM                            ".uno:StateZoom"
340*cdf0e10cSrcweir #define CMD_FN_SET_SUB_SCRIPT                       ".uno:SubScript"
341*cdf0e10cSrcweir #define CMD_FN_SET_SUPER_SCRIPT                     ".uno:SuperScript"
342*cdf0e10cSrcweir #define CMD_FN_SBA_BRW_INSERT                       ".uno:SwBrwInsert"
343*cdf0e10cSrcweir #define CMD_FN_SBA_BRW_MERGE                        ".uno:SwMailMerge"
344*cdf0e10cSrcweir #define CMD_FN_SBA_BRW_UPDATE                       ".uno:SwUpdate"
345*cdf0e10cSrcweir #define CMD_FN_SYNC_LABELS                          ".uno:SynchronizeLabelsDlg"
346*cdf0e10cSrcweir #define CMD_FN_VIEW_TABLEGRID                       ".uno:TableBoundaries"
347*cdf0e10cSrcweir #define CMD_FN_FORMAT_TABLE_DLG                     ".uno:TableDialog"
348*cdf0e10cSrcweir #define CMD_FN_TABLE_MODE_FIX                       ".uno:TableModeFix"
349*cdf0e10cSrcweir #define CMD_FN_TABLE_MODE_FIX_PROP                  ".uno:TableModeFixProp"
350*cdf0e10cSrcweir #define CMD_FN_TABLE_MODE_VARIABLE                  ".uno:TableModeVariable"
351*cdf0e10cSrcweir #define CMD_FN_NUM_FORMAT_TABLE_DLG                 ".uno:TableNumberFormatDialog"
352*cdf0e10cSrcweir #define CMD_FN_SET_MODOPT_TBLNUMFMT                 ".uno:TableNumberRecognition"
353*cdf0e10cSrcweir #define CMD_FN_DRAWTEXT_ATTR_DLG                    ".uno:TextAttributes"
354*cdf0e10cSrcweir #define CMD_FN_DRAW_WRAP_DLG                        ".uno:TextWrap"
355*cdf0e10cSrcweir #define CMD_FN_THESAURUS_DLG                        ".uno:ThesaurusDialog"
356*cdf0e10cSrcweir #define CMD_FN_TOOL_ANKER                           ".uno:ToggleAnchorType"
357*cdf0e10cSrcweir #define CMD_FN_TOOL_HIERARCHIE                      ".uno:ToggleObjectLayer"
358*cdf0e10cSrcweir #define CMD_FN_UNDERLINE_DOUBLE                     ".uno:UnderlineDouble"
359*cdf0e10cSrcweir #define CMD_FN_FRAME_UNCHAIN                        ".uno:UnhainFrames"
360*cdf0e10cSrcweir #define CMD_FN_TABLE_UNSET_READ_ONLY_CELLS          ".uno:UnsetCellsReadOnly"
361*cdf0e10cSrcweir #define CMD_FN_UPDATE_ALL                           ".uno:UpdateAll"
362*cdf0e10cSrcweir #define CMD_FN_UPDATE_TOX                           ".uno:UpdateAllIndexes"
363*cdf0e10cSrcweir #define CMD_FN_UPDATE_ALL_LINKS                     ".uno:UpdateAllLinks"
364*cdf0e10cSrcweir #define CMD_FN_UPDATE_CHARTS                        ".uno:UpdateCharts"
365*cdf0e10cSrcweir #define CMD_FN_UPDATE_CUR_TOX                       ".uno:UpdateCurIndex"
366*cdf0e10cSrcweir #define CMD_FN_UPDATE_FIELDS                        ".uno:UpdateFields"
367*cdf0e10cSrcweir #define CMD_FN_UPDATE_INPUTFIELDS                   ".uno:UpdateInputFields"
368*cdf0e10cSrcweir #define CMD_FN_VIEW_BOUNDS                          ".uno:ViewBounds"
369*cdf0e10cSrcweir #define CMD_FN_VLINEAL                              ".uno:VRuler"
370*cdf0e10cSrcweir #define CMD_FN_VSCROLLBAR                           ".uno:VScroll"
371*cdf0e10cSrcweir #define CMD_FN_PREV_WORD_SEL                        ".uno:WordLeftSel"
372*cdf0e10cSrcweir #define CMD_FN_NEXT_WORD_SEL                        ".uno:WordRightSel"
373*cdf0e10cSrcweir #define CMD_FN_WRAP_ANCHOR_ONLY                     ".uno:WrapAnchorOnly"
374*cdf0e10cSrcweir #define CMD_FN_FRAME_WRAP_CONTOUR                   ".uno:WrapContour"
375*cdf0e10cSrcweir #define CMD_FN_FRAME_WRAP_IDEAL                     ".uno:WrapIdeal"
376*cdf0e10cSrcweir #define CMD_FN_FRAME_WRAP_LEFT                      ".uno:WrapLeft"
377*cdf0e10cSrcweir #define CMD_FN_FRAME_NOWRAP                         ".uno:WrapOff"
378*cdf0e10cSrcweir #define CMD_FN_FRAME_WRAP                           ".uno:WrapOn"
379*cdf0e10cSrcweir #define CMD_FN_FRAME_WRAP_RIGHT                     ".uno:WrapRight"
380*cdf0e10cSrcweir #define CMD_FN_FRAME_WRAPTHRU                       ".uno:WrapThrough"
381*cdf0e10cSrcweir #define CMD_FN_FRAME_WRAPTHRU_TRANSP                ".uno:WrapThroughTransparent"
382*cdf0e10cSrcweir #define CMD_FN_INSERT_STRING                        ".uno:InsertText"
383*cdf0e10cSrcweir #define CMD_SID_ATTR_PARA_NUMRULE                   ".uno:NumRule"
384*cdf0e10cSrcweir #define CMD_SID_ATTR_PARA_OUTLINE_LEVEL             ".uno:OutlineLevel"
385*cdf0e10cSrcweir #define CMD_FN_NUMBER_NEWSTART_AT                   ".uno:NumNewStartAt"
386*cdf0e10cSrcweir #define CMD_FN_FORMAT_LINENUMBER                    ".uno:LineNumber"
387*cdf0e10cSrcweir #define CMD_SID_ATTR_PARA_PAGENUM                   ".uno:PageNumber"
388*cdf0e10cSrcweir #define CMD_SID_ATTR_PARA_REGISTER                  ".uno:RegisterTrue"
389*cdf0e10cSrcweir #define CMD_FN_TO_FOOTNOTE_AREA                     ".uno:JumpToFootnoteArea"
390*cdf0e10cSrcweir #define CMD_FN_TXTATR_INET                          ".uno:HyperlinkAttributes"
391*cdf0e10cSrcweir #define CMD_FN_INSERT_GLOSSARY                      ".uno:InsertGlossary"
392*cdf0e10cSrcweir #define CMD_FN_NEW_GLOSSARY                         ".uno:NewGlossary"
393*cdf0e10cSrcweir #define CMD_FN_SET_ACT_GLOSSARY                     ".uno:SetActGlossaryGroup"
394*cdf0e10cSrcweir #define CMD_FN_DELETE_BOOKMARK                      ".uno:DeleteBookmark"
395*cdf0e10cSrcweir #define CMD_FN_DROP_TEXT                            ".uno:SetDropCapText"
396*cdf0e10cSrcweir #define CMD_FN_DROP_CHAR_STYLE_NAME                 ".uno:SetDropCapCharStyleName"
397*cdf0e10cSrcweir #define CMD_FN_READONLY_SELECTION_MODE              ".uno:SelectTextMode"
398*cdf0e10cSrcweir #define CMD_FN_INSERT_DBFIELD                       ".uno:InsertDBField"
399*cdf0e10cSrcweir #define CMD_FN_GOTO_NEXT_CELL                       ".uno:JumpToNextCell"
400*cdf0e10cSrcweir #define CMD_FN_GOTO_PREV_CELL                       ".uno:JumpToPrevCell"
401*cdf0e10cSrcweir #define CMD_FN_INSERT_FIELD_DATA_ONLY               ".uno:InsertFieldDataOnly"
402*cdf0e10cSrcweir #define CMD_SID_ATTR_BRUSH_ROW                      ".uno:TableRowBackground"
403*cdf0e10cSrcweir #define CMD_SID_ATTR_BRUSH_TABLE                    ".uno:TableBackground"
404*cdf0e10cSrcweir #define CMD_FN_TABLE_ROW_SPLIT                      ".uno:RowSplit"
405*cdf0e10cSrcweir #define CMD_FN_MAILMERGE_CHILDWINDOW                ".uno:MailmergeChildWindow"
406*cdf0e10cSrcweir #define CMD_FN_WORDCOUNT_DIALOG                     ".uno:WordCountDialog"
407*cdf0e10cSrcweir #define CMD_FN_MAILMERGE_SENDMAIL_CHILDWINDOW       ".uno:SendMailChildWindow"
408*cdf0e10cSrcweir #define CMD_FN_TABLE_DELETE_TABLE                   ".uno:DeleteTable"
409*cdf0e10cSrcweir #define CMD_FN_TABLE_SELECT_CELL                    ".uno:EntireCell"
410*cdf0e10cSrcweir #define CMD_FN_CONVERT_TABLE_TO_TEXT                ".uno:ConvertTableToText"
411*cdf0e10cSrcweir #define CMD_FN_CONVERT_TEXT_TO_TABLE                ".uno:ConvertTextToTable"
412*cdf0e10cSrcweir #define CMD_FN_TABLE_HEADLINE_REPEAT                ".uno:HeadingRowsRepeat"
413*cdf0e10cSrcweir #define CMD_FN_TABLE_SORT_DIALOG                    ".uno:TableSort"
414*cdf0e10cSrcweir #define CMD_FN_XFORMS_DESIGN_MODE                   ".uno:SwitchXFormsDesignMode"
415*cdf0e10cSrcweir #define CMD_FN_REMOVE_DIRECT_CHAR_FORMATS           ".uno:RemoveDirectCharFormats"
416*cdf0e10cSrcweir #define CMD_FN_NUM_CONTINUE                         ".uno:ContinueNumbering"
417*cdf0e10cSrcweir #define CMD_FN_SELECTION_MODE_DEFAULT               ".uno:SelectionModeDefault"
418*cdf0e10cSrcweir #define CMD_FN_DELETE_NOTE                          ".uno:DeleteNote"
419*cdf0e10cSrcweir #define CMD_FN_REPLY                                ".uno:ReplyNote"
420*cdf0e10cSrcweir #define CMD_FN_DELETE_COMMENT                       ".uno:DeleteComment"
421*cdf0e10cSrcweir #define CMD_FN_DELETE_NOTE_AUTHOR                   ".uno:DeleteAuthor"
422*cdf0e10cSrcweir #define CMD_FN_DELETE_ALL_NOTES                     ".uno:DeleteAllNotes"
423*cdf0e10cSrcweir #define CMD_FN_HIDE_NOTE                            ".uno:HideNote"
424*cdf0e10cSrcweir #define CMD_FN_HIDE_NOTE_AUTHOR                     ".uno:HideAuthor"
425*cdf0e10cSrcweir #define CMD_SID_ATTR_VIEWLAYOUT                     ".uno:ViewLayout"
426*cdf0e10cSrcweir #define CMD_FN_HIDE_ALL_NOTES                       ".uno:HideAllNotes"
427*cdf0e10cSrcweir #define CMD_FN_SELECTION_MODE_BLOCK                 ".uno:SelectionModeBlock"
428*cdf0e10cSrcweir #define CMD_FN_SPELL_GRAMMAR_DIALOG                 ".uno:SpellingAndGrammarDialog"
429*cdf0e10cSrcweir #define CMD_FN_REDLINE_ACCEPT_DIRECT                ".uno:AcceptTracedChange"
430*cdf0e10cSrcweir #define CMD_FN_REDLINE_REJECT_DIRECT                ".uno:RejectTracedChange"
431*cdf0e10cSrcweir #define CMD_FN_REMOVE_HYPERLINK                     ".uno:RemoveHyperlink"
432*cdf0e10cSrcweir #define CMD_FN_COPY_HYPERLINK_LOCATION              ".uno:CopyHyperlinkLocation"
433*cdf0e10cSrcweir 
434*cdf0e10cSrcweir #endif
435