Version 6.1.0.2, tag libreoffice-6.1.0.2
[LibreOffice.git] / sd / sdi / drviewsh.sdi
blob931a54ee983d45b306e642d027cbbe190e8000e6
1 /*
2  * This file is part of the LibreOffice project.
3  *
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/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
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 .
17  */
18 interface ImpressEditView : DrawView
20     SID_MODIFYPAGE // ole : no, status : play rec
21     [
22         ExecMethod = FuTemporary ;
23         StateMethod = GetMenuState ;
24     ]
25     SID_ASSIGN_LAYOUT
26     [
27         ExecMethod = FuTemporary ;
28         StateMethod = GetMenuState ;
29     ]
30     SID_ANIMATION_OBJECTS // ole : no, status : ?
31     [
32         ExecMethod = FuTemporary ;
33         StateMethod = GetMenuState ;
34     ]
35     SID_ANIMATION_EFFECTS // ole : no, status : ?
36     [
37         ExecMethod = FuTemporary ;
38         StateMethod = GetMenuState ;
39     ]
40     SID_CUSTOM_ANIMATION_PANEL // ole : no, status : ?
41     [
42         ExecMethod = FuTemporary ;
43         StateMethod = GetMenuState ;
44     ]
45     SID_SLIDE_TRANSITIONS_PANEL // ole : no, status : ?
46     [
47         ExecMethod = FuTemporary ;
48         StateMethod = GetMenuState ;
49     ]
50     SID_SLIDE_TRANSITIONS_PANEL // ole : no, status : ?
51     [
52         ExecMethod = FuTemporary ;
53         StateMethod = GetMenuState ;
54     ]
55     SID_REHEARSE_TIMINGS // ole : no, status : ?
56     [
57         ExecMethod = FuSupport ;
58         StateMethod = GetMenuState ;
59     ]
60     SID_PRESENTATION // ole : no, status : ?
61     [
62         ExecMethod = FuSupport ;
63         StateMethod = GetMenuState ;
64     ]
65     SID_PRESENTATION_CURRENT_SLIDE // ole : no, status : ?
66     [
67         ExecMethod = FuSupport ;
68         StateMethod = GetMenuState ;
69     ]
70     SID_PRESENTATION_END // ole : no, status : ?
71     [
72         ExecMethod = FuSupport ;
73         StateMethod = GetMenuState ;
74     ]
75     SID_CLEAR_UNDO_STACK // ole : no, status : ?
76     [
77         ExecMethod = FuSupport ;
78         StateMethod = GetMenuState ;
79     ]
80     SID_STYLE_FAMILY5 // ole : no, status : ?
81     [
82         ExecMethod = FuTemporary ;
83         StateMethod = GetAttrState ;
84         Export = FALSE ;
85     ]
86     SID_ANIMATOR_INIT // ole : no, status : ?
87     [
88         ExecMethod = ExecAnimationWin ;
89         StateMethod = GetAnimationWinState ;
90     ]
91     SID_ANIMATOR_ADD // ole : no, status : ?
92     [
93         ExecMethod = ExecAnimationWin ;
94         StateMethod = GetAnimationWinState ;
95     ]
96     SID_ANIMATOR_CREATE // ole : no, status : ?
97     [
98         ExecMethod = ExecAnimationWin ;
99         StateMethod = GetAnimationWinState ;
100     ]
101     SID_ANIMATOR_STATE // ole : no, status : ?
102     [
103         ExecMethod = ExecAnimationWin ;
104         StateMethod = GetAnimationWinState ;
105     ]
106     SID_PRESENTATION_DLG
107     [
108         ExecMethod = FuTemporary ;
109     ]
110     SID_REMOTE_DLG
111     [
112         ExecMethod = FuTemporary ;
113         StateMethod = GetMenuState ;
114     ]
115     SID_CUSTOMSHOW_DLG
116     [
117         ExecMethod = FuTemporary ;
118     ]
119     SID_EXPAND_PAGE // ole : no, status : play rec
120     [
121         ExecMethod = FuTemporary ;
122         StateMethod = GetMenuState ;
123         ReadOnlyDoc = FALSE;
124     ]
125     SID_SUMMARY_PAGE // ole : no, status : play rec
126     [
127         ExecMethod = FuTemporary ;
128         StateMethod = GetMenuState ;
129     ]
130     SID_STYLE_FAMILY
131     [
132         ExecMethod = FuSupport ;
133         StateMethod = GetMenuState ;
134     ]
136     SID_SEARCH_OPTIONS // ole : ?, status : ?
137     [
138         ExecMethod = Execute ;
139         StateMethod = GetState ;
140         GroupId = SfxGroupId::Document ;
141     ]
142     SID_SEARCH_ITEM // ole : ?, status : ?
143     [
144         ExecMethod = Execute ;
145         StateMethod = GetState ;
146     ]
147     SID_TOGGLE_NOTES
148     [
149         ExecMethod = ExecuteAnnotation;
150         StateMethod = GetAnnotationState;
151     ]
152     SID_INSERT_POSTIT
153     [
154         ExecMethod = ExecuteAnnotation;
155         StateMethod = GetAnnotationState;
156     ]
157     SID_EDIT_POSTIT
158     [
159         ExecMethod = ExecuteAnnotation;
160         StateMethod = GetAnnotationState;
161     ]
162     SID_REPLYTO_POSTIT
163     [
164         ExecMethod = ExecuteAnnotation;
165         StateMethod = GetAnnotationState;
166     ]
167     SID_DELETE_POSTIT
168     [
169         ExecMethod = ExecuteAnnotation;
170         StateMethod = GetAnnotationState;
171     ]
172     SID_DELETEALL_POSTIT
173     [
174         ExecMethod = ExecuteAnnotation;
175         StateMethod = GetAnnotationState;
176     ]
177     SID_PREVIOUS_POSTIT
178     [
179         ExecMethod = ExecuteAnnotation;
180         StateMethod = GetAnnotationState;
181     ]
182     SID_NEXT_POSTIT
183     [
184         ExecMethod = ExecuteAnnotation;
185         StateMethod = GetAnnotationState;
186     ]
187     SID_DELETEALLBYAUTHOR_POSTIT
188     [
189         ExecMethod = ExecuteAnnotation;
190         StateMethod = GetAnnotationState;
191     ]
192     SID_PHOTOALBUM
193     [
194         ExecMethod = FuTemporary ;
195         StateMethod = GetMenuState ;
196     ]
199 shell DrawViewShell
201     import ImpressEditView;
205 shell PresentationViewShell
207     import ImpressEditView;
211 shell PreviewViewShell
213     import ImpressEditView;