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