diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2006-05-05 07:17:20 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2006-05-05 07:17:20 +0000 |
commit | c5c4fc4df2bfe06f31b181c3a43ccda8cb44364f (patch) | |
tree | 9c8457844c519ccb8114820d9f64b3960f53a1f1 /starmath/sdi | |
parent | 61281720d3798d7e0a6c411550b7bb15512f86f2 (diff) |
INTEGRATION: CWS tl18 (1.7.48); FILE MERGED
2006/01/24 12:58:15 tl 1.7.48.1: #i60111# avoid use of SmGetActiveView(SfxViewShell::Current) as much as possible
Diffstat (limited to 'starmath/sdi')
-rw-r--r-- | starmath/sdi/smslots.sdi | 59 |
1 files changed, 30 insertions, 29 deletions
diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi index 4433e7efb3..cbebc4cfa3 100644 --- a/starmath/sdi/smslots.sdi +++ b/starmath/sdi/smslots.sdi @@ -4,9 +4,9 @@ * * $RCSfile: smslots.sdi,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2006-05-02 15:38:03 $ + * last change: $Author: rt $ $Date: 2006-05-05 08:17:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -73,21 +73,11 @@ interface FormulaDocument : OfficeDocument [ StateMethod = GetState ; ] - SID_SYMBOLS_CATALOGUE //idlpp ole : no , status : no - [ - ExecMethod = Execute ; - StateMethod = GetState ; - ] SID_AUTO_REDRAW //idlpp ole : no , status : no [ ExecMethod = Execute ; StateMethod = GetState ; ] - SID_TOOLBOX //idlpp ole : no , status : no - [ - ExecMethod = Execute ; - StateMethod = GetState ; - ] //idlpp kein Menuepunkt , also keine Texte SID_LOADSYMBOLS //idlpp ole : no , status : no [ @@ -100,11 +90,6 @@ interface FormulaDocument : OfficeDocument ExecMethod = Execute ; StateMethod = GetState ; ] - SID_INSERT_FORMULA //idlpp ole : no , status : no - [ - ExecMethod = Execute ; - StateMethod = GetState ; - ] SID_FONT //idlpp ole : no , status : no [ ExecMethod = Execute ; @@ -148,18 +133,6 @@ interface FormulaDocument : OfficeDocument ExecMethod = Execute ; StateMethod = GetState ; ] - //idlpp kein Menueeintrag , also keine Texte - SID_COPYOBJECT //idlpp ole : no , status : no - [ - ExecMethod = Execute ; - StateMethod = GetState ; - ] - //idlpp kein Menueeintrag , also keine Texte - SID_PASTEOBJECT //idlpp ole : no , status : no - [ - ExecMethod = Execute ; - StateMethod = GetState ; - ] SID_UNDO //idlpp ole : no , status : no [ @@ -258,6 +231,18 @@ interface FormulaView : View ExecMethod = Execute ; StateMethod = GetState ; ] + //idlpp kein Menueeintrag , also keine Texte + SID_COPYOBJECT //idlpp ole : no , status : no + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + //idlpp kein Menueeintrag , also keine Texte + SID_PASTEOBJECT //idlpp ole : no , status : no + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] SID_CUT //idlpp ole : no , status : no [ ExecMethod = Execute ; @@ -295,6 +280,12 @@ interface FormulaView : View ExecMethod = Execute ; StateMethod = GetState ; ] + SID_INSERT_FORMULA //idlpp ole : no , status : no + [ + ExecMethod = Execute ; + StateMethod = GetState ; + Export = FALSE ; + ] //idlpp kein Menueeintrag , also keine Texte SID_ATTR_ZOOM //idlpp ole : no , status : no [ @@ -325,6 +316,16 @@ interface FormulaView : View ExecMethod = NoExec ; StateMethod = NoState ; ] + SID_TOOLBOX //idlpp ole : no , status : no + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_SYMBOLS_CATALOGUE //idlpp ole : no , status : no + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] } shell SmViewShell : SfxViewShell |