From cd6f690077501589dbee892fe3fa1e9c93e9b4e9 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 13 Apr 2004 09:55:33 +0000 Subject: INTEGRATION: CWS frmcontrols02 (1.42.20); FILE MERGED 2004/03/24 10:29:58 fs 1.42.20.2: RESYNC: (1.42-1.45); FILE MERGED 2004/01/22 10:04:19 fs 1.42.20.1: #i24411# +SID_FM_*NAVIGATIONBAR --- svx/sdi/svx.sdi | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 55 insertions(+), 2 deletions(-) (limited to 'svx/sdi/svx.sdi') diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 92f67215dd6d..df8c17452a5c 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -2,9 +2,9 @@ * * $RCSfile: svx.sdi,v $ * - * $Revision: 1.46 $ + * $Revision: 1.47 $ * - * last change: $Author: rt $ $Date: 2004-04-02 14:01:58 $ + * last change: $Author: hr $ $Date: 2004-04-13 10:55:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1900,6 +1900,32 @@ SfxBoolItem ComboBox SID_FM_COMBOBOX GroupId = GID_CONTROLS; ] +//-------------------------------------------------------------------------- +SfxBoolItem NavigationBar SID_FM_NAVIGATIONBAR +[ + /* flags: */ + AutoUpdate = TRUE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + Readonly = FALSE, + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_CONTROLS; +] + //-------------------------------------------------------------------------- SfxBoolItem Combobox SID_INSERT_COMBOBOX @@ -2550,6 +2576,33 @@ SfxBoolItem ConvertToTime SID_FM_CONVERTTO_TIME GroupId = GID_CONTROLS; ] +//-------------------------------------------------------------------------- +SfxBoolItem ConvertToNavigationBar SID_FM_CONVERTTO_NAVIGATIONBAR + +[ + /* flags: */ + AutoUpdate = TRUE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + Synchron; + + Readonly = FALSE, + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_CONTROLS; +] + //-------------------------------------------------------------------------- SfxVoidItem CountAll SID_FM_COUNTALL () -- cgit