xref: /aoo42x/main/sfx2/sdi/frmslots.sdi (revision cdf0e10c)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir
28*cdf0e10cSrcweirinterface Window
29*cdf0e10cSrcweir[
30*cdf0e10cSrcweir	Automation = FALSE ;
31*cdf0e10cSrcweir]
32*cdf0e10cSrcweir{
33*cdf0e10cSrcweir	SID_HYPERLINK_INSERT
34*cdf0e10cSrcweir	[
35*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
36*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
37*cdf0e10cSrcweir	]
38*cdf0e10cSrcweir	SID_HYPERLINK_DIALOG
39*cdf0e10cSrcweir	[
40*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
41*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
42*cdf0e10cSrcweir	]
43*cdf0e10cSrcweir	SID_RUBY_DIALOG
44*cdf0e10cSrcweir	[
45*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
46*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
47*cdf0e10cSrcweir	]
48*cdf0e10cSrcweir	SID_NAVIGATOR // status(final|play)
49*cdf0e10cSrcweir	[
50*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
51*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
52*cdf0e10cSrcweir	]
53*cdf0e10cSrcweir	SID_TASKPANE // status(final|play)
54*cdf0e10cSrcweir	[
55*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
56*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
57*cdf0e10cSrcweir	]
58*cdf0e10cSrcweir	SID_SHOW_BROWSER // ole(no) api(final/play/rec)
59*cdf0e10cSrcweir	[
60*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
61*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
62*cdf0e10cSrcweir	]
63*cdf0e10cSrcweir	SID_BROWSER // ole(no) api()
64*cdf0e10cSrcweir	[
65*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
66*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
67*cdf0e10cSrcweir	]
68*cdf0e10cSrcweir    SID_VIEW_DATA_SOURCE_BROWSER// ole(no) api()
69*cdf0e10cSrcweir	[
70*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
71*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
72*cdf0e10cSrcweir	]
73*cdf0e10cSrcweir	SID_PARTWIN // ole(no) api()
74*cdf0e10cSrcweir	[
75*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
76*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
77*cdf0e10cSrcweir	]
78*cdf0e10cSrcweir	SID_MAIL_CHILDWIN // ole(no) api()
79*cdf0e10cSrcweir	[
80*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
81*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
82*cdf0e10cSrcweir	]
83*cdf0e10cSrcweir	SID_TIPWINDOW
84*cdf0e10cSrcweir	[
85*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
86*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
87*cdf0e10cSrcweir	]
88*cdf0e10cSrcweir	SID_SEARCH_DLG // ole(no) api(final/play/rec)
89*cdf0e10cSrcweir	[
90*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
91*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
92*cdf0e10cSrcweir	]
93*cdf0e10cSrcweir	SID_TOGGLESTATUSBAR // ole(no) api(final/play/rec)
94*cdf0e10cSrcweir	[
95*cdf0e10cSrcweir		ExecMethod = MiscExec_Impl ;
96*cdf0e10cSrcweir		StateMethod = MiscState_Impl ;
97*cdf0e10cSrcweir	]
98*cdf0e10cSrcweir	SID_RECORDMACRO // ole(no) api(final/play/norec)
99*cdf0e10cSrcweir	[
100*cdf0e10cSrcweir        ExecMethod = MiscExec_Impl ;
101*cdf0e10cSrcweir        StateMethod = MiscState_Impl ;
102*cdf0e10cSrcweir	]
103*cdf0e10cSrcweir    SID_STOP_RECORDING // ole(no) api(final/play/norec)
104*cdf0e10cSrcweir	[
105*cdf0e10cSrcweir        ExecMethod = MiscExec_Impl ;
106*cdf0e10cSrcweir        StateMethod = MiscState_Impl ;
107*cdf0e10cSrcweir	]
108*cdf0e10cSrcweir	SID_STYLE_DESIGNER // ole(no) api(final/play/rec)
109*cdf0e10cSrcweir	[
110*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
111*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
112*cdf0e10cSrcweir	]
113*cdf0e10cSrcweir    SID_RECORDING_FLOATWINDOW // ole(no) api(final/play/rec)
114*cdf0e10cSrcweir	[
115*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
116*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
117*cdf0e10cSrcweir	]
118*cdf0e10cSrcweir
119*cdf0e10cSrcweir	// Pre-defined docking window slots (usable by internal docking windows)
120*cdf0e10cSrcweir	SID_DOCKWIN_0
121*cdf0e10cSrcweir	[
122*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
123*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
124*cdf0e10cSrcweir	]
125*cdf0e10cSrcweir	SID_DOCKWIN_1
126*cdf0e10cSrcweir	[
127*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
128*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
129*cdf0e10cSrcweir	]
130*cdf0e10cSrcweir	SID_DOCKWIN_2
131*cdf0e10cSrcweir	[
132*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
133*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
134*cdf0e10cSrcweir	]
135*cdf0e10cSrcweir	SID_DOCKWIN_3
136*cdf0e10cSrcweir	[
137*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
138*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
139*cdf0e10cSrcweir	]
140*cdf0e10cSrcweir	SID_DOCKWIN_4
141*cdf0e10cSrcweir	[
142*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
143*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
144*cdf0e10cSrcweir	]
145*cdf0e10cSrcweir	SID_DOCKWIN_5
146*cdf0e10cSrcweir	[
147*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
148*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
149*cdf0e10cSrcweir	]
150*cdf0e10cSrcweir	SID_DOCKWIN_6
151*cdf0e10cSrcweir	[
152*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
153*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
154*cdf0e10cSrcweir	]
155*cdf0e10cSrcweir	SID_DOCKWIN_7
156*cdf0e10cSrcweir	[
157*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
158*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
159*cdf0e10cSrcweir	]
160*cdf0e10cSrcweir	SID_DOCKWIN_8
161*cdf0e10cSrcweir	[
162*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
163*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
164*cdf0e10cSrcweir	]
165*cdf0e10cSrcweir	SID_DOCKWIN_9
166*cdf0e10cSrcweir	[
167*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
168*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
169*cdf0e10cSrcweir	]
170*cdf0e10cSrcweir/*	Be careful!
171*cdf0e10cSrcweir    You also have to make changes in:
172*cdf0e10cSrcweir    - sfx2/sdi/sfx.sdi
173*cdf0e10cSrcweir    - sfx2/source/dialog/dockwin.cxx
174*cdf0e10cSrcweir    - sfx2/sdi/frmslots.sdi
175*cdf0e10cSrcweir    - sfx2/inc/sfx2/sfxsids.hrc
176*cdf0e10cSrcweir
177*cdf0e10cSrcweir	SID_DOCKWIN_10
178*cdf0e10cSrcweir	[
179*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
180*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
181*cdf0e10cSrcweir	]
182*cdf0e10cSrcweir	SID_DOCKWIN_11
183*cdf0e10cSrcweir	[
184*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
185*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
186*cdf0e10cSrcweir	]
187*cdf0e10cSrcweir	SID_DOCKWIN_12
188*cdf0e10cSrcweir	[
189*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
190*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
191*cdf0e10cSrcweir	]
192*cdf0e10cSrcweir	SID_DOCKWIN_13
193*cdf0e10cSrcweir	[
194*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
195*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
196*cdf0e10cSrcweir	]
197*cdf0e10cSrcweir	SID_DOCKWIN_14
198*cdf0e10cSrcweir	[
199*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
200*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
201*cdf0e10cSrcweir	]
202*cdf0e10cSrcweir	SID_DOCKWIN_15
203*cdf0e10cSrcweir	[
204*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
205*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
206*cdf0e10cSrcweir	]
207*cdf0e10cSrcweir	SID_DOCKWIN_16
208*cdf0e10cSrcweir	[
209*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
210*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
211*cdf0e10cSrcweir	]
212*cdf0e10cSrcweir	SID_DOCKWIN_17
213*cdf0e10cSrcweir	[
214*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
215*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
216*cdf0e10cSrcweir	]
217*cdf0e10cSrcweir	SID_DOCKWIN_18
218*cdf0e10cSrcweir	[
219*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
220*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
221*cdf0e10cSrcweir	]
222*cdf0e10cSrcweir	SID_DOCKWIN_19
223*cdf0e10cSrcweir	[
224*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
225*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
226*cdf0e10cSrcweir	]
227*cdf0e10cSrcweir	SID_DOCKWIN_20
228*cdf0e10cSrcweir	[
229*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
230*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
231*cdf0e10cSrcweir	]
232*cdf0e10cSrcweir	SID_DOCKWIN_21
233*cdf0e10cSrcweir	[
234*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
235*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
236*cdf0e10cSrcweir	]
237*cdf0e10cSrcweir	SID_DOCKWIN_22
238*cdf0e10cSrcweir	[
239*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
240*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
241*cdf0e10cSrcweir	]
242*cdf0e10cSrcweir	SID_DOCKWIN_23
243*cdf0e10cSrcweir	[
244*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
245*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
246*cdf0e10cSrcweir	]
247*cdf0e10cSrcweir	SID_DOCKWIN_24
248*cdf0e10cSrcweir	[
249*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
250*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
251*cdf0e10cSrcweir	]
252*cdf0e10cSrcweir	SID_DOCKWIN_25
253*cdf0e10cSrcweir	[
254*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
255*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
256*cdf0e10cSrcweir	]
257*cdf0e10cSrcweir	SID_DOCKWIN_26
258*cdf0e10cSrcweir	[
259*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
260*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
261*cdf0e10cSrcweir	]
262*cdf0e10cSrcweir	SID_DOCKWIN_27
263*cdf0e10cSrcweir	[
264*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
265*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
266*cdf0e10cSrcweir	]
267*cdf0e10cSrcweir	SID_DOCKWIN_28
268*cdf0e10cSrcweir	[
269*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
270*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
271*cdf0e10cSrcweir	]
272*cdf0e10cSrcweir	SID_DOCKWIN_29
273*cdf0e10cSrcweir	[
274*cdf0e10cSrcweir		ExecMethod = ChildWindowExecute ;
275*cdf0e10cSrcweir		StateMethod = ChildWindowState ;
276*cdf0e10cSrcweir	]
277*cdf0e10cSrcweir*/
278*cdf0e10cSrcweir	// Window.GetFrameWindow( "Name" )
279*cdf0e10cSrcweir	SID_FILLFRAME
280*cdf0e10cSrcweir	[
281*cdf0e10cSrcweir		ExecMethod = ExecView_Impl;
282*cdf0e10cSrcweir	]
283*cdf0e10cSrcweir
284*cdf0e10cSrcweir	// Nur f"ur Gestalter: Slot mu\s vorhanden sein
285*cdf0e10cSrcweir	SID_STYLE_NEW
286*cdf0e10cSrcweir	[
287*cdf0e10cSrcweir	]
288*cdf0e10cSrcweir
289*cdf0e10cSrcweir	// Nur f"ur Gestalter: Slot mu\s vorhanden sein
290*cdf0e10cSrcweir	SID_STYLE_DRAGHIERARCHIE
291*cdf0e10cSrcweir	[
292*cdf0e10cSrcweir	]
293*cdf0e10cSrcweir	SID_CLEARHISTORY // ole(no) api(final/play/rec)
294*cdf0e10cSrcweir	[
295*cdf0e10cSrcweir		ExecMethod = ExecHistory_Impl ;
296*cdf0e10cSrcweir		StateMethod = StateHistory_Impl ;
297*cdf0e10cSrcweir	]
298*cdf0e10cSrcweir	SID_UNDO // ole(no) api(final/play/rec)
299*cdf0e10cSrcweir	[
300*cdf0e10cSrcweir		ExecMethod = ExecHistory_Impl ;
301*cdf0e10cSrcweir		StateMethod = StateHistory_Impl ;
302*cdf0e10cSrcweir	]
303*cdf0e10cSrcweir	SID_REDO // ole(no) api(final/play/rec)
304*cdf0e10cSrcweir	[
305*cdf0e10cSrcweir		ExecMethod = ExecHistory_Impl ;
306*cdf0e10cSrcweir		StateMethod = StateHistory_Impl ;
307*cdf0e10cSrcweir	]
308*cdf0e10cSrcweir	SID_REPEAT // ole(no) api(final/play/rec)
309*cdf0e10cSrcweir	[
310*cdf0e10cSrcweir		ExecMethod = ExecHistory_Impl ;
311*cdf0e10cSrcweir		StateMethod = StateHistory_Impl ;
312*cdf0e10cSrcweir	]
313*cdf0e10cSrcweir    SID_CURRENT_URL // ole(no) api(no)
314*cdf0e10cSrcweir	[
315*cdf0e10cSrcweir        StateMethod = MiscState_Impl ;
316*cdf0e10cSrcweir	]
317*cdf0e10cSrcweir	// Stringlist mit den Verben( SFX only )
318*cdf0e10cSrcweir	SID_OBJECT // ole(no) api(no)
319*cdf0e10cSrcweir	[
320*cdf0e10cSrcweir		StateMethod = GetState_Impl ;
321*cdf0e10cSrcweir		ExecMethod = ExecView_Impl ;
322*cdf0e10cSrcweir	]
323*cdf0e10cSrcweir    SID_TERMINATE_INPLACEACTIVATION
324*cdf0e10cSrcweir	[
325*cdf0e10cSrcweir        ExecMethod = ExecView_Impl ;
326*cdf0e10cSrcweir	]
327*cdf0e10cSrcweir}
328*cdf0e10cSrcweir
329*cdf0e10cSrcweirinterface BrowseWindow : Window
330*cdf0e10cSrcweir[
331*cdf0e10cSrcweir	Automation = FALSE ;
332*cdf0e10cSrcweir]
333*cdf0e10cSrcweir{
334*cdf0e10cSrcweir	SID_ACTIVATE // ole(no) api(final/play/rec)
335*cdf0e10cSrcweir	[
336*cdf0e10cSrcweir		// Implementierung in Subklassen
337*cdf0e10cSrcweir	]
338*cdf0e10cSrcweir	SID_NEWWINDOW // ole(no) api(play/rec)
339*cdf0e10cSrcweir	[
340*cdf0e10cSrcweir		ExecMethod = ExecView_Impl ;
341*cdf0e10cSrcweir		StateMethod = StateView_Impl ;
342*cdf0e10cSrcweir	]
343*cdf0e10cSrcweir	SID_EDITDOC // ole(?opt) api(play/rec)
344*cdf0e10cSrcweir	[
345*cdf0e10cSrcweir		ExecMethod = ExecReload_Impl ;
346*cdf0e10cSrcweir		StateMethod = StateReload_Impl ;
347*cdf0e10cSrcweir	]
348*cdf0e10cSrcweir	SID_RELOAD // ole(?opt) api(play/rec)
349*cdf0e10cSrcweir	[
350*cdf0e10cSrcweir		ExecMethod = ExecReload_Impl ;
351*cdf0e10cSrcweir		StateMethod = StateReload_Impl ;
352*cdf0e10cSrcweir	]
353*cdf0e10cSrcweir	SID_VIEWSHELL // ole(no) api(no)
354*cdf0e10cSrcweir	[
355*cdf0e10cSrcweir		ExecMethod = ExecView_Impl ;
356*cdf0e10cSrcweir		StateMethod = StateView_Impl ;
357*cdf0e10cSrcweir	]
358*cdf0e10cSrcweir	SID_VIEWSHELL0 // ole(no) api(no)
359*cdf0e10cSrcweir	[
360*cdf0e10cSrcweir		ExecMethod = ExecView_Impl ;
361*cdf0e10cSrcweir		StateMethod = StateView_Impl ;
362*cdf0e10cSrcweir	]
363*cdf0e10cSrcweir	SID_VIEWSHELL1 // ole(no) api(no)
364*cdf0e10cSrcweir	[
365*cdf0e10cSrcweir		ExecMethod = ExecView_Impl ;
366*cdf0e10cSrcweir		StateMethod = StateView_Impl ;
367*cdf0e10cSrcweir	]
368*cdf0e10cSrcweir	SID_VIEWSHELL2 // ole(no) api(no)
369*cdf0e10cSrcweir	[
370*cdf0e10cSrcweir		ExecMethod = ExecView_Impl ;
371*cdf0e10cSrcweir		StateMethod = StateView_Impl ;
372*cdf0e10cSrcweir	]
373*cdf0e10cSrcweir	SID_VIEWSHELL3 // ole(no) api(no)
374*cdf0e10cSrcweir	[
375*cdf0e10cSrcweir		ExecMethod = ExecView_Impl ;
376*cdf0e10cSrcweir		StateMethod = StateView_Impl ;
377*cdf0e10cSrcweir	]
378*cdf0e10cSrcweir	SID_VIEWSHELL4 // ole(no) api(no)
379*cdf0e10cSrcweir	[
380*cdf0e10cSrcweir		ExecMethod = ExecView_Impl ;
381*cdf0e10cSrcweir		StateMethod = StateView_Impl ;
382*cdf0e10cSrcweir    ]
383*cdf0e10cSrcweir}
384*cdf0e10cSrcweir
385*cdf0e10cSrcweirinterface TopWindow : BrowseWindow
386*cdf0e10cSrcweir[
387*cdf0e10cSrcweir	Automation = FALSE ;
388*cdf0e10cSrcweir]
389*cdf0e10cSrcweir{
390*cdf0e10cSrcweir	SID_NEWDOCDIRECT // ole(no) api(no)
391*cdf0e10cSrcweir	[
392*cdf0e10cSrcweir        ExecMethod = Exec_Impl ;
393*cdf0e10cSrcweir        StateMethod = GetState_Impl ;
394*cdf0e10cSrcweir	]
395*cdf0e10cSrcweir	SID_WIN_FULLSCREEN // ole(no) api(final/play/rec)
396*cdf0e10cSrcweir	[
397*cdf0e10cSrcweir		ExecMethod = MiscExec_Impl ;
398*cdf0e10cSrcweir		StateMethod = MiscState_Impl ;
399*cdf0e10cSrcweir	]
400*cdf0e10cSrcweir	SID_FRAMETITLE // ole(no) api(play/rec)
401*cdf0e10cSrcweir	[
402*cdf0e10cSrcweir		StateMethod = StateView_Impl ;
403*cdf0e10cSrcweir	]
404*cdf0e10cSrcweir	SID_CLOSEWIN // ole(no) api(final/play/rec)
405*cdf0e10cSrcweir	[
406*cdf0e10cSrcweir		ExecMethod = Exec_Impl ;
407*cdf0e10cSrcweir		StateMethod = GetState_Impl ;
408*cdf0e10cSrcweir	]
409*cdf0e10cSrcweir	SID_BROWSE_FORWARD // ole(no) api()
410*cdf0e10cSrcweir	[
411*cdf0e10cSrcweir		ExecMethod = INetExecute_Impl ;
412*cdf0e10cSrcweir		StateMethod = INetState_Impl ;
413*cdf0e10cSrcweir	]
414*cdf0e10cSrcweir	SID_BROWSE_BACKWARD // ole(no) api()
415*cdf0e10cSrcweir	[
416*cdf0e10cSrcweir		ExecMethod = INetExecute_Impl ;
417*cdf0e10cSrcweir		StateMethod = INetState_Impl ;
418*cdf0e10cSrcweir	]
419*cdf0e10cSrcweir	SID_CREATELINK // ole(no) api()
420*cdf0e10cSrcweir	[
421*cdf0e10cSrcweir		ExecMethod = INetExecute_Impl ;
422*cdf0e10cSrcweir		StateMethod = INetState_Impl ;
423*cdf0e10cSrcweir	]
424*cdf0e10cSrcweir	SID_FOCUSURLBOX // ole(no) api(final/play/rec)
425*cdf0e10cSrcweir	[
426*cdf0e10cSrcweir		ExecMethod = INetExecute_Impl ;
427*cdf0e10cSrcweir		StateMethod = INetState_Impl ;
428*cdf0e10cSrcweir	]
429*cdf0e10cSrcweir}
430*cdf0e10cSrcweir
431*cdf0e10cSrcweir //=========================================================================
432*cdf0e10cSrcweir
433*cdf0e10cSrcweirshell SfxViewFrame
434*cdf0e10cSrcweir{
435*cdf0e10cSrcweir    import TopWindow [Automation];
436*cdf0e10cSrcweir
437*cdf0e10cSrcweir    SID_FORMATMENUSTATE
438*cdf0e10cSrcweir    [
439*cdf0e10cSrcweir        StateMethod = MiscState_Impl ;
440*cdf0e10cSrcweir    ]
441*cdf0e10cSrcweir
442*cdf0e10cSrcweir	SID_ACTIVATE // ole(no) api(final/play/rec)
443*cdf0e10cSrcweir	[
444*cdf0e10cSrcweir		ExecMethod = Exec_Impl ;
445*cdf0e10cSrcweir		StateMethod = GetState_Impl ;
446*cdf0e10cSrcweir	]
447*cdf0e10cSrcweir
448*cdf0e10cSrcweir    SID_SHOWPOPUPS
449*cdf0e10cSrcweir    [
450*cdf0e10cSrcweir		ExecMethod = Exec_Impl ;
451*cdf0e10cSrcweir		StateMethod = GetState_Impl ;
452*cdf0e10cSrcweir    ]
453*cdf0e10cSrcweir}
454*cdf0e10cSrcweir
455