update dev300-m58
[ooovba.git] / sfx2 / sdi / appslots.sdi
blob24a8d684bd5f07d2afb65fa53d908caa036b4698
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: appslots.sdi,v $
10  * $Revision: 1.30 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 interface Application
33     Automation = FALSE ;
36     SID_AUTOPILOTMENU // ole(no) api(final/play/rec)
37     [
38     ]
39     SID_FORMATMENU // ole(no) api(no)
40     [
41     ]
42     SID_HELPMENU // ole(no) api(no)
43     [
44     ]
45     SID_PICKLIST // ole(no) api(no)
46     [
47     ]
48     SID_MDIWINDOWLIST // ole(no) api(no)
49     [
50     ]
51     SID_ABOUT // ole(no) api(final/play/rec)
52     [
53         ExecMethod = MiscExec_Impl ;
54     ]
55     SID_SETOPTIONS
56     [
57         ExecMethod = MiscExec_Impl ;
58     ]
59     SID_QUITAPP // ole(req) api(final/play)
60     [
61         ExecMethod = MiscExec_Impl ;
62         StateMethod = MiscState_Impl ;
63     ]
64     SID_LOGOUT // ole(req) api(final/play)
65     [
66     ]
67     SID_HELPINDEX // ole(no) api(final/todo)
68     [
69         ExecMethod = MiscExec_Impl ;
70     ]
71     SID_HELPONHELP // ole(no) api(final/todo)
72     [
73         ExecMethod = MiscExec_Impl ;
74     ]
75     SID_EXTENDEDHELP // ole(no) api(final/play/norec)
76     [
77         ExecMethod = MiscExec_Impl ;
78         StateMethod = MiscState_Impl ;
79     ]
80     SID_HELPBALLOONS // ole(no) api(final/play/rec)
81     [
82         ExecMethod = MiscExec_Impl ;
83         StateMethod = MiscState_Impl ;
84     ]
85     SID_HELPTIPS // ole(no) api(final/play/rec)
86     [
87         ExecMethod = MiscExec_Impl ;
88         StateMethod = MiscState_Impl ;
89     ]
90     SID_HELP_PI // ole(no) api(final/play/rec)
91     [
92         ExecMethod = MiscExec_Impl ;
93         StateMethod = MiscState_Impl ;
94     ]
95     SID_CURRENTTIME // ole(no) api(final/play/norec)
96     [
97         StateMethod = MiscState_Impl ;
98     ]
99     SID_CURRENTDATE // ole(no) api(final/play/norec)
100     [
101         StateMethod = MiscState_Impl ;
102     ]
103     SID_LOADCONFIG // ole(no) api(final/play)
104     [
105         ExecMethod = MiscExec_Impl ;
106     ]
107     SID_SAVECONFIG // ole(no) api(final/play)
108     [
109         ExecMethod = MiscExec_Impl ;
110     ]
111     SID_CONFIG // ole(no) api(final/play/rec)
112     [
113         ExecMethod = MiscExec_Impl ;
114         StateMethod = MiscState_Impl ;
115     ]
116     SID_TOOLBOXOPTIONS // ole(no) api(final/play)
117     [
118         ExecMethod = MiscExec_Impl ;
119         StateMethod = MiscState_Impl ;
120     ]
121     SID_CONFIGSTATUSBAR // ole(no) api(final/play)
122     [
123         ExecMethod = MiscExec_Impl ;
124         StateMethod = MiscState_Impl ;
125     ]
126     SID_CONFIGMENU // ole(no) api(final/play)
127     [
128         ExecMethod = MiscExec_Impl ;
129         StateMethod = MiscState_Impl ;
130     ]
131     SID_CONFIGACCEL // ole(no) api(final/play)
132     [
133         ExecMethod = MiscExec_Impl ;
134         StateMethod = MiscState_Impl ;
135     ]
136     SID_CONFIGEVENT // ole(no) api(final/play)
137     [
138         ExecMethod = MiscExec_Impl ;
139         StateMethod = MiscState_Impl ;
140     ]
141     SID_ORGANIZER // ole(no) api(final/play/rec)
142     [
143         ExecMethod = MiscExec_Impl ;
144     ]
145     SID_TEMPLATE_ADDRESSBOKSOURCE // ole(no) api(final/play/rec)
146     [
147         ExecMethod = MiscExec_Impl ;
148         StateMethod = MiscState_Impl ;
149     ]
150     SID_ATTR_UNDO_COUNT // ole(no) api(final/play)
151     [
152         ExecMethod = PropExec_Impl ;
153         StateMethod = PropState_Impl ;
154     ]
155     SID_BASICSTOP // ole(no) api(final/play/norec)
156     [
157         ExecMethod = MiscExec_Impl ;
158         StateMethod = MiscState_Impl ;
159     ]
160     SID_BASICBREAK // ole(no) api(final/play/norec)
161     [
162         ExecMethod = MiscExec_Impl ;
163         StateMethod = MiscState_Impl ;
164     ]
165     SID_CRASH
166     [
167         ExecMethod = MiscExec_Impl ;
168     ]
169     SID_UPDATE_CONFIG
170     [
171         ExecMethod = MiscExec_Impl ;
172     ]
173     SID_ADDONS
174     [
175     ]
176     SID_SHOW_IME_STATUS_WINDOW
177     [
178         ExecMethod = MiscExec_Impl ;
179         StateMethod = MiscState_Impl ;
180     ]
181     SID_HELP_SUPPORTPAGE
182     [
183         ExecMethod = MiscExec_Impl ;
184     ]
185     SID_RECENTFILELIST
186     [
187     ]
188     SID_AVAILABLE_TOOLBARS
189     [
190         ExecMethod = MiscExec_Impl ;
191                 StateMethod = MiscState_Impl ;
192     ]
193     SID_HELP_TUTORIALS
194     [
195         ExecMethod = MiscExec_Impl ;
196     ]
199  //=========================================================================
201 shell SfxApplication
203     import Application [Automation];
204     import Documents "Documents";
206     SID_NEWDOCDIRECT // ole(no) api(no)
207     [
208         ExecMethod = NewDocDirectExec_Impl ;
209     ]
210     SID_CLOSEDOCS
211     [
212         ExecMethod = MiscExec_Impl ;
213         StateMethod = MiscState_Impl ;
214     ]
215     SID_BASICIDE_APPEAR // status(final|play)
216     [
217         ExecMethod = OfaExec_Impl;
218     ]
219     SID_SCRIPTORGANIZER  // status(final|play)
220     [
221         ExecMethod = OfaExec_Impl;
222     ]
223     SID_MACROORGANIZER  // status(final|play)
224     [
225         ExecMethod = OfaExec_Impl;
226     ]
227     SID_RUNMACRO  // status(final|play)
228     [
229         ExecMethod = OfaExec_Impl;
230     ]
231     SID_BASICCHOOSER  // status(final|play)
232     [
233         ExecMethod = OfaExec_Impl;
234     ]
235     SID_INET_DLG  // status(final)
236     [
237         ExecMethod = OfaExec_Impl;
238     ]
240     //----------------------------------------------------------------------
242     SID_ONLINE_REGISTRATION
243     [
244         ExecMethod = OfaExec_Impl;
245         StateMethod = OfaState_Impl;
246     ]
248     //----------------------------------------------------------------------
250     SID_OFFICE_CHECK_PLZ
251     [
252         ExecMethod = OfaExec_Impl;
253     ]
254     SID_SD_AUTOPILOT // status(final|play)
255     [
256         ExecMethod = OfaExec_Impl;
257         StateMethod = OfaState_Impl;
258     ]
259     SID_NEWSD // status(final|play)
260     [
261         ExecMethod = OfaExec_Impl;
262         StateMethod = OfaState_Impl;
263     ]
264     FN_LABEL  // status(final|play)
265     [
266         ExecMethod = OfaExec_Impl;
267         StateMethod = OfaState_Impl;
268     ]
269     FN_BUSINESS_CARD  // status(final|play)
271     [
272         ExecMethod = OfaExec_Impl;
273         StateMethod = OfaState_Impl;
274     ]
275     FN_XFORMS_INIT  // #i31958# - new XForms document
276     [
277         ExecMethod = OfaExec_Impl;
278         StateMethod = OfaState_Impl;
279     ]
280     SID_COMP_BIBLIOGRAPHY
281     [
282         ExecMethod = OfaExec_Impl;
283     ]
284     SID_ADDRESS_DATA_SOURCE
285     [
286         ExecMethod = OfaExec_Impl;
287     ]
288     SID_AUTO_CORRECT_DLG
289     [
290         ExecMethod = OfaExec_Impl ;
291     ]
292     SID_OPTIONS_TREEDIALOG
293     [
294         ExecMethod = OfaExec_Impl ;
295     ]
296         SID_MORE_DICTIONARIES
297         [
298                 ExecMethod = OfaExec_Impl ;
299         ]
302 shell SfxModule
306 // eof ------------------------------------------------------------------------