summaryrefslogtreecommitdiff
path: root/starmath/sdi
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-05 07:17:20 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-05 07:17:20 +0000
commit1808865ab055ee0afb9d5cc862ab66f2c6f34d1d (patch)
tree6191488744cfa535cbd241130b4d1f38a0df3f94 /starmath/sdi
parent5d49fa07c4a82c2e1a1179b97cc3e2782bf56a77 (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.sdi59
1 files changed, 30 insertions, 29 deletions
diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi
index 4433e7efb3f0..cbebc4cfa377 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