Revert "jsdialogs: set LOKNotifier in Deck"
[LibreOffice.git] / sd / sdi / drviewsh.sdi
blob1139fc5790b562477080e3d01ee7b5d6069ddeb5
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_EXECUTE_ANIMATION_EFFECT // ole : no, status : ?
41     [
42         ExecMethod = FuTemporary ;
43         StateMethod = GetMenuState ;
44     ]
45     SID_CUSTOM_ANIMATION_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_SLIDE_TRANSITIONS_PANEL // ole : no, status : ?
56     [
57         ExecMethod = FuTemporary ;
58         StateMethod = GetMenuState ;
59     ]
60     SID_MASTER_SLIDES_PANEL // ole : no, status : ?
61     [
62         ExecMethod = FuTemporary ;
63         StateMethod = GetMenuState ;
64     ]
65     SID_REHEARSE_TIMINGS // ole : no, status : ?
66     [
67         ExecMethod = FuSupport ;
68         StateMethod = GetMenuState ;
69     ]
70     SID_PRESENTATION // ole : no, status : ?
71     [
72         ExecMethod = FuSupport ;
73         StateMethod = GetMenuState ;
74     ]
75     SID_PRESENTATION_CURRENT_SLIDE // ole : no, status : ?
76     [
77         ExecMethod = FuSupport ;
78         StateMethod = GetMenuState ;
79     ]
80     SID_PRESENTATION_END // ole : no, status : ?
81     [
82         ExecMethod = FuSupport ;
83         StateMethod = GetMenuState ;
84     ]
85     SID_CLEAR_UNDO_STACK // ole : no, status : ?
86     [
87         ExecMethod = FuSupport ;
88         StateMethod = GetMenuState ;
89     ]
90     SID_STYLE_FAMILY5 // ole : no, status : ?
91     [
92         ExecMethod = FuTemporary ;
93         StateMethod = GetAttrState ;
94         Export = FALSE ;
95     ]
96     SID_ANIMATOR_INIT // ole : no, status : ?
97     [
98         ExecMethod = ExecAnimationWin ;
99         StateMethod = GetAnimationWinState ;
100     ]
101     SID_ANIMATOR_ADD // ole : no, status : ?
102     [
103         ExecMethod = ExecAnimationWin ;
104         StateMethod = GetAnimationWinState ;
105     ]
106     SID_ANIMATOR_CREATE // ole : no, status : ?
107     [
108         ExecMethod = ExecAnimationWin ;
109         StateMethod = GetAnimationWinState ;
110     ]
111     SID_ANIMATOR_STATE // ole : no, status : ?
112     [
113         ExecMethod = ExecAnimationWin ;
114         StateMethod = GetAnimationWinState ;
115     ]
116     SID_PRESENTATION_DLG
117     [
118         ExecMethod = FuTemporary ;
119     ]
120     SID_REMOTE_DLG
121     [
122         ExecMethod = FuTemporary ;
123         StateMethod = GetMenuState ;
124     ]
125     SID_CUSTOMSHOW_DLG
126     [
127         ExecMethod = FuTemporary ;
128     ]
129     SID_EXPAND_PAGE // ole : no, status : play rec
130     [
131         ExecMethod = FuTemporary ;
132         StateMethod = GetMenuState ;
133         ReadOnlyDoc = FALSE;
134     ]
135     SID_SUMMARY_PAGE // ole : no, status : play rec
136     [
137         ExecMethod = FuTemporary ;
138         StateMethod = GetMenuState ;
139     ]
140     SID_STYLE_FAMILY
141     [
142         ExecMethod = FuSupport ;
143         StateMethod = GetMenuState ;
144     ]
146     SID_SEARCH_OPTIONS // ole : ?, status : ?
147     [
148         ExecMethod = Execute ;
149         StateMethod = GetState ;
150         GroupId = SfxGroupId::Document ;
151     ]
152     SID_SEARCH_ITEM // ole : ?, status : ?
153     [
154         ExecMethod = Execute ;
155         StateMethod = GetState ;
156     ]
157     SID_TOGGLE_NOTES
158     [
159         ExecMethod = ExecuteAnnotation;
160         StateMethod = GetAnnotationState;
161     ]
162     SID_INSERT_POSTIT
163     [
164         ExecMethod = ExecuteAnnotation;
165         StateMethod = GetAnnotationState;
166     ]
167     SID_EDIT_POSTIT
168     [
169         ExecMethod = ExecuteAnnotation;
170         StateMethod = GetAnnotationState;
171     ]
172     SID_REPLYTO_POSTIT
173     [
174         ExecMethod = ExecuteAnnotation;
175         StateMethod = GetAnnotationState;
176     ]
177     SID_DELETE_POSTIT
178     [
179         ExecMethod = ExecuteAnnotation;
180         StateMethod = GetAnnotationState;
181     ]
182     SID_DELETEALL_POSTIT
183     [
184         ExecMethod = ExecuteAnnotation;
185         StateMethod = GetAnnotationState;
186     ]
187     SID_PREVIOUS_POSTIT
188     [
189         ExecMethod = ExecuteAnnotation;
190         StateMethod = GetAnnotationState;
191     ]
192     SID_NEXT_POSTIT
193     [
194         ExecMethod = ExecuteAnnotation;
195         StateMethod = GetAnnotationState;
196     ]
197     SID_DELETEALLBYAUTHOR_POSTIT
198     [
199         ExecMethod = ExecuteAnnotation;
200         StateMethod = GetAnnotationState;
201     ]
202     SID_PHOTOALBUM
203     [
204         ExecMethod = FuTemporary ;
205         StateMethod = GetMenuState ;
206     ]
209 shell DrawViewShell
211     import ImpressEditView;
215 shell PresentationViewShell
217     import ImpressEditView;
221 shell PreviewViewShell
223     import ImpressEditView;