cURL: follow redirects
[LibreOffice.git] / starmath / sdi / smslots.sdi
blob14ee77d58c5453868ff05b89c7f01b0072b0fff0
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/editids.hrc" )
24     SlotIdFile ( "sfx2/sfxsids.hrc" )
25     SlotIdFile ( "svx/svxids.hrc" )
28     include "sfxitems.sdi"
29     include "sfx.sdi"
30     include "svxitems.sdi"
31     include "xoitems.sdi"
32     include "svx.sdi"
33     include "smath.sdi"
34     interface StarMath
35     {
36     SID_CONFIGEVENT //idlpp ole : no , status : no
37     [
38         StateMethod = GetState ;
39     ]
42 shell SmModule
44     import StarMath;
47 interface FormulaDocument
49     SID_DOCTEMPLATE //idlpp ole : no , status : no
50     [
51         StateMethod = GetState ;
52     ]
53     SID_AUTO_REDRAW //idlpp ole : no , status : no
54     [
55         ExecMethod = Execute ;
56         StateMethod = GetState ;
57     ]
58     //idlpp kein Menuepunkt , also keine Texte
59     SID_LOADSYMBOLS //idlpp ole : no , status : no
60     [
61         ExecMethod = Execute ;
62         StateMethod = GetState ;
63     ]
64     //idlpp kein Menuepunkt , also keine Texte
65     SID_SAVESYMBOLS //idlpp ole : no , status : no
66     [
67         ExecMethod = Execute ;
68         StateMethod = GetState ;
69     ]
70     SID_FONT //idlpp ole : no , status : no
71     [
72         ExecMethod = Execute ;
73         StateMethod = GetState ;
74     ]
75     SID_FONTSIZE //idlpp ole : no , status : no
76     [
77         ExecMethod = Execute ;
78         StateMethod = GetState ;
79     ]
80     SID_DISTANCE //idlpp ole : no , status : no
81     [
82         ExecMethod = Execute ;
83         StateMethod = GetState ;
84     ]
85     SID_ALIGN //idlpp ole : no , status : no
86     [
87         ExecMethod = Execute ;
88         StateMethod = GetState ;
89     ]
90     SID_TEXTMODE //idlpp ole : no , status : no
91     [
92         ExecMethod = Execute ;
93         StateMethod = GetState ;
94     ]
95     //idlpp kein Menueeintrag , also keine Texte
96     SID_MODIFYSTATUS //idlpp ole : no , status : no
97     [
98         ExecMethod = Execute ;
99         StateMethod = GetState ;
100     ]
101     //idlpp kein Menueeintrag , also keine Texte
102     SID_TEXT //idlpp ole : no , status : no
103     [
104         ExecMethod = Execute ;
105         StateMethod = GetState ;
106     ]
107     //idlpp kein Menueeintrag , also keine Texte
108         SID_GAPHIC_SM //idlpp ole : no , status : no
109     [
110         ExecMethod = Execute ;
111         StateMethod = GetState ;
112     ]
114     SID_UNDO //idlpp ole : no , status : no
115     [
116         ExecMethod = Execute ;
117         StateMethod = GetState ;
118     ]
119     SID_REDO //idlpp ole : no , status : no
120     [
121         ExecMethod = Execute ;
122         StateMethod = GetState ;
123     ]
124     SID_GETUNDOSTRINGS //idlpp ole : no , status : no
125     [
126         StateMethod = GetState ;
127     ]
128     SID_GETREDOSTRINGS //idlpp ole : no , status : no
129     [
130         StateMethod = GetState ;
131     ]
134 shell SmDocShell
136     import FormulaDocument;
140 interface FormulaView
142     SID_FORMULACURSOR
143     [
144         ExecMethod = Execute ;
145         StateMethod = GetState ;
146     ]
147     SID_NEXTERR //idlpp ole : no , status : no
148     [
149         ExecMethod = Execute ;
150         StateMethod = GetState ;
151     ]
152     SID_PREVERR //idlpp ole : no , status : no
153     [
154         ExecMethod = Execute ;
155         StateMethod = GetState ;
156     ]
157     SID_NEXTMARK //idlpp ole : no , status : no
158     [
159         ExecMethod = Execute ;
160         StateMethod = GetState ;
161     ]
162     SID_PREVMARK //idlpp ole : no , status : no
163     [
164         ExecMethod = Execute ;
165         StateMethod = GetState ;
166     ]
167     SID_ZOOMIN //idlpp ole : no , status : no
168     [
169         ExecMethod = Execute ;
170         StateMethod = GetState ;
171     ]
172     SID_ZOOMOUT //idlpp ole : no , status : no
173     [
174         ExecMethod = Execute ;
175         StateMethod = GetState ;
176     ]
177     SID_DRAW //idlpp ole : no , status : no
178     [
179         ExecMethod = Execute ;
180         StateMethod = GetState ;
181     ]
182         //idlpp kein Menueeintrag , also keine Texte
183         SID_COPYOBJECT //idlpp ole : no , status : no
184         [
185                 ExecMethod = Execute ;
186                 StateMethod = GetState ;
187         ]
188         //idlpp kein Menueeintrag , also keine Texte
189         SID_PASTEOBJECT //idlpp ole : no , status : no
190         [
191                 ExecMethod = Execute ;
192                 StateMethod = GetState ;
193         ]
194     SID_CUT //idlpp ole : no , status : no
195     [
196         ExecMethod = Execute ;
197         StateMethod = GetState ;
198     ]
199     SID_COPY //idlpp ole : no , status : no
200     [
201         ExecMethod = Execute ;
202         StateMethod = GetState ;
203     ]
204     SID_PASTE //idlpp ole : no , status : no
205     [
206         ExecMethod = Execute ;
207         StateMethod = GetState ;
208     ]
209     SID_DELETE //idlpp ole : no , status : no
210     [
211         ExecMethod = Execute ;
212         StateMethod = GetState ;
213     ]
214     SID_SELECT //idlpp ole : no , status : no
215     [
216         ExecMethod = Execute ;
217         StateMethod = GetState ;
218     ]
219     //idlpp kein Menueeintrag , also keine Texte
220     SID_INSERTCOMMAND //idlpp ole : no , status : no
221     [
222         ExecMethod = Execute ;
223         StateMethod = GetState ;
224     ]
225     SID_INSERTCOMMANDTEXT
226     [
227         ExecMethod = Execute ;
228         StateMethod = GetState ;
229     ]
230     //idlpp kein Menueeintrag , also keine Texte
231     SID_INSERTSYMBOL //idlpp ole : no , status : no
232     [
233         ExecMethod = Execute ;
234         StateMethod = GetState ;
235     ]
236     SID_IMPORT_FORMULA //idlpp ole : no , status : no
237     [
238         ExecMethod = Execute ;
239         StateMethod = GetState ;
240         Export = FALSE ;
241     ]
242     SID_IMPORT_MATHML_CLIPBOARD //idlpp ole : no , status : no
243     [
244         ExecMethod = Execute ;
245         StateMethod = GetState ;
246         Export = FALSE ;
247     ]
248     //idlpp kein Menueeintrag , also keine Texte
249     SID_ATTR_ZOOM //idlpp ole : no , status : no
250     [
251         ExecMethod = Execute ;
252         StateMethod = GetState ;
253     ]
254     SID_ATTR_ZOOMSLIDER
255     [
256         ExecMethod = Execute ;
257         StateMethod = GetState ;
258     ]
259     //idlpp kein Menueeintrag , also keine Texte
260     SID_TEXTSTATUS //idlpp ole : no , status : no
261     [
262         ExecMethod = Execute ;
263         StateMethod = GetState ;
264     ]
265     //idlpp kein Menueeintrag , also keine Texte
266     SID_GETEDITTEXT //idlpp ole : no , status : no
267     [
268         ExecMethod = Execute ;
269         StateMethod = GetState ;
270     ]
271     //idlpp kein Menueeintrag , also keine Texte
272     SID_CMDBOXWINDOW //idlpp ole : no , status : no
273     [
274         ExecMethod = NoExec ;
275         StateMethod = NoState ;
276     ]
277     SID_ELEMENTSDOCKINGWINDOW
278     [
279         ExecMethod = Execute ;
280         StateMethod = GetState ;
281     ]
282     SID_UNICODE_NOTATION_TOGGLE
283     [
284         ExecMethod = Execute;
285     ]
286     //idlpp kein Menueeintrag , also keine Texte
287     SID_TOOLBOXWINDOW //idlpp ole : no , status : no
288     [
289         ExecMethod = NoExec ;
290         StateMethod = NoState ;
291     ]
292         SID_TOOLBOX //idlpp ole : no , status : no
293         [
294                 ExecMethod = Execute ;
295                 StateMethod = GetState ;
296         ]
297         SID_SYMBOLS_CATALOGUE //idlpp ole : no , status : no
298         [
299                 ExecMethod = Execute ;
300                 StateMethod = GetState ;
301         ]
304 shell SmViewShell
306     import FormulaView;