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_CUSTOM_ANIMATION_PANEL // ole : no, status : ?
42 ExecMethod = FuTemporary ;
43 StateMethod = GetMenuState ;
45 SID_SLIDE_TRANSITIONS_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_REHEARSE_TIMINGS // ole : no, status : ?
57 ExecMethod = FuSupport ;
58 StateMethod = GetMenuState ;
60 SID_PRESENTATION // ole : no, status : ?
62 ExecMethod = FuSupport ;
63 StateMethod = GetMenuState ;
65 SID_PRESENTATION_CURRENT_SLIDE // ole : no, status : ?
67 ExecMethod = FuSupport ;
68 StateMethod = GetMenuState ;
70 SID_PRESENTATION_END // ole : no, status : ?
72 ExecMethod = FuSupport ;
73 StateMethod = GetMenuState ;
75 SID_CLEAR_UNDO_STACK // ole : no, status : ?
77 ExecMethod = FuSupport ;
78 StateMethod = GetMenuState ;
80 SID_STYLE_FAMILY5 // ole : no, status : ?
82 ExecMethod = FuTemporary ;
83 StateMethod = GetAttrState ;
86 SID_ANIMATOR_INIT // ole : no, status : ?
88 ExecMethod = ExecAnimationWin ;
89 StateMethod = GetAnimationWinState ;
91 SID_ANIMATOR_ADD // ole : no, status : ?
93 ExecMethod = ExecAnimationWin ;
94 StateMethod = GetAnimationWinState ;
96 SID_ANIMATOR_CREATE // ole : no, status : ?
98 ExecMethod = ExecAnimationWin ;
99 StateMethod = GetAnimationWinState ;
101 SID_ANIMATOR_STATE // ole : no, status : ?
103 ExecMethod = ExecAnimationWin ;
104 StateMethod = GetAnimationWinState ;
108 ExecMethod = FuTemporary ;
112 ExecMethod = FuTemporary ;
113 StateMethod = GetMenuState ;
117 ExecMethod = FuTemporary ;
119 SID_EXPAND_PAGE // ole : no, status : play rec
121 ExecMethod = FuTemporary ;
122 StateMethod = GetMenuState ;
125 SID_SUMMARY_PAGE // ole : no, status : play rec
127 ExecMethod = FuTemporary ;
128 StateMethod = GetMenuState ;
132 ExecMethod = FuSupport ;
133 StateMethod = GetMenuState ;
136 SID_SEARCH_OPTIONS // ole : ?, status : ?
138 ExecMethod = Execute ;
139 StateMethod = GetState ;
140 GroupId = SfxGroupId::Document ;
142 SID_SEARCH_ITEM // ole : ?, status : ?
144 ExecMethod = Execute ;
145 StateMethod = GetState ;
149 ExecMethod = ExecuteAnnotation;
150 StateMethod = GetAnnotationState;
154 ExecMethod = ExecuteAnnotation;
155 StateMethod = GetAnnotationState;
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;
187 SID_DELETEALLBYAUTHOR_POSTIT
189 ExecMethod = ExecuteAnnotation;
190 StateMethod = GetAnnotationState;
194 ExecMethod = FuTemporary ;
195 StateMethod = GetMenuState ;
201 import ImpressEditView;
205 shell PresentationViewShell
207 import ImpressEditView;
211 shell PreviewViewShell
213 import ImpressEditView;