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