summaryrefslogtreecommitdiff
path: root/svx/sdi/svx.sdi
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-12-11 11:15:24 +0000
committerKurt Zenker <kz@openoffice.org>2003-12-11 11:15:24 +0000
commit64300167323edf7c503e8707e3625c3626c51690 (patch)
treecdf77f1a016a073fbcbcb23ab27674807436915e /svx/sdi/svx.sdi
parent970bfb0d4feda47a591362c983d7ffc05d2a1ca0 (diff)
INTEGRATION: CWS frmcontrols01 (1.39.54); FILE MERGED
2003/10/27 15:00:49 fs 1.39.54.3: RESYNC: (1.39-1.41); FILE MERGED 2003/10/27 11:20:59 fs 1.39.54.2: #i21605# SPINBUTTON instead of SPINFIELD 2003/10/22 13:10:07 fs 1.39.54.1: #21277# new slot/infos for scrollbars / register scroll bar components
Diffstat (limited to 'svx/sdi/svx.sdi')
-rw-r--r--svx/sdi/svx.sdi112
1 files changed, 110 insertions, 2 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi
index 4a3bcb0560e0..b2a2c296a755 100644
--- a/svx/sdi/svx.sdi
+++ b/svx/sdi/svx.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: svx.sdi,v $
*
- * $Revision: 1.41 $
+ * $Revision: 1.42 $
*
- * last change: $Author: obo $ $Date: 2003-10-20 14:15:23 $
+ * last change: $Author: kz $ $Date: 2003-12-11 12:15:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2281,6 +2281,60 @@ SfxBoolItem ConvertToFormatted SID_FM_CONVERTTO_FORMATTED
]
//--------------------------------------------------------------------------
+SfxBoolItem ConvertToScrollBar SID_FM_CONVERTTO_SCROLLBAR
+
+[
+ /* 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;
+]
+
+//--------------------------------------------------------------------------
+SfxBoolItem ConvertToSpinButton SID_FM_CONVERTTO_SPINBUTTON
+
+[
+ /* 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;
+]
+
+//--------------------------------------------------------------------------
SfxBoolItem ConvertToGrid SID_FM_CONVERTTO_GRID
[
@@ -3976,6 +4030,60 @@ SfxBoolItem FormattedField SID_FM_FORMATTEDFIELD
]
//--------------------------------------------------------------------------
+SfxBoolItem ScrollBar SID_FM_SCROLLBAR
+
+[
+ /* flags: */
+ AutoUpdate = TRUE,
+ Cachable = Cachable,
+ FastCall = FALSE,
+ HasCoreId = FALSE,
+ HasDialog = FALSE,
+ ReadOnlyDoc = FALSE,
+ Toggle = TRUE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerItem;
+ Synchron;
+
+ Readonly = FALSE,
+
+ /* config: */
+ AccelConfig = TRUE,
+ MenuConfig = TRUE,
+ StatusBarConfig = FALSE,
+ ToolBoxConfig = TRUE,
+ GroupId = GID_CONTROLS;
+]
+
+//--------------------------------------------------------------------------
+SfxBoolItem SpinButton SID_FM_SPINBUTTON
+
+[
+ /* flags: */
+ AutoUpdate = TRUE,
+ Cachable = Cachable,
+ FastCall = FALSE,
+ HasCoreId = FALSE,
+ HasDialog = FALSE,
+ ReadOnlyDoc = FALSE,
+ Toggle = TRUE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerItem;
+ Synchron;
+
+ Readonly = FALSE,
+
+ /* config: */
+ AccelConfig = TRUE,
+ MenuConfig = TRUE,
+ StatusBarConfig = FALSE,
+ ToolBoxConfig = TRUE,
+ GroupId = GID_CONTROLS;
+]
+
+//--------------------------------------------------------------------------
SfxBoolItem InsertFormattedField SID_INSERT_FORMATTEDFIELD
[