Kaydet (Commit) ad32346d authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS presentationengine01 (1.3.12); FILE MERGED

2004/11/26 14:44:41 thb 1.3.12.3: RESYNC: (1.4-1.5); FILE MERGED
2004/10/12 22:51:45 thb 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED
2004/08/31 13:17:58 af 1.3.12.1: #i33627# Added slot for making the task pane visible.
üst d3d05894
......@@ -2,9 +2,9 @@
*
* $RCSfile: ViewShellBase.sdi,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: hr $ $Date: 2004-11-26 15:00:10 $
* last change: $Author: rt $ $Date: 2004-11-26 19:44:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -273,6 +273,31 @@ SfxBoolItem SlideSorterMultiPaneGUI SID_SLIDE_SORTER_MULTI_PANE_GUI
GroupId = GID_MODIFY;
]
SfxVoidItem TaskPaneShowPanel SID_TASK_PANE (
SfxBoolItem IsPanelVisible ID_VAL_ISVISIBLE,
SfxUInt32Item PanelId ID_VAL_PANEL_INDEX)
[
/* flags: */
AutoUpdate = TRUE,
Cachable = Cachable,
FastCall = FALSE,
HasCoreId = FALSE,
HasDialog = FALSE,
ReadOnlyDoc = FALSE,
Toggle = FALSE,
Container = TRUE,
RecordAbsolute = FALSE,
RecordPerSet;
Synchron;
/* config: */
AccelConfig = FALSE,
MenuConfig = FALSE,
StatusBarConfig = FALSE,
ToolBoxConfig = TRUE,
GroupId = GID_VIEW;
]
interface ViewShellBaseView : View
{
SID_SWITCH_SHELL
......@@ -334,6 +359,11 @@ interface ViewShellBaseView : View
ExecMethod = Execute;
StateMethod = GetState;
]
SID_TASK_PANE
[
ExecMethod = Execute;
StateMethod = GetState;
]
SID_WIN_FULLSCREEN
[
ExecMethod = Execute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment