xref: /trunk/main/sfx2/sdi/appslots.sdi (revision 2407af082dace66c1b57237797ea1e24af5fe607)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24interface Application
25[
26    Automation = FALSE ;
27]
28{
29    SID_AUTOPILOTMENU // ole(no) api(final/play/rec)
30    [
31    ]
32    SID_FORMATMENU // ole(no) api(no)
33    [
34    ]
35    SID_HELPMENU // ole(no) api(no)
36    [
37    ]
38    SID_PICKLIST // ole(no) api(no)
39    [
40    ]
41    SID_MDIWINDOWLIST // ole(no) api(no)
42    [
43    ]
44    SID_ABOUT // ole(no) api(final/play/rec)
45    [
46        ExecMethod = MiscExec_Impl ;
47    ]
48    SID_SETOPTIONS
49    [
50        ExecMethod = MiscExec_Impl ;
51    ]
52    SID_QUITAPP // ole(req) api(final/play)
53    [
54        ExecMethod = MiscExec_Impl ;
55        StateMethod = MiscState_Impl ;
56    ]
57    SID_LOGOUT // ole(req) api(final/play)
58    [
59    ]
60    SID_HELPINDEX // ole(no) api(final/todo)
61    [
62        ExecMethod = MiscExec_Impl ;
63    ]
64    SID_HELPONHELP // ole(no) api(final/todo)
65    [
66        ExecMethod = MiscExec_Impl ;
67    ]
68    SID_EXTENDEDHELP // ole(no) api(final/play/norec)
69    [
70        ExecMethod = MiscExec_Impl ;
71        StateMethod = MiscState_Impl ;
72    ]
73    SID_HELPBALLOONS // ole(no) api(final/play/rec)
74    [
75        ExecMethod = MiscExec_Impl ;
76        StateMethod = MiscState_Impl ;
77    ]
78    SID_HELPTIPS // ole(no) api(final/play/rec)
79    [
80        ExecMethod = MiscExec_Impl ;
81        StateMethod = MiscState_Impl ;
82    ]
83    SID_HELP_PI // ole(no) api(final/play/rec)
84    [
85        ExecMethod = MiscExec_Impl ;
86        StateMethod = MiscState_Impl ;
87    ]
88    SID_LOADCONFIG // ole(no) api(final/play)
89    [
90        ExecMethod = MiscExec_Impl ;
91    ]
92    SID_SAVECONFIG // ole(no) api(final/play)
93    [
94        ExecMethod = MiscExec_Impl ;
95    ]
96    SID_CONFIG // ole(no) api(final/play/rec)
97    [
98        ExecMethod = MiscExec_Impl ;
99        StateMethod = MiscState_Impl ;
100    ]
101    SID_TOOLBOXOPTIONS // ole(no) api(final/play)
102    [
103        ExecMethod = MiscExec_Impl ;
104        StateMethod = MiscState_Impl ;
105    ]
106    SID_CONFIGSTATUSBAR // ole(no) api(final/play)
107    [
108        ExecMethod = MiscExec_Impl ;
109        StateMethod = MiscState_Impl ;
110    ]
111    SID_CONFIGMENU // ole(no) api(final/play)
112    [
113        ExecMethod = MiscExec_Impl ;
114        StateMethod = MiscState_Impl ;
115    ]
116    SID_CONFIGACCEL // ole(no) api(final/play)
117    [
118        ExecMethod = MiscExec_Impl ;
119        StateMethod = MiscState_Impl ;
120    ]
121    SID_CONFIGEVENT // ole(no) api(final/play)
122    [
123        ExecMethod = MiscExec_Impl ;
124        StateMethod = MiscState_Impl ;
125    ]
126    SID_ORGANIZER // ole(no) api(final/play/rec)
127    [
128        ExecMethod = MiscExec_Impl ;
129    ]
130    SID_TEMPLATE_ADDRESSBOKSOURCE // ole(no) api(final/play/rec)
131    [
132        ExecMethod = MiscExec_Impl ;
133        StateMethod = MiscState_Impl ;
134    ]
135    SID_ATTR_UNDO_COUNT // ole(no) api(final/play)
136    [
137        ExecMethod = PropExec_Impl ;
138        StateMethod = PropState_Impl ;
139    ]
140    SID_BASICSTOP // ole(no) api(final/play/norec)
141    [
142        ExecMethod = MiscExec_Impl ;
143        StateMethod = MiscState_Impl ;
144    ]
145    SID_BASICBREAK // ole(no) api(final/play/norec)
146    [
147        ExecMethod = MiscExec_Impl ;
148        StateMethod = MiscState_Impl ;
149    ]
150    SID_CRASH
151    [
152        ExecMethod = MiscExec_Impl ;
153    ]
154    SID_UPDATE_CONFIG
155    [
156        ExecMethod = MiscExec_Impl ;
157    ]
158    SID_ADDONS
159    [
160    ]
161    SID_SHOW_IME_STATUS_WINDOW
162    [
163        ExecMethod = MiscExec_Impl ;
164        StateMethod = MiscState_Impl ;
165    ]
166    SID_HELP_SUPPORTPAGE
167    [
168        ExecMethod = MiscExec_Impl ;
169    ]
170    SID_RECENTFILELIST
171    [
172    ]
173    SID_AVAILABLE_TOOLBARS
174    [
175        ExecMethod = MiscExec_Impl ;
176    ]
177    SID_HELP_TUTORIALS
178    [
179        ExecMethod = MiscExec_Impl ;
180    ]
181}
182
183 //=========================================================================
184
185shell SfxApplication
186{
187    import Application [Automation];
188    import Documents "Documents";
189
190    SID_NEWDOCDIRECT // ole(no) api(no)
191    [
192        ExecMethod = NewDocDirectExec_Impl ;
193    ]
194    SID_CLOSEDOCS
195    [
196        ExecMethod = MiscExec_Impl ;
197        StateMethod = MiscState_Impl ;
198    ]
199    SID_BASICIDE_APPEAR // status(final|play)
200    [
201        ExecMethod = OfaExec_Impl;
202    ]
203    SID_SCRIPTORGANIZER  // status(final|play)
204    [
205        ExecMethod = OfaExec_Impl;
206    ]
207    SID_MACROORGANIZER  // status(final|play)
208    [
209        ExecMethod = OfaExec_Impl;
210    ]
211    SID_RUNMACRO  // status(final|play)
212    [
213        ExecMethod = OfaExec_Impl;
214    ]
215    SID_BASICCHOOSER  // status(final|play)
216    [
217        ExecMethod = OfaExec_Impl;
218    ]
219    SID_INET_DLG  // status(final)
220    [
221        ExecMethod = OfaExec_Impl;
222    ]
223
224    //----------------------------------------------------------------------
225
226    SID_ONLINE_REGISTRATION
227    [
228        ExecMethod = OfaExec_Impl;
229        StateMethod = OfaState_Impl;
230    ]
231
232    //----------------------------------------------------------------------
233
234    SID_OFFICE_CHECK_PLZ
235    [
236        ExecMethod = OfaExec_Impl;
237    ]
238    SID_SD_AUTOPILOT // status(final|play)
239    [
240        ExecMethod = OfaExec_Impl;
241        StateMethod = OfaState_Impl;
242    ]
243    SID_NEWSD // status(final|play)
244    [
245        ExecMethod = OfaExec_Impl;
246        StateMethod = OfaState_Impl;
247    ]
248    FN_LABEL  // status(final|play)
249    [
250        ExecMethod = OfaExec_Impl;
251        StateMethod = OfaState_Impl;
252    ]
253    FN_BUSINESS_CARD  // status(final|play)
254
255    [
256        ExecMethod = OfaExec_Impl;
257        StateMethod = OfaState_Impl;
258    ]
259    FN_XFORMS_INIT  // #i31958# - new XForms document
260    [
261        ExecMethod = OfaExec_Impl;
262        StateMethod = OfaState_Impl;
263    ]
264    SID_COMP_BIBLIOGRAPHY
265    [
266        ExecMethod = OfaExec_Impl;
267    ]
268    SID_ADDRESS_DATA_SOURCE
269    [
270        ExecMethod = OfaExec_Impl;
271    ]
272    SID_AUTO_CORRECT_DLG
273    [
274        ExecMethod = OfaExec_Impl ;
275    ]
276    SID_OPTIONS_TREEDIALOG
277    [
278        ExecMethod = OfaExec_Impl ;
279    ]
280        SID_MORE_DICTIONARIES
281        [
282                ExecMethod = OfaExec_Impl ;
283        ]
284}
285
286shell SfxModule
287{
288}
289
290// eof ------------------------------------------------------------------------
291
292