xref: /trunk/main/starmath/inc/smcommands.h (revision cdf0e10c)
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
27 #ifndef SM_SNCOMMANDS_HRC
28 #define SM_SMCOMMANDS_HRC
29 
30 #define CMD_SID_ADJUST                              ".uno:Adjust"
31 #define CMD_SID_ALIGN                               ".uno:ChangeAlignment"
32 #define CMD_SID_DISTANCE                            ".uno:ChangeDistance"
33 #define CMD_SID_FONT                                ".uno:ChangeFont"
34 #define CMD_SID_FONTSIZE                            ".uno:ChangeFontSize"
35 #define CMD_SID_CMDBOXWINDOW                        ".uno:CommandWindow"
36 #define CMD_SID_PREFERENCES                         ".uno:Preferences"
37 #define CMD_SID_TEXT                                ".uno:ConfigName"
38 #define CMD_SID_COPYOBJECT                          ".uno:CopyObject"
39 #define CMD_SID_DRAW                                ".uno:Draw"
40 #define CMD_SID_FITINWINDOW                         ".uno:FitInWindow"
41 #define CMD_SID_FORMULACURSOR                       ".uno:FormelCursor"
42 #define CMD_SID_GAPHIC_SM                           ".uno:Graphic"
43 #define CMD_SID_INSERTCOMMAND                       ".uno:InsertCommand"
44 #define CMD_SID_INSERTTEXT                          ".uno:InsertConfigName"
45 #define CMD_SID_INSERT_FORMULA                      ".uno:InsertFormula"
46 #define CMD_SID_LOADSYMBOLS                         ".uno:LoadSymbols"
47 #define CMD_SID_MODIFYSTATUS                        ".uno:ModifyStatus"
48 #define CMD_SID_NEXTERR                             ".uno:NextError"
49 #define CMD_SID_NEXTMARK                            ".uno:NextMark"
50 #define CMD_SID_PASTEOBJECT                         ".uno:PasteObject"
51 #define CMD_SID_PREVERR                             ".uno:PrevError"
52 #define CMD_SID_PREVMARK                            ".uno:PrevMark"
53 #define CMD_SID_AUTO_REDRAW                         ".uno:RedrawAutomatic"
54 #define CMD_SID_SAVESYMBOLS                         ".uno:SaveSymbols"
55 #define CMD_SID_GETEDITTEXT                         ".uno:SetPaperSize"
56 #define CMD_SID_SYMBOLS_CATALOGUE                   ".uno:SymbolCatalogue"
57 #define CMD_SID_SYMBOLS                             ".uno:Symbols"
58 #define CMD_SID_TEXTMODE                            ".uno:Textmode"
59 #define CMD_SID_TEXTSTATUS                          ".uno:TextStatus"
60 #define CMD_SID_TOOLBOXWINDOW                       ".uno:ToolBowWindow"
61 #define CMD_SID_TOOLBOX                             ".uno:ToolBox"
62 #define CMD_SID_VIEW100                             ".uno:View100"
63 #define CMD_SID_VIEW200                             ".uno:View200"
64 #define CMD_SID_VIEW050                             ".uno:View50"
65 #define CMD_SID_ZOOMIN                              ".uno:ZoomIn"
66 #define CMD_SID_ZOOMOUT                             ".uno:ZoomOut"
67 
68 #endif
69