summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-05-08 14:20:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-05-08 14:20:26 +0000
commit775743fc8e2d187a23e0fa5ecb2205a7a4d3c821 (patch)
treef41f1c2f5a1f5cdef56a98f89b235e38c2211259 /officecfg
parent8e4ebd3616df8d0058e6270152e69b5bdebd6903 (diff)
INTEGRATION: CWS tbcontrols (1.12.140); FILE MERGED
2006/04/27 08:36:31 cd 1.12.140.1: #i64501# Enhancements for Addons.xcs to support complex toolbar controller
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Addons.xcs28
1 files changed, 13 insertions, 15 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Addons.xcs b/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
index 9834c0f1128b..d0f833f0de36 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
@@ -5,9 +5,9 @@
*
* $RCSfile: Addons.xcs,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:11:02 $
+ * last change: $Author: hr $ $Date: 2006-05-08 15:20:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -120,9 +120,19 @@
</prop>
<prop oor:name="Context" oor:type="xs:string">
<info>
- <desc>An property to define the context of a toolbar item. It can be empty or a colon separated list of the supported application modules.</desc>
+ <desc>A property to define the context of a toolbar item. It can be empty or a colon separated list of the supported application modules.</desc>
</info>
</prop>
+ <prop oor:name="ControlType" oor:type="xs:string">
+ <info>
+ <desc>A property to define the control type of the toolbar item. An will be interpreted as OpenOffice.org default toggle button.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Width" oor:type="xs:long">
+ <info>
+ <desc>A property to define the size of a toolbar item. This property works only ControlTypes which can have a dynamic size (e.g. comboboxes, edit fields, spin fields)</desc>
+ </info>
+ </prop>
</group>
<group oor:name="UserDefinedImages">
<info>
@@ -223,15 +233,3 @@
</group>
</component>
</oor:component-schema>
-
-
-
-
-
-
-
-
-
-
-
-