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