xref: /aoo4110/main/starmath/inc/smcommands.h (revision b1cdbd2c)
1 /**************************************************************
2  *
3  * Licensed to the Apache Software Foundation (ASF) under one
4  * or more contributor license agreements.  See the NOTICE file
5  * distributed with this work for additional information
6  * regarding copyright ownership.  The ASF licenses this file
7  * to you under the Apache License, Version 2.0 (the
8  * "License"); you may not use this file except in compliance
9  * with the License.  You may obtain a copy of the License at
10  *
11  *   http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing,
14  * software distributed under the License is distributed on an
15  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16  * KIND, either express or implied.  See the License for the
17  * specific language governing permissions and limitations
18  * under the License.
19  *
20  *************************************************************/
21 
22 
23 #ifndef SM_SNCOMMANDS_HRC
24 #define SM_SMCOMMANDS_HRC
25 
26 #define CMD_SID_ADJUST                              ".uno:Adjust"
27 #define CMD_SID_ALIGN                               ".uno:ChangeAlignment"
28 #define CMD_SID_DISTANCE                            ".uno:ChangeDistance"
29 #define CMD_SID_FONT                                ".uno:ChangeFont"
30 #define CMD_SID_FONTSIZE                            ".uno:ChangeFontSize"
31 #define CMD_SID_CMDBOXWINDOW                        ".uno:CommandWindow"
32 #define CMD_SID_PREFERENCES                         ".uno:Preferences"
33 #define CMD_SID_TEXT                                ".uno:ConfigName"
34 #define CMD_SID_COPYOBJECT                          ".uno:CopyObject"
35 #define CMD_SID_DRAW                                ".uno:Draw"
36 #define CMD_SID_FITINWINDOW                         ".uno:FitInWindow"
37 #define CMD_SID_FORMULACURSOR                       ".uno:FormelCursor"
38 #define CMD_SID_GAPHIC_SM                           ".uno:Graphic"
39 #define CMD_SID_INSERTCOMMAND                       ".uno:InsertCommand"
40 #define CMD_SID_INSERTTEXT                          ".uno:InsertConfigName"
41 #define CMD_SID_INSERT_FORMULA                      ".uno:InsertFormula"
42 #define CMD_SID_LOADSYMBOLS                         ".uno:LoadSymbols"
43 #define CMD_SID_MODIFYSTATUS                        ".uno:ModifyStatus"
44 #define CMD_SID_NEXTERR                             ".uno:NextError"
45 #define CMD_SID_NEXTMARK                            ".uno:NextMark"
46 #define CMD_SID_PASTEOBJECT                         ".uno:PasteObject"
47 #define CMD_SID_PREVERR                             ".uno:PrevError"
48 #define CMD_SID_PREVMARK                            ".uno:PrevMark"
49 #define CMD_SID_AUTO_REDRAW                         ".uno:RedrawAutomatic"
50 #define CMD_SID_SAVESYMBOLS                         ".uno:SaveSymbols"
51 #define CMD_SID_GETEDITTEXT                         ".uno:SetPaperSize"
52 #define CMD_SID_SYMBOLS_CATALOGUE                   ".uno:SymbolCatalogue"
53 #define CMD_SID_SYMBOLS                             ".uno:Symbols"
54 #define CMD_SID_TEXTMODE                            ".uno:Textmode"
55 #define CMD_SID_TEXTSTATUS                          ".uno:TextStatus"
56 #define CMD_SID_TOOLBOXWINDOW                       ".uno:ToolBowWindow"
57 #define CMD_SID_TOOLBOX                             ".uno:ToolBox"
58 #define CMD_SID_VIEW100                             ".uno:View100"
59 #define CMD_SID_VIEW200                             ".uno:View200"
60 #define CMD_SID_VIEW050                             ".uno:View50"
61 #define CMD_SID_ZOOMIN                              ".uno:ZoomIn"
62 #define CMD_SID_ZOOMOUT                             ".uno:ZoomOut"
63 
64 #endif
65