diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 09:55:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 09:55:33 +0000 |
commit | cd6f690077501589dbee892fe3fa1e9c93e9b4e9 (patch) | |
tree | a4d0b9064efc0dda36bb79fe66ed139f8ca1f2a8 /svx/sdi/svx.sdi | |
parent | 0c206cf743c8e4da68bc114e22b10d5924270863 (diff) |
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
Diffstat (limited to 'svx/sdi/svx.sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 57 |
1 files changed, 55 insertions, 2 deletions
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 @@ -1901,6 +1901,32 @@ SfxBoolItem ComboBox SID_FM_COMBOBOX ] //-------------------------------------------------------------------------- +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 [ @@ -2551,6 +2577,33 @@ SfxBoolItem ConvertToTime SID_FM_CONVERTTO_TIME ] //-------------------------------------------------------------------------- +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 () [ |