diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 12:01:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 12:01:30 +0000 |
commit | 8536168e601065ac0aac218746e867efead79882 (patch) | |
tree | bd9188ec797bd5fcaeba26bfa32cb2a4448ee42f /svx/sdi/svx.sdi | |
parent | a0b8f2853e62157fa8b7059e23d7646f893bbb29 (diff) |
INTEGRATION: CWS tkr01 (1.70.224); FILE MERGED
2007/06/26 10:06:16 tkr 1.70.224.1: #i78846# Enable TreeControl support
Diffstat (limited to 'svx/sdi/svx.sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index ea1946d40582..70e71d8b3468 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -4,9 +4,9 @@ * * $RCSfile: svx.sdi,v $ * - * $Revision: 1.71 $ + * $Revision: 1.72 $ * - * last change: $Author: hr $ $Date: 2007-06-27 13:38:42 $ + * last change: $Author: rt $ $Date: 2007-07-03 13:01:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -3447,6 +3447,34 @@ SfxBoolItem InsertFileControl SID_INSERT_FILECONTROL ] //-------------------------------------------------------------------------- +SfxBoolItem InsertTreeControl SID_INSERT_TREECONTROL + +[ + /* 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; +] + + +//-------------------------------------------------------------------------- XFillBitmapItem FillBitmap SID_ATTR_FILL_BITMAP [ |