lok: initialize the load-language
[LibreOffice.git] / sd / sdi / drviewsh.sdi
blob84fa9bfa8471d71dfb685ff314bcbf7a82c8ff7b
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     ]
95     SID_ANIMATOR_INIT // ole : no, status : ?
96     [
97         ExecMethod = ExecAnimationWin ;
98         StateMethod = GetAnimationWinState ;
99     ]
100     SID_ANIMATOR_ADD // ole : no, status : ?
101     [
102         ExecMethod = ExecAnimationWin ;
103         StateMethod = GetAnimationWinState ;
104     ]
105     SID_ANIMATOR_CREATE // ole : no, status : ?
106     [
107         ExecMethod = ExecAnimationWin ;
108         StateMethod = GetAnimationWinState ;
109     ]
110     SID_ANIMATOR_STATE // ole : no, status : ?
111     [
112         ExecMethod = ExecAnimationWin ;
113         StateMethod = GetAnimationWinState ;
114     ]
115     SID_PRESENTATION_DLG
116     [
117         ExecMethod = FuTemporary ;
118     ]
119     SID_REMOTE_DLG
120     [
121         ExecMethod = FuTemporary ;
122         StateMethod = GetMenuState ;
123     ]
124     SID_CUSTOMSHOW_DLG
125     [
126         ExecMethod = FuTemporary ;
127     ]
128     SID_EXPAND_PAGE // ole : no, status : play rec
129     [
130         ExecMethod = FuTemporary ;
131         StateMethod = GetMenuState ;
132         ReadOnlyDoc = FALSE;
133     ]
134     SID_SUMMARY_PAGE // ole : no, status : play rec
135     [
136         ExecMethod = FuTemporary ;
137         StateMethod = GetMenuState ;
138     ]
139     SID_STYLE_FAMILY
140     [
141         ExecMethod = FuSupport ;
142         StateMethod = GetMenuState ;
143     ]
145     SID_SEARCH_OPTIONS // ole : ?, status : ?
146     [
147         ExecMethod = Execute ;
148         StateMethod = GetState ;
149         GroupId = SfxGroupId::Document ;
150     ]
151     SID_SEARCH_ITEM // ole : ?, status : ?
152     [
153         ExecMethod = Execute ;
154         StateMethod = GetState ;
155     ]
156     SID_TOGGLE_NOTES
157     [
158         ExecMethod = ExecuteAnnotation;
159         StateMethod = GetAnnotationState;
160     ]
161     SID_INSERT_POSTIT
162     [
163         ExecMethod = ExecuteAnnotation;
164         StateMethod = GetAnnotationState;
165     ]
166     SID_EDIT_POSTIT
167     [
168         ExecMethod = ExecuteAnnotation;
169         StateMethod = GetAnnotationState;
170     ]
171     SID_REPLYTO_POSTIT
172     [
173         ExecMethod = ExecuteAnnotation;
174         StateMethod = GetAnnotationState;
175     ]
176     SID_DELETE_POSTIT
177     [
178         ExecMethod = ExecuteAnnotation;
179         StateMethod = GetAnnotationState;
180     ]
181     SID_DELETEALL_POSTIT
182     [
183         ExecMethod = ExecuteAnnotation;
184         StateMethod = GetAnnotationState;
185     ]
186     SID_PREVIOUS_POSTIT
187     [
188         ExecMethod = ExecuteAnnotation;
189         StateMethod = GetAnnotationState;
190     ]
191     SID_NEXT_POSTIT
192     [
193         ExecMethod = ExecuteAnnotation;
194         StateMethod = GetAnnotationState;
195     ]
196     SID_DELETEALLBYAUTHOR_POSTIT
197     [
198         ExecMethod = ExecuteAnnotation;
199         StateMethod = GetAnnotationState;
200     ]
201     SID_PHOTOALBUM
202     [
203         ExecMethod = FuTemporary ;
204         StateMethod = GetMenuState ;
205     ]
208 shell DrawViewShell
210     import ImpressEditView;
214 shell PresentationViewShell
216     import ImpressEditView;
220 shell PreviewViewShell
222     import ImpressEditView;