2012-06-21 11:53:00 +01:00
|
|
|
/*
|
|
|
|
* This file is part of the LibreOffice project.
|
|
|
|
*
|
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*
|
|
|
|
* This file incorporates work covered by the following license notice:
|
|
|
|
*
|
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
|
|
* with this work for additional information regarding copyright
|
|
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
|
|
*/
|
2004-01-20 09:19:56 +00:00
|
|
|
|
2009-09-19 00:02:22 +02:00
|
|
|
interface ViewShellBaseView
|
2004-01-20 09:19:56 +00:00
|
|
|
{
|
2017-12-22 13:20:22 +02:00
|
|
|
SID_SWITCH_SHELL
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
]
|
2004-09-08 12:41:11 +00:00
|
|
|
SID_LEFT_PANE_IMPRESS
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetState;
|
|
|
|
]
|
|
|
|
SID_LEFT_PANE_DRAW
|
2004-07-13 12:42:00 +00:00
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetState;
|
|
|
|
]
|
2017-12-22 13:20:22 +02:00
|
|
|
SID_NOTES_WINDOW
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetState;
|
|
|
|
]
|
2004-07-13 12:42:00 +00:00
|
|
|
SID_NORMAL_MULTI_PANE_GUI
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetState;
|
|
|
|
]
|
|
|
|
SID_SLIDE_SORTER_MULTI_PANE_GUI
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetState;
|
|
|
|
]
|
2015-07-10 17:02:44 +02:00
|
|
|
SID_TOGGLE_TABBAR_VISIBILITY
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetState;
|
|
|
|
]
|
|
|
|
SID_DISPLAY_MODE
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetState;
|
|
|
|
]
|
2004-07-13 12:42:00 +00:00
|
|
|
SID_DRAWINGMODE
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetState;
|
|
|
|
]
|
2015-07-10 17:02:44 +02:00
|
|
|
SID_SLIDE_SORTER_MODE
|
2004-07-13 12:42:00 +00:00
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetState;
|
|
|
|
]
|
2015-07-10 17:02:44 +02:00
|
|
|
SID_OUTLINE_MODE
|
2004-07-13 12:42:00 +00:00
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetState;
|
|
|
|
]
|
2015-07-10 17:02:44 +02:00
|
|
|
SID_NOTES_MODE
|
2004-07-13 12:42:00 +00:00
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetState;
|
|
|
|
]
|
2015-07-10 17:02:44 +02:00
|
|
|
SID_HANDOUT_MASTER_MODE
|
2004-07-13 12:42:00 +00:00
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetState;
|
2004-11-26 18:44:08 +00:00
|
|
|
]
|
2015-07-10 17:02:44 +02:00
|
|
|
SID_SLIDE_MASTER_MODE
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_NOTES_MASTER_MODE
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
2004-11-16 15:10:54 +00:00
|
|
|
SID_WIN_FULLSCREEN
|
|
|
|
[
|
|
|
|
ExecMethod = Execute;
|
|
|
|
StateMethod = GetState;
|
|
|
|
]
|
2005-11-16 08:19:58 +00:00
|
|
|
FN_INSERT_SOFT_HYPHEN // status(final|play)
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
FN_INSERT_HARDHYPHEN // status()
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
FN_INSERT_HARD_SPACE // status(final|play)
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
2019-01-23 10:20:23 +01:00
|
|
|
FN_INSERT_NNBSP // status(final|play)
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
2005-11-16 08:19:58 +00:00
|
|
|
SID_INSERT_RLM
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_INSERT_LRM
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_INSERT_ZWSP
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
|
|
|
SID_INSERT_ZWNBSP
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
2005-09-23 13:58:35 +00:00
|
|
|
SID_RESTORE_EDITING_VIEW
|
|
|
|
[
|
|
|
|
ExecMethod = Execute ;
|
|
|
|
StateMethod = GetState ;
|
|
|
|
]
|
2015-12-09 23:22:25 +02:00
|
|
|
SID_INSERT_DRAW
|
2016-02-01 18:39:51 +02:00
|
|
|
[]
|
2004-01-20 09:19:56 +00:00
|
|
|
}
|
|
|
|
|
2009-09-19 00:02:22 +02:00
|
|
|
shell ViewShellBase
|
2004-01-20 09:19:56 +00:00
|
|
|
{
|
2016-02-04 09:32:13 +02:00
|
|
|
import ViewShellBaseView;
|
2004-01-20 09:19:56 +00:00
|
|
|
}
|