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 .
19 interface ViewShellBaseView
28 StateMethod = GetState;
33 StateMethod = GetState;
38 StateMethod = GetState;
40 SID_NORMAL_MULTI_PANE_GUI
43 StateMethod = GetState;
45 SID_SLIDE_SORTER_MULTI_PANE_GUI
48 StateMethod = GetState;
50 SID_TOGGLE_TABBAR_VISIBILITY
53 StateMethod = GetState;
58 StateMethod = GetState;
63 StateMethod = GetState;
68 StateMethod = GetState;
73 StateMethod = GetState;
78 StateMethod = GetState;
80 SID_HANDOUT_MASTER_MODE
83 StateMethod = GetState;
87 ExecMethod = Execute ;
88 StateMethod = GetState ;
92 ExecMethod = Execute ;
93 StateMethod = GetState ;
98 StateMethod = GetState;
100 FN_INSERT_SOFT_HYPHEN // status(final|play)
102 ExecMethod = Execute ;
103 StateMethod = GetState ;
105 FN_INSERT_HARDHYPHEN // status()
107 ExecMethod = Execute ;
108 StateMethod = GetState ;
110 FN_INSERT_HARD_SPACE // status(final|play)
112 ExecMethod = Execute ;
113 StateMethod = GetState ;
115 FN_INSERT_NNBSP // status(final|play)
117 ExecMethod = Execute ;
118 StateMethod = GetState ;
122 ExecMethod = Execute ;
123 StateMethod = GetState ;
127 ExecMethod = Execute ;
128 StateMethod = GetState ;
132 ExecMethod = Execute ;
133 StateMethod = GetState ;
137 ExecMethod = Execute ;
138 StateMethod = GetState ;
140 SID_RESTORE_EDITING_VIEW
142 ExecMethod = Execute ;
143 StateMethod = GetState ;
151 import ViewShellBaseView;