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 ;
96 SID_ANIMATOR_INIT // ole : no, status : ?
98 ExecMethod = ExecAnimationWin ;
99 StateMethod = GetAnimationWinState ;
101 SID_ANIMATOR_ADD // ole : no, status : ?
103 ExecMethod = ExecAnimationWin ;
104 StateMethod = GetAnimationWinState ;
106 SID_ANIMATOR_CREATE // ole : no, status : ?
108 ExecMethod = ExecAnimationWin ;
109 StateMethod = GetAnimationWinState ;
111 SID_ANIMATOR_STATE // ole : no, status : ?
113 ExecMethod = ExecAnimationWin ;
114 StateMethod = GetAnimationWinState ;
118 ExecMethod = FuTemporary ;
122 ExecMethod = FuTemporary ;
123 StateMethod = GetMenuState ;
127 ExecMethod = FuTemporary ;
129 SID_EXPAND_PAGE // ole : no, status : play rec
131 ExecMethod = FuTemporary ;
132 StateMethod = GetMenuState ;
135 SID_SUMMARY_PAGE // ole : no, status : play rec
137 ExecMethod = FuTemporary ;
138 StateMethod = GetMenuState ;
142 ExecMethod = FuSupport ;
143 StateMethod = GetMenuState ;
146 SID_SEARCH_OPTIONS // ole : ?, status : ?
148 ExecMethod = Execute ;
149 StateMethod = GetState ;
150 GroupId = SfxGroupId::Document ;
152 SID_SEARCH_ITEM // ole : ?, status : ?
154 ExecMethod = Execute ;
155 StateMethod = GetState ;
159 ExecMethod = ExecuteAnnotation;
160 StateMethod = GetAnnotationState;
164 ExecMethod = ExecuteAnnotation;
165 StateMethod = GetAnnotationState;
169 ExecMethod = ExecuteAnnotation;
170 StateMethod = GetAnnotationState;
174 ExecMethod = ExecuteAnnotation;
175 StateMethod = GetAnnotationState;
179 ExecMethod = ExecuteAnnotation;
180 StateMethod = GetAnnotationState;
184 ExecMethod = ExecuteAnnotation;
185 StateMethod = GetAnnotationState;
189 ExecMethod = ExecuteAnnotation;
190 StateMethod = GetAnnotationState;
194 ExecMethod = ExecuteAnnotation;
195 StateMethod = GetAnnotationState;
197 SID_DELETEALLBYAUTHOR_POSTIT
199 ExecMethod = ExecuteAnnotation;
200 StateMethod = GetAnnotationState;
204 ExecMethod = FuTemporary ;
205 StateMethod = GetMenuState ;
211 import ImpressEditView;
215 shell PresentationViewShell
217 import ImpressEditView;
221 shell PreviewViewShell
223 import ImpressEditView;