Version 6.4.0.3, tag libreoffice-6.4.0.3
[LibreOffice.git] / starmath / sdi / smslots.sdi
blob0697dd865994bd72f8124d633a044c2a953d676b
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 module
20 StarMath
22     SlotIdFile ( "starmath.hrc" )
23     SlotIdFile ( "editeng/memberids.h" )
24     SlotIdFile ( "editeng/editids.hrc" )
25     SlotIdFile ( "sfx2/sfxsids.hrc" )
26     SlotIdFile ( "svx/svxids.hrc" )
27     SlotIdFile ( "svx/unomid.hxx" )
30     include "sfxitems.sdi"
31     include "sfx.sdi"
32     include "svxitems.sdi"
33     include "xoitems.sdi"
34     include "svx.sdi"
35     include "smath.sdi"
36     interface StarMath
37     {
38     SID_CONFIGEVENT //idlpp ole : no , status : no
39     [
40         StateMethod = GetState ;
41     ]
44 shell SmModule
46     import StarMath;
49 interface FormulaDocument
51     SID_DOCTEMPLATE //idlpp ole : no , status : no
52     [
53         StateMethod = GetState ;
54     ]
55     SID_AUTO_REDRAW //idlpp ole : no , status : no
56     [
57         ExecMethod = Execute ;
58         StateMethod = GetState ;
59     ]
60     //idlpp no menu entry, so no texts
61     SID_LOADSYMBOLS //idlpp ole : no , status : no
62     [
63         ExecMethod = Execute ;
64         StateMethod = GetState ;
65     ]
66     //idlpp no menu entry, so no texts
67     SID_SAVESYMBOLS //idlpp ole : no , status : no
68     [
69         ExecMethod = Execute ;
70         StateMethod = GetState ;
71     ]
72     SID_FONT //idlpp ole : no , status : no
73     [
74         ExecMethod = Execute ;
75         StateMethod = GetState ;
76     ]
77     SID_FONTSIZE //idlpp ole : no , status : no
78     [
79         ExecMethod = Execute ;
80         StateMethod = GetState ;
81     ]
82     SID_DISTANCE //idlpp ole : no , status : no
83     [
84         ExecMethod = Execute ;
85         StateMethod = GetState ;
86     ]
87     SID_ALIGN //idlpp ole : no , status : no
88     [
89         ExecMethod = Execute ;
90         StateMethod = GetState ;
91     ]
92     SID_TEXTMODE //idlpp ole : no , status : no
93     [
94         ExecMethod = Execute ;
95         StateMethod = GetState ;
96     ]
97     //idlpp no menu entry, so no texts
98     SID_MODIFYSTATUS //idlpp ole : no , status : no
99     [
100         ExecMethod = Execute ;
101         StateMethod = GetState ;
102     ]
103     //idlpp no menu entry, so no texts
104     SID_TEXT //idlpp ole : no , status : no
105     [
106         ExecMethod = Execute ;
107         StateMethod = GetState ;
108     ]
109     //idlpp no menu entry, so no texts
110         SID_GAPHIC_SM //idlpp ole : no , status : no
111     [
112         ExecMethod = Execute ;
113         StateMethod = GetState ;
114     ]
116     SID_UNDO //idlpp ole : no , status : no
117     [
118         ExecMethod = Execute ;
119         StateMethod = GetState ;
120     ]
121     SID_REDO //idlpp ole : no , status : no
122     [
123         ExecMethod = Execute ;
124         StateMethod = GetState ;
125     ]
126     SID_GETUNDOSTRINGS //idlpp ole : no , status : no
127     [
128         StateMethod = GetState ;
129     ]
130     SID_GETREDOSTRINGS //idlpp ole : no , status : no
131     [
132         StateMethod = GetState ;
133     ]
136 shell SmDocShell
138     import FormulaDocument;
142 interface FormulaView
144     SID_FORMULACURSOR
145     [
146         ExecMethod = Execute ;
147         StateMethod = GetState ;
148     ]
149     SID_NEXTERR //idlpp ole : no , status : no
150     [
151         ExecMethod = Execute ;
152         StateMethod = GetState ;
153     ]
154     SID_PREVERR //idlpp ole : no , status : no
155     [
156         ExecMethod = Execute ;
157         StateMethod = GetState ;
158     ]
159     SID_NEXTMARK //idlpp ole : no , status : no
160     [
161         ExecMethod = Execute ;
162         StateMethod = GetState ;
163     ]
164     SID_PREVMARK //idlpp ole : no , status : no
165     [
166         ExecMethod = Execute ;
167         StateMethod = GetState ;
168     ]
169     SID_ZOOMIN //idlpp ole : no , status : no
170     [
171         ExecMethod = Execute ;
172         StateMethod = GetState ;
173     ]
174     SID_ZOOMOUT //idlpp ole : no , status : no
175     [
176         ExecMethod = Execute ;
177         StateMethod = GetState ;
178     ]
179     SID_DRAW //idlpp ole : no , status : no
180     [
181         ExecMethod = Execute ;
182         StateMethod = GetState ;
183     ]
184         //idlpp no menu entry, so no texts
185         SID_COPYOBJECT //idlpp ole : no , status : no
186         [
187                 ExecMethod = Execute ;
188                 StateMethod = GetState ;
189         ]
190         //idlpp no menu entry, so no texts
191         SID_PASTEOBJECT //idlpp ole : no , status : no
192         [
193                 ExecMethod = Execute ;
194                 StateMethod = GetState ;
195         ]
196     SID_CUT //idlpp ole : no , status : no
197     [
198         ExecMethod = Execute ;
199         StateMethod = GetState ;
200     ]
201     SID_COPY //idlpp ole : no , status : no
202     [
203         ExecMethod = Execute ;
204         StateMethod = GetState ;
205     ]
206     SID_PASTE //idlpp ole : no , status : no
207     [
208         ExecMethod = Execute ;
209         StateMethod = GetState ;
210     ]
211     SID_DELETE //idlpp ole : no , status : no
212     [
213         ExecMethod = Execute ;
214         StateMethod = GetState ;
215     ]
216     SID_SELECT //idlpp ole : no , status : no
217     [
218         ExecMethod = Execute ;
219         StateMethod = GetState ;
220     ]
221     SID_INSERTCOMMANDTEXT
222     [
223         ExecMethod = Execute ;
224         StateMethod = GetState ;
225     ]
226     //idlpp no menu entry, so no texts
227     SID_INSERTSPECIAL //idlpp ole : no , status : no
228     [
229         ExecMethod = Execute ;
230         StateMethod = GetState ;
231     ]
232     SID_IMPORT_FORMULA //idlpp ole : no , status : no
233     [
234         ExecMethod = Execute ;
235         StateMethod = GetState ;
236         Export = FALSE ;
237     ]
238     SID_IMPORT_MATHML_CLIPBOARD //idlpp ole : no , status : no
239     [
240         ExecMethod = Execute ;
241         StateMethod = GetState ;
242         Export = FALSE ;
243     ]
244     //idlpp no menu entry, so no texts
245     SID_ATTR_ZOOM //idlpp ole : no , status : no
246     [
247         ExecMethod = Execute ;
248         StateMethod = GetState ;
249     ]
250     SID_ATTR_ZOOMSLIDER
251     [
252         ExecMethod = Execute ;
253         StateMethod = GetState ;
254     ]
255     //idlpp no menu entry, so no texts
256     SID_TEXTSTATUS //idlpp ole : no , status : no
257     [
258         ExecMethod = Execute ;
259         StateMethod = GetState ;
260     ]
261     //idlpp no menu entry, so no texts
262     SID_GETEDITTEXT //idlpp ole : no , status : no
263     [
264         ExecMethod = Execute ;
265         StateMethod = GetState ;
266     ]
267     //idlpp no menu entry, so no texts
268     SID_CMDBOXWINDOW //idlpp ole : no , status : no
269     [
270         ExecMethod = NoExec ;
271         StateMethod = NoState ;
272     ]
273     SID_ELEMENTSDOCKINGWINDOW
274     [
275         ExecMethod = Execute ;
276         StateMethod = GetState ;
277     ]
278     SID_UNICODE_NOTATION_TOGGLE
279     [
280         ExecMethod = Execute;
281     ]
282     SID_SYMBOLS_CATALOGUE //idlpp ole : no , status : no
283     [
284         ExecMethod = Execute ;
285         StateMethod = GetState ;
286     ]
289 shell SmViewShell
291     import FormulaView;