summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-28 12:34:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-28 12:34:54 +0000
commit4af389c6c41f3f909a946bf27c080db7c21e4703 (patch)
tree50d309935086a42c6443bae9d46a11ed8b52dbf0 /officecfg/registry/schema/org/openoffice/Office/Addons.xcs
parenta281f3a6f27f97fea303971ee4814ef97fdd74e5 (diff)
INTEGRATION: CWS fwk04 (1.5.14); FILE MERGED
2003/05/26 22:10:01 cd 1.5.14.1: #109787# Added image URLs to UserDefinedImages node
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Addons.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Addons.xcs26
1 files changed, 23 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Addons.xcs b/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
index ca707940b0c2..0dd3bdb83caa 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Addons.xcs,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2003-04-29 18:26:19 $
+ * last change: $Author: vg $ $Date: 2003-05-28 13:34:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -167,7 +167,7 @@
</group>
<group oor:name="UserDefinedImages">
<info>
- <desc xml:lang="en-US">A group of optional user-defined images.</desc>
+ <desc xml:lang="en-US">A group of optional user-defined images. There are two ways to define image - 1. Embed the image data directly into the configuration. 2. Use file URLs to address external bitmap files. Embedded image data has a higher priority than file URLs.</desc>
</info>
<prop oor:name="ImageSmall" oor:type="xs:hexBinary">
<info>
@@ -193,6 +193,26 @@
<desc xml:lang="zh-CN">高对比度显示使用的二元位图数据。大图像的标准大小为 26x26 像素。</desc>
</info>
</prop>
+ <prop oor:name="ImageSmallURL" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">A file URL to address a external bitmap file used for menu images and/or small toolbox buttons. Standard size of an small image is 16x16 pixel.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ImageBigURL" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">A file URL to address a external bitmap file used for big toolbox buttons. Standard size of an big image is 26x26 pixel.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ImageSmallHCURL" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">A file URL to address a external bitmap file used for high contrast menu images and/or toolbox buttons. Standard size of an small image is 16x16 pixel.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ImageBigHCURL" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">A file URL to address a external bitmap file used for big high contrast toolbox buttons. Standard size of an big image is 26x26 pixel.</desc>
+ </info>
+ </prop>
</group>
<group oor:name="Images">
<info>