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