/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * *************************************************************/ #ifndef SM_SMCOMMANDS_HRC #define SM_SMCOMMANDS_HRC #define CMD_SID_ADJUST ".uno:Adjust" #define CMD_SID_ALIGN ".uno:ChangeAlignment" #define CMD_SID_DISTANCE ".uno:ChangeDistance" #define CMD_SID_FONT ".uno:ChangeFont" #define CMD_SID_FONTSIZE ".uno:ChangeFontSize" #define CMD_SID_CMDBOXWINDOW ".uno:CommandWindow" #define CMD_SID_PREFERENCES ".uno:Preferences" #define CMD_SID_TEXT ".uno:ConfigName" #define CMD_SID_COPYOBJECT ".uno:CopyObject" #define CMD_SID_DRAW ".uno:Draw" #define CMD_SID_FITINWINDOW ".uno:FitInWindow" #define CMD_SID_FORMULACURSOR ".uno:FormelCursor" #define CMD_SID_GAPHIC_SM ".uno:Graphic" #define CMD_SID_INSERTCOMMAND ".uno:InsertCommand" #define CMD_SID_INSERTTEXT ".uno:InsertConfigName" #define CMD_SID_INSERT_FORMULA ".uno:InsertFormula" #define CMD_SID_LOADSYMBOLS ".uno:LoadSymbols" #define CMD_SID_MODIFYSTATUS ".uno:ModifyStatus" #define CMD_SID_NEXTERR ".uno:NextError" #define CMD_SID_NEXTMARK ".uno:NextMark" #define CMD_SID_PASTEOBJECT ".uno:PasteObject" #define CMD_SID_PREVERR ".uno:PrevError" #define CMD_SID_PREVMARK ".uno:PrevMark" #define CMD_SID_AUTO_REDRAW ".uno:RedrawAutomatic" #define CMD_SID_SAVESYMBOLS ".uno:SaveSymbols" #define CMD_SID_GETEDITTEXT ".uno:SetPaperSize" #define CMD_SID_SYMBOLS_CATALOGUE ".uno:SymbolCatalogue" #define CMD_SID_SYMBOLS ".uno:Symbols" #define CMD_SID_TEXTMODE ".uno:Textmode" #define CMD_SID_TEXTSTATUS ".uno:TextStatus" #define CMD_SID_TOOLBOXWINDOW ".uno:ToolBowWindow" #define CMD_SID_TOOLBOX ".uno:ToolBox" #define CMD_SID_VIEW100 ".uno:View100" #define CMD_SID_VIEW200 ".uno:View200" #define CMD_SID_VIEW050 ".uno:View50" #define CMD_SID_ZOOMIN ".uno:ZoomIn" #define CMD_SID_ZOOMOUT ".uno:ZoomOut" #endif