xref: /aoo42x/main/sd/sdi/drviewsh.sdi (revision 4b0f5a03)
1*4b0f5a03SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*4b0f5a03SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*4b0f5a03SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*4b0f5a03SAndrew Rist * distributed with this work for additional information
6*4b0f5a03SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*4b0f5a03SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*4b0f5a03SAndrew Rist * "License"); you may not use this file except in compliance
9*4b0f5a03SAndrew Rist * with the License.  You may obtain a copy of the License at
10*4b0f5a03SAndrew Rist *
11*4b0f5a03SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*4b0f5a03SAndrew Rist *
13*4b0f5a03SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*4b0f5a03SAndrew Rist * software distributed under the License is distributed on an
15*4b0f5a03SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*4b0f5a03SAndrew Rist * KIND, either express or implied.  See the License for the
17*4b0f5a03SAndrew Rist * specific language governing permissions and limitations
18*4b0f5a03SAndrew Rist * under the License.
19*4b0f5a03SAndrew Rist *
20*4b0f5a03SAndrew Rist *************************************************************/
21*4b0f5a03SAndrew Rist
22*4b0f5a03SAndrew Rist
23cdf0e10cSrcweirinterface ImpressEditView : DrawView
24cdf0e10cSrcweir[
25cdf0e10cSrcweir	uuid ( "661B07E0-2FB4-11CF-89CA-008029E4B0B1" ) ;
26cdf0e10cSrcweir]
27cdf0e10cSrcweir{
28cdf0e10cSrcweir	SID_MODIFYPAGE // ole : no, status : play rec
29cdf0e10cSrcweir	[
30cdf0e10cSrcweir		ExecMethod = FuTemporary ;
31cdf0e10cSrcweir		StateMethod = GetMenuState ;
32cdf0e10cSrcweir	]
33cdf0e10cSrcweir	SID_ASSIGN_LAYOUT
34cdf0e10cSrcweir	[
35cdf0e10cSrcweir		ExecMethod = FuTemporary ;
36cdf0e10cSrcweir		StateMethod = GetMenuState ;
37cdf0e10cSrcweir	]
38cdf0e10cSrcweir	SID_ANIMATION_OBJECTS // ole : no, status : ?
39cdf0e10cSrcweir	[
40cdf0e10cSrcweir		ExecMethod = FuTemporary ;
41cdf0e10cSrcweir		StateMethod = GetMenuState ;
42cdf0e10cSrcweir	]
43cdf0e10cSrcweir	SID_ANIMATION_EFFECTS // ole : no, status : ?
44cdf0e10cSrcweir	[
45cdf0e10cSrcweir		ExecMethod = FuTemporary ;
46cdf0e10cSrcweir		StateMethod = GetMenuState ;
47cdf0e10cSrcweir	]
48cdf0e10cSrcweir	SID_CUSTOM_ANIMATION_PANEL // ole : no, status : ?
49cdf0e10cSrcweir	[
50cdf0e10cSrcweir		ExecMethod = FuTemporary ;
51cdf0e10cSrcweir		StateMethod = GetMenuState ;
52cdf0e10cSrcweir	]
53cdf0e10cSrcweir	SID_SLIDE_TRANSITIONS_PANEL // ole : no, status : ?
54cdf0e10cSrcweir	[
55cdf0e10cSrcweir		ExecMethod = FuTemporary ;
56cdf0e10cSrcweir		StateMethod = GetMenuState ;
57cdf0e10cSrcweir	]
58cdf0e10cSrcweir	SID_SLIDE_TRANSITIONS_PANEL // ole : no, status : ?
59cdf0e10cSrcweir	[
60cdf0e10cSrcweir		ExecMethod = FuTemporary ;
61cdf0e10cSrcweir		StateMethod = GetMenuState ;
62cdf0e10cSrcweir	]
63cdf0e10cSrcweir	SID_REHEARSE_TIMINGS // ole : no, status : ?
64cdf0e10cSrcweir	[
65cdf0e10cSrcweir		ExecMethod = FuSupport ;
66cdf0e10cSrcweir		StateMethod = GetMenuState ;
67cdf0e10cSrcweir	]
68cdf0e10cSrcweir	SID_PRESENTATION // ole : no, status : ?
69cdf0e10cSrcweir	[
70cdf0e10cSrcweir		ExecMethod = FuSupport ;
71cdf0e10cSrcweir		StateMethod = GetMenuState ;
72cdf0e10cSrcweir	]
73cdf0e10cSrcweir	SID_PRESENTATION_END // ole : no, status : ?
74cdf0e10cSrcweir	[
75cdf0e10cSrcweir		ExecMethod = FuSupport ;
76cdf0e10cSrcweir		StateMethod = GetMenuState ;
77cdf0e10cSrcweir	]
78cdf0e10cSrcweir	SID_CLEAR_UNDO_STACK // ole : no, status : ?
79cdf0e10cSrcweir	[
80cdf0e10cSrcweir		ExecMethod = FuSupport ;
81cdf0e10cSrcweir		StateMethod = GetMenuState ;
82cdf0e10cSrcweir	]
83cdf0e10cSrcweir	SID_STYLE_FAMILY5 // ole : no, status : ?
84cdf0e10cSrcweir	[
85cdf0e10cSrcweir		ExecMethod = FuTemporary ;
86cdf0e10cSrcweir		StateMethod = GetAttrState ;
87cdf0e10cSrcweir		Export = FALSE ;
88cdf0e10cSrcweir	]
89cdf0e10cSrcweir	SID_ANIMATOR_INIT // ole : no, status : ?
90cdf0e10cSrcweir	[
91cdf0e10cSrcweir		ExecMethod = ExecAnimationWin ;
92cdf0e10cSrcweir		StateMethod = GetAnimationWinState ;
93cdf0e10cSrcweir	]
94cdf0e10cSrcweir	SID_ANIMATOR_ADD // ole : no, status : ?
95cdf0e10cSrcweir	[
96cdf0e10cSrcweir		ExecMethod = ExecAnimationWin ;
97cdf0e10cSrcweir		StateMethod = GetAnimationWinState ;
98cdf0e10cSrcweir	]
99cdf0e10cSrcweir	SID_ANIMATOR_CREATE // ole : no, status : ?
100cdf0e10cSrcweir	[
101cdf0e10cSrcweir		ExecMethod = ExecAnimationWin ;
102cdf0e10cSrcweir		StateMethod = GetAnimationWinState ;
103cdf0e10cSrcweir	]
104cdf0e10cSrcweir	SID_ANIMATOR_STATE // ole : no, status : ?
105cdf0e10cSrcweir	[
106cdf0e10cSrcweir		ExecMethod = ExecAnimationWin ;
107cdf0e10cSrcweir		StateMethod = GetAnimationWinState ;
108cdf0e10cSrcweir	]
109cdf0e10cSrcweir	SID_NAVIGATOR_PEN // ole : no, status : ?
110cdf0e10cSrcweir	[
111cdf0e10cSrcweir		ExecMethod = ExecNavigatorWin ;
112cdf0e10cSrcweir		StateMethod = GetNavigatorWinState ;
113cdf0e10cSrcweir	]
114cdf0e10cSrcweir	SID_PRESENTATION_DLG
115cdf0e10cSrcweir	[
116cdf0e10cSrcweir		ExecMethod = FuTemporary ;
117cdf0e10cSrcweir	]
118cdf0e10cSrcweir	SID_CUSTOMSHOW_DLG
119cdf0e10cSrcweir	[
120cdf0e10cSrcweir		ExecMethod = FuTemporary ;
121cdf0e10cSrcweir	]
122cdf0e10cSrcweir	SID_EXPAND_PAGE // ole : no, status : play rec
123cdf0e10cSrcweir	[
124cdf0e10cSrcweir		ExecMethod = FuTemporary ;
125cdf0e10cSrcweir		StateMethod = GetMenuState ;
126cdf0e10cSrcweir		ReadOnlyDoc = FALSE;
127cdf0e10cSrcweir	]
128cdf0e10cSrcweir	SID_SUMMARY_PAGE // ole : no, status : play rec
129cdf0e10cSrcweir	[
130cdf0e10cSrcweir		ExecMethod = FuTemporary ;
131cdf0e10cSrcweir		StateMethod = GetMenuState ;
132cdf0e10cSrcweir	]
133cdf0e10cSrcweir	SID_SLIDE_MASTERPAGE // ole : no, status : play rec
134cdf0e10cSrcweir	[
135cdf0e10cSrcweir		ExecMethod = FuSupport ;
136cdf0e10cSrcweir		StateMethod = GetMenuState ;
137cdf0e10cSrcweir	]
138cdf0e10cSrcweir	SID_NOTES_MASTERPAGE // ole : no, status : play rec
139cdf0e10cSrcweir	[
140cdf0e10cSrcweir		ExecMethod = FuSupport ;
141cdf0e10cSrcweir		StateMethod = GetMenuState ;
142cdf0e10cSrcweir	]
143cdf0e10cSrcweir	SID_HANDOUT_MASTERPAGE // ole : no, status : play rec
144cdf0e10cSrcweir	[
145cdf0e10cSrcweir		ExecMethod = FuSupport ;
146cdf0e10cSrcweir		StateMethod = GetMenuState ;
147cdf0e10cSrcweir	]
148cdf0e10cSrcweir	SID_TITLE_MASTERPAGE // deprecated, to be removed see issue #i35731#
149cdf0e10cSrcweir	[
150cdf0e10cSrcweir		ExecMethod = FuSupport ;
151cdf0e10cSrcweir		StateMethod = GetMenuState ;
152cdf0e10cSrcweir	]
153cdf0e10cSrcweir	SID_STYLE_FAMILY
154cdf0e10cSrcweir	[
155cdf0e10cSrcweir		ExecMethod = FuSupport ;
156cdf0e10cSrcweir		StateMethod = GetMenuState ;
157cdf0e10cSrcweir	]
158cdf0e10cSrcweir
159cdf0e10cSrcweir	SID_SEARCH_OPTIONS // ole : ?, status : ?
160cdf0e10cSrcweir	[
161cdf0e10cSrcweir		ExecMethod = Execute ;
162cdf0e10cSrcweir		StateMethod = GetState ;
163cdf0e10cSrcweir		GroupId = GID_DOCUMENT ;
164cdf0e10cSrcweir		Cachable ;
165cdf0e10cSrcweir	]
166cdf0e10cSrcweir	SID_SEARCH_ITEM // ole : ?, status : ?
167cdf0e10cSrcweir	[
168cdf0e10cSrcweir		ExecMethod = Execute ;
169cdf0e10cSrcweir		StateMethod = GetState ;
170cdf0e10cSrcweir	]
171cdf0e10cSrcweir    SID_LAYER_DIALOG_WIN // ole : no, status : ?
172cdf0e10cSrcweir	[
173cdf0e10cSrcweir		ExecMethod = FuTemporary ;
174cdf0e10cSrcweir		StateMethod = GetMenuState ;
175cdf0e10cSrcweir	]
176cdf0e10cSrcweir	SID_SHOW_POSTIT
177cdf0e10cSrcweir	[
178cdf0e10cSrcweir		ExecMethod = ExecuteAnnotation;
179cdf0e10cSrcweir		StateMethod = GetAnnotationState;
180cdf0e10cSrcweir	]
181cdf0e10cSrcweir	SID_INSERT_POSTIT
182cdf0e10cSrcweir	[
183cdf0e10cSrcweir		ExecMethod = ExecuteAnnotation;
184cdf0e10cSrcweir		StateMethod = GetAnnotationState;
185cdf0e10cSrcweir	]
186cdf0e10cSrcweir	SID_REPLYTO_POSTIT
187cdf0e10cSrcweir	[
188cdf0e10cSrcweir		ExecMethod = ExecuteAnnotation;
189cdf0e10cSrcweir		StateMethod = GetAnnotationState;
190cdf0e10cSrcweir	]
191cdf0e10cSrcweir	SID_DELETE_POSTIT
192cdf0e10cSrcweir	[
193cdf0e10cSrcweir		ExecMethod = ExecuteAnnotation;
194cdf0e10cSrcweir		StateMethod = GetAnnotationState;
195cdf0e10cSrcweir	]
196cdf0e10cSrcweir	SID_DELETEALL_POSTIT
197cdf0e10cSrcweir	[
198cdf0e10cSrcweir		ExecMethod = ExecuteAnnotation;
199cdf0e10cSrcweir		StateMethod = GetAnnotationState;
200cdf0e10cSrcweir	]
201cdf0e10cSrcweir	SID_PREVIOUS_POSTIT
202cdf0e10cSrcweir	[
203cdf0e10cSrcweir		ExecMethod = ExecuteAnnotation;
204cdf0e10cSrcweir		StateMethod = GetAnnotationState;
205cdf0e10cSrcweir	]
206cdf0e10cSrcweir	SID_NEXT_POSTIT
207cdf0e10cSrcweir	[
208cdf0e10cSrcweir		ExecMethod = ExecuteAnnotation;
209cdf0e10cSrcweir		StateMethod = GetAnnotationState;
210cdf0e10cSrcweir	]
211cdf0e10cSrcweir	SID_DELETEALLBYAUTHOR_POSTIT
212cdf0e10cSrcweir	[
213cdf0e10cSrcweir		ExecMethod = ExecuteAnnotation;
214cdf0e10cSrcweir		StateMethod = GetAnnotationState;
215cdf0e10cSrcweir	]
216cdf0e10cSrcweir}
217cdf0e10cSrcweir
218cdf0e10cSrcweirshell DrawViewShell
219cdf0e10cSrcweir{
220cdf0e10cSrcweir	import ImpressEditView[Automation];
221cdf0e10cSrcweir}
222cdf0e10cSrcweir
223cdf0e10cSrcweir
224cdf0e10cSrcweirshell PresentationViewShell
225cdf0e10cSrcweir{
226cdf0e10cSrcweir	import ImpressEditView[Automation];
227cdf0e10cSrcweir}
228cdf0e10cSrcweir
229cdf0e10cSrcweir
230cdf0e10cSrcweirshell PreviewViewShell
231cdf0e10cSrcweir{
232cdf0e10cSrcweir	import ImpressEditView[Automation];
233cdf0e10cSrcweir}
234