2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 interface ImpressEditView : DrawView
20 SID_MODIFYPAGE // ole : no, status : play rec
22 ExecMethod = FuTemporary ;
23 StateMethod = GetMenuState ;
27 ExecMethod = FuTemporary ;
28 StateMethod = GetMenuState ;
30 SID_ANIMATION_OBJECTS // ole : no, status : ?
32 ExecMethod = FuTemporary ;
33 StateMethod = GetMenuState ;
35 SID_ANIMATION_EFFECTS // ole : no, status : ?
37 ExecMethod = FuTemporary ;
38 StateMethod = GetMenuState ;
40 SID_EXECUTE_ANIMATION_EFFECT // ole : no, status : ?
42 ExecMethod = FuTemporary ;
43 StateMethod = GetMenuState ;
45 SID_CUSTOM_ANIMATION_PANEL // ole : no, status : ?
47 ExecMethod = FuTemporary ;
48 StateMethod = GetMenuState ;
50 SID_SLIDE_TRANSITIONS_PANEL // ole : no, status : ?
52 ExecMethod = FuTemporary ;
53 StateMethod = GetMenuState ;
55 SID_SLIDE_TRANSITIONS_PANEL // ole : no, status : ?
57 ExecMethod = FuTemporary ;
58 StateMethod = GetMenuState ;
60 SID_MASTER_SLIDES_PANEL // ole : no, status : ?
62 ExecMethod = FuTemporary ;
63 StateMethod = GetMenuState ;
65 SID_REHEARSE_TIMINGS // ole : no, status : ?
67 ExecMethod = FuSupport ;
68 StateMethod = GetMenuState ;
70 SID_PRESENTATION // ole : no, status : ?
72 ExecMethod = FuSupport ;
73 StateMethod = GetMenuState ;
75 SID_PRESENTATION_CURRENT_SLIDE // ole : no, status : ?
77 ExecMethod = FuSupport ;
78 StateMethod = GetMenuState ;
80 SID_PRESENTATION_END // ole : no, status : ?
82 ExecMethod = FuSupport ;
83 StateMethod = GetMenuState ;
85 SID_CLEAR_UNDO_STACK // ole : no, status : ?
87 ExecMethod = FuSupport ;
88 StateMethod = GetMenuState ;
90 SID_STYLE_FAMILY5 // ole : no, status : ?
92 ExecMethod = FuTemporary ;
93 StateMethod = GetAttrState ;
95 SID_ANIMATOR_INIT // ole : no, status : ?
97 ExecMethod = ExecAnimationWin ;
98 StateMethod = GetAnimationWinState ;
100 SID_ANIMATOR_ADD // ole : no, status : ?
102 ExecMethod = ExecAnimationWin ;
103 StateMethod = GetAnimationWinState ;
105 SID_ANIMATOR_CREATE // ole : no, status : ?
107 ExecMethod = ExecAnimationWin ;
108 StateMethod = GetAnimationWinState ;
110 SID_ANIMATOR_STATE // ole : no, status : ?
112 ExecMethod = ExecAnimationWin ;
113 StateMethod = GetAnimationWinState ;
117 ExecMethod = FuTemporary ;
121 ExecMethod = FuTemporary ;
122 StateMethod = GetMenuState ;
126 ExecMethod = FuTemporary ;
128 SID_EXPAND_PAGE // ole : no, status : play rec
130 ExecMethod = FuTemporary ;
131 StateMethod = GetMenuState ;
134 SID_SUMMARY_PAGE // ole : no, status : play rec
136 ExecMethod = FuTemporary ;
137 StateMethod = GetMenuState ;
141 ExecMethod = FuSupport ;
142 StateMethod = GetMenuState ;
145 SID_SEARCH_OPTIONS // ole : ?, status : ?
147 ExecMethod = Execute ;
148 StateMethod = GetState ;
149 GroupId = SfxGroupId::Document ;
151 SID_SEARCH_ITEM // ole : ?, status : ?
153 ExecMethod = Execute ;
154 StateMethod = GetState ;
158 ExecMethod = ExecuteAnnotation;
159 StateMethod = GetAnnotationState;
163 ExecMethod = ExecuteAnnotation;
164 StateMethod = GetAnnotationState;
168 ExecMethod = ExecuteAnnotation;
169 StateMethod = GetAnnotationState;
173 ExecMethod = ExecuteAnnotation;
174 StateMethod = GetAnnotationState;
178 ExecMethod = ExecuteAnnotation;
179 StateMethod = GetAnnotationState;
183 ExecMethod = ExecuteAnnotation;
184 StateMethod = GetAnnotationState;
188 ExecMethod = ExecuteAnnotation;
189 StateMethod = GetAnnotationState;
193 ExecMethod = ExecuteAnnotation;
194 StateMethod = GetAnnotationState;
196 SID_DELETEALLBYAUTHOR_POSTIT
198 ExecMethod = ExecuteAnnotation;
199 StateMethod = GetAnnotationState;
203 ExecMethod = FuTemporary ;
204 StateMethod = GetMenuState ;
210 import ImpressEditView;
214 shell PresentationViewShell
216 import ImpressEditView;
220 shell PreviewViewShell
222 import ImpressEditView;