diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 10:19:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 10:19:21 +0000 |
commit | 916a3cb54b74b86bf7d2be298edb5d9bb4cef4d8 (patch) | |
tree | 797bad32ed62262794e22f52c9f039b17207b45c | |
parent | 2224d79cde453da949336a95d4ce635eab1460eb (diff) |
INTEGRATION: CWS eforms2 (1.46.12); FILE MERGED
2004/11/07 02:44:54 dvo 1.46.12.6: RESYNC: (1.56-1.58); FILE MERGED
2004/10/08 17:13:45 dvo 1.46.12.5: RESYNC: (1.52-1.56); FILE MERGED
2004/08/16 17:52:22 dvo 1.46.12.4: RESYNC: (1.50-1.52); FILE MERGED
2004/07/27 13:07:42 fs 1.46.12.3: RESYNC: (1.49-1.50); FILE MERGED
2004/06/25 13:58:12 dvo 1.46.12.2: RESYNC: (1.46-1.49); FILE MERGED
2004/06/09 13:44:25 pb 1.46.12.1: fix: #114856# the new xforms data navigator
-rw-r--r-- | svx/sdi/svx.sdi | 60 |
1 files changed, 58 insertions, 2 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 42577abcb40b..fcf3a69486b7 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -2,9 +2,9 @@ * * $RCSfile: svx.sdi,v $ * - * $Revision: 1.60 $ + * $Revision: 1.61 $ * - * last change: $Author: hr $ $Date: 2004-11-09 16:39:44 $ + * last change: $Author: obo $ $Date: 2004-11-16 11:19:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -13602,6 +13602,62 @@ SvxEmphasisMarkItem EmphasisMark SID_ATTR_CHAR_EMPHASISMARK ToolBoxConfig = FALSE, GroupId = GID_FORMAT; ] + +//-------------------------------------------------------------------------- +SfxBoolItem ShowDataNavigator SID_FM_SHOW_DATANAVIGATOR +() +[ + /* flags: */ + AutoUpdate = TRUE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = TRUE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* status: */ + SlotType = SfxBoolItem + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_CONTROLS; +] + +//-------------------------------------------------------------------------- +SfxObjectItem FmDataNavigatorController SID_FM_DATANAVIGATOR_CONTROL + +[ + /* flags: */ + AutoUpdate = TRUE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + Synchron; + + Readonly = FALSE, + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = ; +] + //-------------------------------------------------------------------------- SfxVoidItem CommonAlignLeft SID_ALIGN_ANY_LEFT () |