Version 6.1.0.2, tag libreoffice-6.1.0.2
[LibreOffice.git] / sd / sdi / ViewShellBase.sdi
blobcc60732b71788018dc037af60c13adb8b1291f5e
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  */
19 interface ViewShellBaseView
21     SID_SWITCH_SHELL
22     [
23         ExecMethod = Execute;
24     ]
25     SID_LEFT_PANE_IMPRESS
26     [
27         ExecMethod = Execute;
28         StateMethod = GetState;
29     ]
30     SID_LEFT_PANE_DRAW
31     [
32         ExecMethod = Execute;
33         StateMethod = GetState;
34     ]
35     SID_NOTES_WINDOW
36     [
37         ExecMethod = Execute;
38         StateMethod = GetState;
39     ]
40     SID_NORMAL_MULTI_PANE_GUI
41     [
42         ExecMethod = Execute;
43         StateMethod = GetState;
44     ]
45     SID_SLIDE_SORTER_MULTI_PANE_GUI
46     [
47         ExecMethod = Execute;
48         StateMethod = GetState;
49     ]
50     SID_TOGGLE_TABBAR_VISIBILITY
51     [
52         ExecMethod = Execute;
53         StateMethod = GetState;
54     ]
55     SID_DISPLAY_MODE
56     [
57         ExecMethod = Execute;
58         StateMethod = GetState;
59     ]
60     SID_DRAWINGMODE
61     [
62         ExecMethod = Execute;
63         StateMethod = GetState;
64     ]
65     SID_SLIDE_SORTER_MODE
66     [
67         ExecMethod = Execute;
68         StateMethod = GetState;
69     ]
70     SID_OUTLINE_MODE
71     [
72         ExecMethod = Execute;
73         StateMethod = GetState;
74     ]
75     SID_NOTES_MODE
76     [
77         ExecMethod = Execute;
78         StateMethod = GetState;
79     ]
80     SID_HANDOUT_MASTER_MODE
81     [
82         ExecMethod = Execute;
83         StateMethod = GetState;
84     ]
85     SID_SLIDE_MASTER_MODE
86     [
87         ExecMethod = Execute ;
88         StateMethod = GetState ;
89     ]
90     SID_NOTES_MASTER_MODE
91     [
92         ExecMethod = Execute ;
93         StateMethod = GetState ;
94     ]
95     SID_WIN_FULLSCREEN
96     [
97         ExecMethod = Execute;
98         StateMethod = GetState;
99     ]
100     FN_INSERT_SOFT_HYPHEN // status(final|play)
101     [
102         ExecMethod = Execute ;
103         StateMethod = GetState ;
104     ]
105     FN_INSERT_HARDHYPHEN // status()
106     [
107         ExecMethod = Execute ;
108         StateMethod = GetState ;
109     ]
110     FN_INSERT_HARD_SPACE // status(final|play)
111     [
112         ExecMethod = Execute ;
113         StateMethod = GetState ;
114     ]
115     SID_INSERT_RLM
116     [
117         ExecMethod = Execute ;
118         StateMethod = GetState ;
119     ]
120     SID_INSERT_LRM
121     [
122         ExecMethod = Execute ;
123         StateMethod = GetState ;
124     ]
125     SID_INSERT_ZWSP
126     [
127         ExecMethod = Execute ;
128         StateMethod = GetState ;
129     ]
130     SID_INSERT_ZWNBSP
131     [
132         ExecMethod = Execute ;
133         StateMethod = GetState ;
134     ]
135     SID_RESTORE_EDITING_VIEW
136     [
137         ExecMethod = Execute ;
138         StateMethod = GetState ;
139     ]
140     SID_INSERT_DRAW
141     []
144 shell ViewShellBase
146     import ViewShellBaseView;