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