diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 18:44:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 18:44:08 +0000 |
commit | ad32346d1061f129fea07711a6b4e7b937231099 (patch) | |
tree | 3501df48ac0135af4fa3f5607e28ac12a3373904 /sd/sdi/ViewShellBase.sdi | |
parent | d3d0589405a28c1af40fd6bcc67be35aea5e29a1 (diff) |
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.
Diffstat (limited to 'sd/sdi/ViewShellBase.sdi')
-rw-r--r-- | sd/sdi/ViewShellBase.sdi | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/sd/sdi/ViewShellBase.sdi b/sd/sdi/ViewShellBase.sdi index 303952734003..2e1b2460e2e6 100644 --- a/sd/sdi/ViewShellBase.sdi +++ b/sd/sdi/ViewShellBase.sdi @@ -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; |