summaryrefslogtreecommitdiff
path: root/officecfg/registry
diff options
context:
space:
mode:
authorDirk Grobler <dg@openoffice.org>2002-05-19 22:09:37 +0000
committerDirk Grobler <dg@openoffice.org>2002-05-19 22:09:37 +0000
commit3c823da1ae65493278196191aaeb3e441dd1e959 (patch)
tree1cd114c81b07789eeb32dee4366f41c18da8623e /officecfg/registry
parent06373f637aa048e8ec3d1ce53242ac57e2878548 (diff)
#99152# validation for configdata completed
Diffstat (limited to 'officecfg/registry')
-rw-r--r--officecfg/registry/component-schema.dtd124
-rw-r--r--officecfg/registry/component-update.dtd40
-rw-r--r--officecfg/registry/data/org/openoffice/Inet.xcu7
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Calc.xcu301
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Common.xcu7
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Jobs.xcu7
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Labels.xcu7
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Math.xcu7
-rw-r--r--officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu7
-rw-r--r--officecfg/registry/data/org/openoffice/Office/SFX.xcu7
-rw-r--r--officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu7
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI.xcu7
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Writer.xcu7
-rw-r--r--officecfg/registry/data/org/openoffice/Setup.xcu7
-rw-r--r--officecfg/registry/data/org/openoffice/VCL.xcu7
-rw-r--r--officecfg/registry/data/org/openoffice/ucb/Configuration.xcu7
-rw-r--r--officecfg/registry/schema/org/openoffice/Inet.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Calc.xcs2353
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Chart.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Commands.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Draw.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Impress.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Java.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Jobs.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Labels.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Math.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs9
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/SFX.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/TypeDetection.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/UI.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Views.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/Setup.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/UserProfile.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/VCL.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs7
-rw-r--r--officecfg/registry/schema/org/openoffice/ucb/Store.xcs7
41 files changed, 1641 insertions, 1438 deletions
diff --git a/officecfg/registry/component-schema.dtd b/officecfg/registry/component-schema.dtd
new file mode 100644
index 000000000000..fb74f5816a87
--- /dev/null
+++ b/officecfg/registry/component-schema.dtd
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!ELEMENT oor:component-schema (info*, import*, uses*, templates?, component)>
+<!ATTLIST oor:component-schema
+ oor:name NMTOKEN #REQUIRED
+ oor:package NMTOKEN #REQUIRED
+ xml:lang CDATA #IMPLIED
+ xmlns:oor CDATA #FIXED "http://openoffice.org/2001/registry"
+ xmlns:xs CDATA #FIXED "http://www.w3.org/2001/XMLSchema"
+ xmlns:xsi CDATA #FIXED "http://www.w3.org/2001/XMLSchema-instance"
+>
+
+<!ELEMENT info (desc?, label?)>
+
+<!ELEMENT import EMPTY>
+<!ATTLIST import
+ oor:component CDATA #REQUIRED
+>
+
+<!ELEMENT uses EMPTY>
+<!ATTLIST uses
+ oor:component CDATA #REQUIRED
+>
+
+<!ELEMENT templates (((group | set)*))>
+<!ELEMENT component (info*, (node-ref | ((group | set)*))*)>
+
+<!ELEMENT desc (#PCDATA)>
+<!ATTLIST desc
+ xml:lang CDATA #IMPLIED
+>
+
+<!ELEMENT label (#PCDATA)>
+<!ATTLIST label
+ xml:lang CDATA #IMPLIED
+>
+
+<!ELEMENT group ((prop*), (info*, (node-ref | ((group | set)*))*))>
+<!ATTLIST group
+ oor:name CDATA #REQUIRED
+ oor:extensible (true|false) #IMPLIED
+ oor:component CDATA #IMPLIED
+>
+
+<!ELEMENT set ((prop*), (info*, item*))>
+<!ATTLIST set
+ oor:name CDATA #REQUIRED
+ oor:node-type NMTOKEN #REQUIRED
+ oor:extensible (true|false) #IMPLIED
+ oor:component CDATA #IMPLIED
+>
+
+<!ELEMENT node-ref (info*)>
+<!ATTLIST node-ref
+ oor:name CDATA #REQUIRED
+ oor:node-type NMTOKEN #REQUIRED
+ oor:component CDATA #IMPLIED
+>
+
+<!ELEMENT prop ((value*), (info*, constraints?))>
+<!ATTLIST prop
+ oor:name CDATA #REQUIRED
+ oor:type (xs:boolean | xs:short | xs:int | xs:long | xs:double | xs:string | xs:hexBinary | oor:any | oor:boolean-list | oor:short-list | oor:int-list | oor:long-list | oor:double-list | oor:string-list | oor:hexBinary-list) #REQUIRED
+ oor:localized (true|false) #IMPLIED
+ oor:nillable (true|false) #IMPLIED
+>
+
+<!ELEMENT item EMPTY>
+<!ATTLIST item
+ oor:node-type NMTOKEN #REQUIRED
+ oor:component CDATA #IMPLIED
+>
+
+<!ELEMENT value (#PCDATA)>
+<!ATTLIST value
+ xsi:nil (true|false) #IMPLIED
+ oor:separator CDATA #IMPLIED
+>
+
+<!ELEMENT constraints (enumeration*, length?, minLength?, maxLength?, minInclusive?, maxInclusive?, minExclusive?, maxExclusive?, whiteSpace?)>
+
+<!ELEMENT enumeration (info*)>
+<!ATTLIST enumeration
+ oor:value CDATA #REQUIRED
+>
+
+<!ELEMENT length (info*)>
+<!ATTLIST length
+ oor:value CDATA #REQUIRED
+>
+
+<!ELEMENT minLength (info*)>
+<!ATTLIST minLength
+ oor:value CDATA #REQUIRED
+>
+
+<!ELEMENT maxLength (info*)>
+<!ATTLIST maxLength
+ oor:value CDATA #REQUIRED
+>
+
+<!ELEMENT minInclusive (info*)>
+<!ATTLIST minInclusive
+ oor:value CDATA #REQUIRED
+>
+
+<!ELEMENT maxInclusive (info*)>
+<!ATTLIST maxInclusive
+ oor:value CDATA #REQUIRED
+>
+
+<!ELEMENT minExclusive (info*)>
+<!ATTLIST minExclusive
+ oor:value CDATA #REQUIRED
+>
+
+<!ELEMENT maxExclusive (info*)>
+<!ATTLIST maxExclusive
+ oor:value CDATA #REQUIRED
+>
+
+<!ELEMENT whiteSpace (info*)>
+<!ATTLIST whiteSpace
+ oor:value CDATA #REQUIRED
+>
diff --git a/officecfg/registry/component-update.dtd b/officecfg/registry/component-update.dtd
new file mode 100644
index 000000000000..572e162a27d6
--- /dev/null
+++ b/officecfg/registry/component-update.dtd
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!ELEMENT oor:node ((prop*), (node)*)>
+<!ATTLIST oor:node
+ oor:name CDATA #REQUIRED
+ oor:context CDATA #REQUIRED
+ oor:component CDATA #IMPLIED
+ oor:finalized (true|false) #IMPLIED
+ oor:mandatory (true|false) #IMPLIED
+ oor:op (modify | replace | remove | reset) #IMPLIED
+ oor:node-type NMTOKEN #IMPLIED
+ xmlns:oor CDATA #FIXED "http://openoffice.org/2001/registry"
+ xmlns:xs CDATA #FIXED "http://www.w3.org/2001/XMLSchema"
+ xmlns:xsi CDATA #FIXED "http://www.w3.org/2001/XMLSchema-instance"
+>
+
+<!ELEMENT node ((prop*), (node)*)>
+<!ATTLIST node
+ oor:name CDATA #REQUIRED
+ oor:component CDATA #IMPLIED
+ oor:finalized (true|false) #IMPLIED
+ oor:mandatory (true|false) #IMPLIED
+ oor:op (modify | replace | remove | reset) #IMPLIED
+ oor:node-type NMTOKEN #IMPLIED
+>
+
+<!ELEMENT prop (value*)>
+<!ATTLIST prop
+ oor:name CDATA #REQUIRED
+ oor:op (modify | replace | remove | reset) #IMPLIED
+ oor:finalized CDATA #IMPLIED
+ oor:type (xs:boolean | xs:short | xs:int | xs:long | xs:double | xs:string | xs:hexBinary |oor:boolean-list | oor:short-list | oor:int-list | oor:long-list | oor:double-list | oor:string-list | oor:hexBinary-list) #IMPLIED
+>
+
+<!ELEMENT value (#PCDATA)>
+<!ATTLIST value
+ xsi:nil (true|false) #IMPLIED
+ oor:separator CDATA #IMPLIED
+ xml:lang CDATA #IMPLIED
+>
diff --git a/officecfg/registry/data/org/openoffice/Inet.xcu b/officecfg/registry/data/org/openoffice/Inet.xcu
index f705fd288bec..aa83a5cea785 100644
--- a/officecfg/registry/data/org/openoffice/Inet.xcu
+++ b/officecfg/registry/data/org/openoffice/Inet.xcu
@@ -3,9 +3,9 @@
*
* $RCSfile: Inet.xcu,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:56:43 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:06:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Inet" oor:context="org.openoffice" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../component-update.xsd">
+<!DOCTYPE oor:node SYSTEM "../../../component-update.dtd">
+<oor:node oor:name="Inet" oor:context="org.openoffice" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="Settings">
<prop oor:name="ooInetProxyType">
<value>0</value>
diff --git a/officecfg/registry/data/org/openoffice/Office/Calc.xcu b/officecfg/registry/data/org/openoffice/Office/Calc.xcu
index 2b53cb55d855..f007990af70c 100644
--- a/officecfg/registry/data/org/openoffice/Office/Calc.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Calc.xcu
@@ -3,9 +3,9 @@
*
* $RCSfile: Calc.xcu,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:57:16 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:07:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,154 +59,155 @@
*
*
************************************************************************ -->
-<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Calc" oor:context="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-update.xsd">
- <node oor:name="UnitConversion">
- <node oor:name="CR1" oor:op="replace">
- <prop oor:name="FromUnit">
- <value>EUR</value>
- </prop>
- <prop oor:name="ToUnit">
- <value>ATS</value>
- </prop>
- <prop oor:name="Factor">
- <value>13.7603</value>
- </prop>
+<!DOCTYPE oor:node SYSTEM "../../../../component-update.dtd">
+<oor:node oor:name="Calc" oor:context="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <node oor:name="UnitConversion">
+ <node oor:name="CR1" oor:op="replace">
+ <prop oor:name="FromUnit">
+ <value>EUR</value>
+ </prop>
+ <prop oor:name="ToUnit">
+ <value>ATS</value>
+ </prop>
+ <prop oor:name="Factor">
+ <value>13.7603</value>
+ </prop>
+ </node>
+ <node oor:name="CR2" oor:op="replace">
+ <prop oor:name="FromUnit">
+ <value>EUR</value>
+ </prop>
+ <prop oor:name="ToUnit">
+ <value>BEF</value>
+ </prop>
+ <prop oor:name="Factor">
+ <value>40.3399</value>
+ </prop>
+ </node>
+ <node oor:name="CR3" oor:op="replace">
+ <prop oor:name="FromUnit">
+ <value>EUR</value>
+ </prop>
+ <prop oor:name="ToUnit">
+ <value>DEM</value>
+ </prop>
+ <prop oor:name="Factor">
+ <value>1.95583</value>
+ </prop>
+ </node>
+ <node oor:name="CR4" oor:op="replace">
+ <prop oor:name="FromUnit">
+ <value>EUR</value>
+ </prop>
+ <prop oor:name="ToUnit">
+ <value>ESP</value>
+ </prop>
+ <prop oor:name="Factor">
+ <value>166.386</value>
+ </prop>
+ </node>
+ <node oor:name="CR5" oor:op="replace">
+ <prop oor:name="FromUnit">
+ <value>EUR</value>
+ </prop>
+ <prop oor:name="ToUnit">
+ <value>FIM</value>
+ </prop>
+ <prop oor:name="Factor">
+ <value>5.94573</value>
+ </prop>
+ </node>
+ <node oor:name="CR6" oor:op="replace">
+ <prop oor:name="FromUnit">
+ <value>EUR</value>
+ </prop>
+ <prop oor:name="ToUnit">
+ <value>FRF</value>
+ </prop>
+ <prop oor:name="Factor">
+ <value>6.55957</value>
+ </prop>
+ </node>
+ <node oor:name="CR7" oor:op="replace">
+ <prop oor:name="FromUnit">
+ <value>EUR</value>
+ </prop>
+ <prop oor:name="ToUnit">
+ <value>IEP</value>
+ </prop>
+ <prop oor:name="Factor">
+ <value>.787564</value>
+ </prop>
+ </node>
+ <node oor:name="CR8" oor:op="replace">
+ <prop oor:name="FromUnit">
+ <value>EUR</value>
+ </prop>
+ <prop oor:name="ToUnit">
+ <value>ITL</value>
+ </prop>
+ <prop oor:name="Factor">
+ <value>1936.27</value>
+ </prop>
+ </node>
+ <node oor:name="CR9" oor:op="replace">
+ <prop oor:name="FromUnit">
+ <value>EUR</value>
+ </prop>
+ <prop oor:name="ToUnit">
+ <value>LUF</value>
+ </prop>
+ <prop oor:name="Factor">
+ <value>40.3399</value>
+ </prop>
+ </node>
+ <node oor:name="CR10" oor:op="replace">
+ <prop oor:name="FromUnit">
+ <value>EUR</value>
+ </prop>
+ <prop oor:name="ToUnit">
+ <value>NLG</value>
+ </prop>
+ <prop oor:name="Factor">
+ <value>2.20371</value>
+ </prop>
+ </node>
+ <node oor:name="CR11" oor:op="replace">
+ <prop oor:name="FromUnit">
+ <value>EUR</value>
+ </prop>
+ <prop oor:name="ToUnit">
+ <value>PTE</value>
+ </prop>
+ <prop oor:name="Factor">
+ <value>200.482</value>
+ </prop>
+ </node>
+ <node oor:name="CR12" oor:op="replace">
+ <prop oor:name="FromUnit">
+ <value>EUR</value>
+ </prop>
+ <prop oor:name="ToUnit">
+ <value>GRD</value>
+ </prop>
+ <prop oor:name="Factor">
+ <value>340.750</value>
+ </prop>
+ </node>
</node>
- <node oor:name="CR2" oor:op="replace">
- <prop oor:name="FromUnit">
- <value>EUR</value>
- </prop>
- <prop oor:name="ToUnit">
- <value>BEF</value>
- </prop>
- <prop oor:name="Factor">
- <value>40.3399</value>
- </prop>
+ <node oor:name="Calculate">
+ <node oor:name="Other">
+ <node oor:name="Date">
+ <prop oor:name="YY">
+ <value>1899</value>
+ </prop>
+ <prop oor:name="MM">
+ <value>12</value>
+ </prop>
+ <prop oor:name="DD">
+ <value>30</value>
+ </prop>
+ </node>
+ </node>
</node>
- <node oor:name="CR3" oor:op="replace">
- <prop oor:name="FromUnit">
- <value>EUR</value>
- </prop>
- <prop oor:name="ToUnit">
- <value>DEM</value>
- </prop>
- <prop oor:name="Factor">
- <value>1.95583</value>
- </prop>
- </node>
- <node oor:name="CR4" oor:op="replace">
- <prop oor:name="FromUnit">
- <value>EUR</value>
- </prop>
- <prop oor:name="ToUnit">
- <value>ESP</value>
- </prop>
- <prop oor:name="Factor">
- <value>166.386</value>
- </prop>
- </node>
- <node oor:name="CR5" oor:op="replace">
- <prop oor:name="FromUnit">
- <value>EUR</value>
- </prop>
- <prop oor:name="ToUnit">
- <value>FIM</value>
- </prop>
- <prop oor:name="Factor">
- <value>5.94573</value>
- </prop>
- </node>
- <node oor:name="CR6" oor:op="replace">
- <prop oor:name="FromUnit">
- <value>EUR</value>
- </prop>
- <prop oor:name="ToUnit">
- <value>FRF</value>
- </prop>
- <prop oor:name="Factor">
- <value>6.55957</value>
- </prop>
- </node>
- <node oor:name="CR7" oor:op="replace">
- <prop oor:name="FromUnit">
- <value>EUR</value>
- </prop>
- <prop oor:name="ToUnit">
- <value>IEP</value>
- </prop>
- <prop oor:name="Factor">
- <value>.787564</value>
- </prop>
- </node>
- <node oor:name="CR8" oor:op="replace">
- <prop oor:name="FromUnit">
- <value>EUR</value>
- </prop>
- <prop oor:name="ToUnit">
- <value>ITL</value>
- </prop>
- <prop oor:name="Factor">
- <value>1936.27</value>
- </prop>
- </node>
- <node oor:name="CR9" oor:op="replace">
- <prop oor:name="FromUnit">
- <value>EUR</value>
- </prop>
- <prop oor:name="ToUnit">
- <value>LUF</value>
- </prop>
- <prop oor:name="Factor">
- <value>40.3399</value>
- </prop>
- </node>
- <node oor:name="CR10" oor:op="replace">
- <prop oor:name="FromUnit">
- <value>EUR</value>
- </prop>
- <prop oor:name="ToUnit">
- <value>NLG</value>
- </prop>
- <prop oor:name="Factor">
- <value>2.20371</value>
- </prop>
- </node>
- <node oor:name="CR11" oor:op="replace">
- <prop oor:name="FromUnit">
- <value>EUR</value>
- </prop>
- <prop oor:name="ToUnit">
- <value>PTE</value>
- </prop>
- <prop oor:name="Factor">
- <value>200.482</value>
- </prop>
- </node>
- <node oor:name="CR12" oor:op="replace">
- <prop oor:name="FromUnit">
- <value>EUR</value>
- </prop>
- <prop oor:name="ToUnit">
- <value>GRD</value>
- </prop>
- <prop oor:name="Factor">
- <value>340.750</value>
- </prop>
- </node>
- </node>
- <node oor:name="Calculate">
- <node oor:name="Other">
- <node oor:name="Date">
- <prop oor:name="YY">
- <value>1899</value>
- </prop>
- <prop oor:name="MM">
- <value>12</value>
- </prop>
- <prop oor:name="DD">
- <value>30</value>
- </prop>
- </node>
- </node>
- </node>
</oor:node>
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index 172f8fa9a528..6f8205099d3d 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -3,9 +3,9 @@
*
* $RCSfile: Common.xcu,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:57:16 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:07:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Common" oor:context="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-update.xsd">
+<!DOCTYPE oor:node SYSTEM "../../../../component-update.dtd">
+<oor:node oor:name="Common" oor:context="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="FileDialog">
<node oor:name="ImportGraphic">
<node oor:name="Size">
diff --git a/officecfg/registry/data/org/openoffice/Office/Jobs.xcu b/officecfg/registry/data/org/openoffice/Office/Jobs.xcu
index 60877f9ca739..7183194006b6 100644
--- a/officecfg/registry/data/org/openoffice/Office/Jobs.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Jobs.xcu
@@ -3,9 +3,9 @@
*
* $RCSfile: Jobs.xcu,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:57:16 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:07:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Jobs" oor:context="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-update.xsd">
+<!DOCTYPE oor:node SYSTEM "../../../../component-update.dtd">
+<oor:node oor:name="Jobs" oor:context="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="Jobs">
<node oor:name="AddressBookSourcePilot" oor:op="replace">
<prop oor:name="AdminTime">
diff --git a/officecfg/registry/data/org/openoffice/Office/Labels.xcu b/officecfg/registry/data/org/openoffice/Office/Labels.xcu
index 51a3571518a1..09bc9f3a7f92 100644
--- a/officecfg/registry/data/org/openoffice/Office/Labels.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Labels.xcu
@@ -3,9 +3,9 @@
*
* $RCSfile: Labels.xcu,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:57:16 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:07:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Labels" oor:context="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-update.xsd">
+<!DOCTYPE oor:node SYSTEM "../../../../component-update.dtd">
+<oor:node oor:name="Labels" oor:context="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="Manufacturer">
<node oor:name="Avery A4" oor:op="replace">
<node oor:name="L0" oor:op="replace" oor:finalized="true">
diff --git a/officecfg/registry/data/org/openoffice/Office/Math.xcu b/officecfg/registry/data/org/openoffice/Office/Math.xcu
index a165d22e9867..9dcb12479547 100644
--- a/officecfg/registry/data/org/openoffice/Office/Math.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Math.xcu
@@ -3,9 +3,9 @@
*
* $RCSfile: Math.xcu,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:57:16 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:07:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Math" oor:context="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-update.xsd">
+<!DOCTYPE oor:node SYSTEM "../../../../component-update.dtd">
+<oor:node oor:name="Math" oor:context="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="FontFormatList">
<node oor:name="Id1" oor:op="replace">
<prop oor:name="Name">
diff --git a/officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu b/officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu
index ce0cb6825b8e..14c82640a04a 100644
--- a/officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu
@@ -3,9 +3,9 @@
*
* $RCSfile: ProtocolHandler.xcu,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:57:16 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:07:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="ProtocolHandler" oor:context="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-update.xsd">
+<!DOCTYPE oor:node SYSTEM "../../../../component-update.dtd">
+<oor:node oor:name="ProtocolHandler" oor:context="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="HandlerSet">
<node oor:name="com.sun.star.comp.sfx2.SfxMacroLoader" oor:op="replace">
<prop oor:name="Protocols">
diff --git a/officecfg/registry/data/org/openoffice/Office/SFX.xcu b/officecfg/registry/data/org/openoffice/Office/SFX.xcu
index 724d373b97ee..df3e8b697470 100644
--- a/officecfg/registry/data/org/openoffice/Office/SFX.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/SFX.xcu
@@ -3,9 +3,9 @@
*
* $RCSfile: SFX.xcu,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:57:16 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:07:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="SFX" oor:context="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-update.xsd">
+<!DOCTYPE oor:node SYSTEM "../../../../component-update.dtd">
+<oor:node oor:name="SFX" oor:context="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="Help">
<prop oor:name="HelpAgentStarterList">
<value xml:lang="x-comment">don't translate, it's a language dependent ID list</value>
diff --git a/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu b/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu
index 08a77c1db26b..0f0248df543a 100644
--- a/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu
@@ -3,9 +3,9 @@
*
* $RCSfile: TypeDetection.xcu,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:57:16 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:07:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="TypeDetection" oor:context="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-update.xsd">
+<!DOCTYPE oor:node SYSTEM "../../../../component-update.dtd">
+<oor:node oor:name="TypeDetection" oor:context="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="Types">
<node oor:name="graphic_HTML" oor:op="replace">
<prop oor:name="UIName">
diff --git a/officecfg/registry/data/org/openoffice/Office/UI.xcu b/officecfg/registry/data/org/openoffice/Office/UI.xcu
index 8c404aef6e5b..bea76fe664e3 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI.xcu
@@ -3,9 +3,9 @@
*
* $RCSfile: UI.xcu,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:57:16 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:07:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="UI" oor:context="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-update.xsd">
+<!DOCTYPE oor:node SYSTEM "../../../../component-update.dtd">
+<oor:node oor:name="UI" oor:context="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="FilterClassification">
<node oor:name="GlobalFilters">
<node oor:name="Classes">
diff --git a/officecfg/registry/data/org/openoffice/Office/Writer.xcu b/officecfg/registry/data/org/openoffice/Office/Writer.xcu
index 2ca541fd58bc..fdb1e8226a7d 100644
--- a/officecfg/registry/data/org/openoffice/Office/Writer.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Writer.xcu
@@ -3,9 +3,9 @@
*
* $RCSfile: Writer.xcu,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:57:16 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:07:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Writer" oor:context="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-update.xsd">
+<!DOCTYPE oor:node SYSTEM "../../../../component-update.dtd">
+<oor:node oor:name="Writer" oor:context="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="Insert">
<node oor:name="Caption">
<node oor:name="WriterObject">
diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu
index 54d0bc25fe89..4f1fabe387de 100644
--- a/officecfg/registry/data/org/openoffice/Setup.xcu
+++ b/officecfg/registry/data/org/openoffice/Setup.xcu
@@ -3,9 +3,9 @@
*
* $RCSfile: Setup.xcu,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:56:43 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:06:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Setup" oor:context="org.openoffice" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../component-update.xsd">
+<!DOCTYPE oor:node SYSTEM "../../../component-update.dtd">
+<oor:node oor:name="Setup" oor:context="org.openoffice" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="Office">
<prop oor:name="ooSetupInstCompleted">
<value>false</value>
diff --git a/officecfg/registry/data/org/openoffice/VCL.xcu b/officecfg/registry/data/org/openoffice/VCL.xcu
index 6c26f2641545..4b16cc68add8 100644
--- a/officecfg/registry/data/org/openoffice/VCL.xcu
+++ b/officecfg/registry/data/org/openoffice/VCL.xcu
@@ -3,9 +3,9 @@
*
* $RCSfile: VCL.xcu,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:56:43 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:06:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="VCL" oor:context="org.openoffice" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../component-update.xsd">
+<!DOCTYPE oor:node SYSTEM "../../../component-update.dtd">
+<oor:node oor:name="VCL" oor:context="org.openoffice" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="DefaultFonts">
<node oor:name="en" oor:op="replace">
<prop oor:name="LATIN_DISPLAY" oor:type="xs:string">
diff --git a/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu b/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu
index e3fd6d7c9cf5..df316a57bda8 100644
--- a/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu
+++ b/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu
@@ -3,9 +3,9 @@
*
* $RCSfile: Configuration.xcu,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:57:31 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:09:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Configuration" oor:context="org.openoffice.ucb" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-update.xsd">
+<!DOCTYPE oor:node SYSTEM "../../../../component-update.dtd">
+<oor:node oor:name="Configuration" oor:context="org.openoffice.ucb" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="ContentProviders">
<node oor:name="Local" oor:op="replace">
<node oor:name="SecondaryKeys">
diff --git a/officecfg/registry/schema/org/openoffice/Inet.xcs b/officecfg/registry/schema/org/openoffice/Inet.xcs
index a52c4f9a6cb3..e6a72d50c407 100644
--- a/officecfg/registry/schema/org/openoffice/Inet.xcs
+++ b/officecfg/registry/schema/org/openoffice/Inet.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Inet.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:03 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:03:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Inet" oor:package="org.openoffice" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd">
+<oor:component-schema oor:name="Inet" oor:package="org.openoffice" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<templates>
<group oor:name="SearchEngine">
<info>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index 981712055112..1f06337334a1 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Calc.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,1178 +59,1179 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Calc" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
- <templates>
- <group oor:name="ConversionRule">
- <prop oor:name="FromUnit" oor:type="xs:string"/>
- <prop oor:name="ToUnit" oor:type="xs:string"/>
- <prop oor:name="Factor" oor:type="xs:double"/>
- </group>
- <group oor:name="Date">
- <prop oor:name="YY" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Specifies the year of a date</desc>
- <label xml:lang="en-US">12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
- </info>
- </prop>
- <prop oor:name="MM" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Specifies the month of a date</desc>
- <label xml:lang="en-US">12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
- </info>
- </prop>
- <prop oor:name="DD" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Specifies the day of a date</desc>
- <label xml:lang="en-US">12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <set oor:name="UnitConversion" oor:node-type="ConversionRule">
- <!-- OldPath: UnitConversion -->
- <!-- OldLocation: convert.ini -->
- <!-- Responsible: NN/ER -->
- <!-- UIHints: function CONVERT -->
- <info>
- <desc xml:lang="en-US">The irrevocable euro conversion rates</desc>
- </info>
- </set>
- <group oor:name="Content">
- <group oor:name="Display">
- <prop oor:name="Formula" oor:type="xs:boolean">
- <!-- OldPath: Calc/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies, if formulas instead of results should be displayed in the cells</desc>
- <label xml:lang="en-US">Formulas</label>
- </info>
- </prop>
- <prop oor:name="ZeroValue" oor:type="xs:boolean">
- <!-- OldPath: Calc/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if numbers containing the 0 value should be shown</desc>
- <label xml:lang="en-US">Zero values</label>
- </info>
- </prop>
- <prop oor:name="NoteTag" oor:type="xs:boolean">
- <!-- OldPath: Calc/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if notes should be marked</desc>
- <label xml:lang="en-US">Note tags</label>
- </info>
- </prop>
- <prop oor:name="ValueHighlighting" oor:type="xs:boolean">
- <!-- OldPath: Calc/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies, if all values should be highlighted in the sheet (text black, numbers blue, others green)</desc>
- <label xml:lang="en-US">Value highlighting</label>
- </info>
- </prop>
- <prop oor:name="Anchor" oor:type="xs:boolean">
- <!-- OldPath: Calc/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if anchor icons should be displayed next to selected graphics in the document</desc>
- <label xml:lang="en-US">Anchor</label>
- </info>
- </prop>
- <prop oor:name="TextOverflow" oor:type="xs:boolean">
- <!-- OldPath: Calc/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if text overflow should be marked via a small triangle</desc>
- <label xml:lang="en-US">Text overflow</label>
- </info>
- </prop>
- <prop oor:name="ObjectGraphic" oor:type="xs:int">
- <!-- OldPath: Calc/Contents/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Objects -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies, if objects and graphics should be shown, hidden or replaced by a placeholder</desc>
- <label xml:lang="en-US">Objects and Graphics</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Show</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Hide</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Placeholders</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Chart" oor:type="xs:int">
- <!-- OldPath: Calc/Contents/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Objects -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies, if charts should be shown, hidden or replaced by a placeholder</desc>
- <label xml:lang="en-US">Charts</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Show</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Hide</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Placeholders</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="DrawingObject" oor:type="xs:int">
- <!-- OldPath: Calc/Contents/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Objects -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies, if drawing objects should be shown, hidden or replaced by a placeholder</desc>
- <label xml:lang="en-US">Drawing objects</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Show</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Hide</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Placeholders</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="Update">
- <prop oor:name="Link" oor:type="xs:int">
- <!-- OldPath: Calc/Other/Update -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options - Spreadsheet Other [Section] Updating -->
- <value>2</value>
- <info>
- <desc xml:lang="en-US">Specifies, if and how links should be updated when loading a document</desc>
- <label xml:lang="en-US">Update Links</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Always</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Never</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">On Demand</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- </group>
- <group oor:name="Layout">
- <group oor:name="Line">
- <prop oor:name="GridLine" oor:type="xs:boolean">
- <!-- OldPath: Calc/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if grid lines should be displayed</desc>
- <label xml:lang="en-US">Grid lines</label>
- </info>
- </prop>
- <prop oor:name="GridLineColor" oor:type="xs:int">
- <!-- OldPath: Calc/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
- <!--Default 12632256 = LightGray-->
- <value>12632256</value>
- <info>
- <desc xml:lang="en-US">Specifies the color for the grid lines</desc>
- <label xml:lang="en-US">Color</label>
- </info>
- </prop>
- <prop oor:name="PageBreak" oor:type="xs:boolean">
- <!-- OldPath: Calc/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if page breaks should be displayed within a defined print area</desc>
- <label xml:lang="en-US">Page breaks</label>
- </info>
- </prop>
- <prop oor:name="Guide" oor:type="xs:boolean">
- <!-- OldPath: Calc/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies, if guides should be displayed when moving objects</desc>
- <label xml:lang="en-US">Guides</label>
- </info>
- </prop>
- <prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
- <!-- OldPath: Calc/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies, if control points should be displayed as simple squares without 3D effect</desc>
- <label xml:lang="en-US">Simple control points</label>
- </info>
- </prop>
- <prop oor:name="LargeControlPoint" oor:type="xs:boolean">
- <!-- OldPath: Calc/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies, if control points should be displayed larger than normal ones</desc>
- <label xml:lang="en-US">Large control points</label>
- </info>
- </prop>
- </group>
- <group oor:name="Window">
- <prop oor:name="ColumnRowHeader" oor:type="xs:boolean">
- <!-- OldPath: Calc/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if row and column headers should be displayed</desc>
- <label xml:lang="en-US">Column/Row headers</label>
- </info>
- </prop>
- <prop oor:name="HorizontalScroll" oor:type="xs:boolean">
- <!-- OldPath: Calc/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if a horizontal scroll bar should be displayed</desc>
- <label xml:lang="en-US">Horizontal scroll</label>
- </info>
- </prop>
- <prop oor:name="VerticalScroll" oor:type="xs:boolean">
- <!-- OldPath: Calc/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if a vertical scroll bar should be displayed</desc>
- <label xml:lang="en-US">Vertical Scroll</label>
- </info>
- </prop>
- <prop oor:name="SheetTab" oor:type="xs:boolean">
- <!-- OldPath: Calc/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if sheet tabs should be displayed</desc>
- <label xml:lang="en-US">Sheet tabs</label>
- </info>
- </prop>
- <prop oor:name="OutlineSymbol" oor:type="xs:boolean">
- <!-- OldPath: Calc/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if outline symbols should be displayed</desc>
- <label xml:lang="en-US">Outline symbols</label>
- </info>
- </prop>
- </group>
- <group oor:name="Other">
- <prop oor:name="StatusbarFunction" oor:type="xs:int">
- <!-- OldPath: Calc/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: (Status Bar) -->
- <value>9</value>
- <info>
- <desc xml:lang="en-US">Specifies the standard formula displayed in the Status Bar</desc>
- <label xml:lang="en-US">Statusbar Function</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">None</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Average</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Count Numbers</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Count All</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Max</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc xml:lang="en-US">Min</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">Sum</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <group oor:name="TabStop">
- <!-- OldPath: Calc/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Tab stops -->
- <prop oor:name="Metric" oor:type="xs:int">
- <value>1250</value>
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int">
- <value>1270</value>
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <info>
- <desc xml:lang="en-US">Specifies the tab stops distance</desc>
- <label xml:lang="en-US">Tab stops</label>
- </info>
- </group>
- <group oor:name="MeasureUnit">
- <!-- OldPath: Calc/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Measurement unit -->
- <prop oor:name="Metric" oor:type="xs:int">
- <value>2</value>
- <constraints>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Millimeter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Centimeter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc xml:lang="en-US">Point</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc xml:lang="en-US">Pica</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">Inch</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int">
- <value>8</value>
- <constraints>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Millimeter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Centimeter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc xml:lang="en-US">Point</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc xml:lang="en-US">Pica</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">Inch</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <info>
- <desc xml:lang="en-US">Specifies the measurement unit to be used</desc>
- <label xml:lang="en-US">Measurement unit</label>
- </info>
- </group>
- </group>
- <group oor:name="Zoom">
- <prop oor:name="Type" oor:type="xs:int">
- <!-- OldPath: Calc/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: (Status Bar) -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the zoom type</desc>
- <label xml:lang="en-US">Zoom Type</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Percent</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Whole Page</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Page Width</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Value" oor:type="xs:int">
- <!-- OldPath: Calc/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: (Status Bar) -->
- <value>100</value>
- <info>
- <desc xml:lang="en-US">Specifies the zoom value</desc>
- <label xml:lang="en-US">Zoom Value</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Input">
- <prop oor:name="MoveSelection" oor:type="xs:boolean">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if pressing the Enter key should move the selection</desc>
- <label xml:lang="en-US">Press Enter to move selection</label>
- </info>
- </prop>
- <prop oor:name="MoveSelectionDirection" oor:type="xs:int">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Direction the selection is moved when pressing Enter if Move_Selection is set</desc>
- <label xml:lang="en-US">Direction to move selection</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Down</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Right</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Up</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Left</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="SwitchToEditMode" oor:type="xs:boolean">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies, if the selected cell can be edited immediately after pressing the Enter key</desc>
- <label xml:lang="en-US">Press Enter to switch to edit mode</label>
- </info>
- </prop>
- <prop oor:name="ExpandFormatting" oor:type="xs:boolean">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Option to automatically apply the formatting attributes of the selected cell to the empty adjacent cells</desc>
- <label xml:lang="en-US">Expand formatting</label>
- </info>
- </prop>
- <prop oor:name="ShowReference" oor:type="xs:boolean">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if formula references from the input line should be highlighted in color in the cell</desc>
- <label xml:lang="en-US">Show references in color</label>
- </info>
- </prop>
- <prop oor:name="ExpandReference" oor:type="xs:boolean">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies, if references should be expanded when inserting columns or rows next to, above or below the reference range</desc>
- <label xml:lang="en-US">Expand references if new columns/rows are inserted</label>
- </info>
- </prop>
- <prop oor:name="HighlightSelection" oor:type="xs:boolean">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if column and row headers should be highlighted in the selected columns or rows</desc>
- <label xml:lang="en-US">Highlight selection in column/row headings</label>
- </info>
- </prop>
- <prop oor:name="UseTabCol" oor:type="xs:boolean">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: only API (see UseTabCol) -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">If set, pressing Enter will move the cursor to the column where it was before the Tab key to change columns has been used</desc>
- <label xml:lang="en-US">Use Tab Column</label>
- </info>
- </prop>
- <prop oor:name="UsePrinterMetrics" oor:type="xs:boolean">
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options - Spreadsheet - General - [Section] Input settings -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">If set, text metrics from the printer will be used to format text on the screen</desc>
- <label xml:lang="en-US">Use printer metrics for text formatting</label>
- </info>
- </prop>
- <prop oor:name="LastFunctions" oor:type="oor:int-list">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: - -->
- <value>224 226 222 223 5</value>
- <info>
- <desc xml:lang="en-US">Specifies the functions last used</desc>
- <label xml:lang="en-US">Last Used Functions</label>
- </info>
- <constraints>
- <enumeration oor:value="224">
- <info>
- <desc xml:lang="en-US">SUM</desc>
- </info>
- </enumeration>
- <enumeration oor:value="226">
- <info>
- <desc xml:lang="en-US">AVERAGE</desc>
- </info>
- </enumeration>
- <enumeration oor:value="222">
- <info>
- <desc xml:lang="en-US">MIN</desc>
- </info>
- </enumeration>
- <enumeration oor:value="223">
- <info>
- <desc xml:lang="en-US">MAX</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc xml:lang="en-US">IF</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="AutoInput" oor:type="xs:boolean">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools Cell Contents AutoInput -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if the AutoInput function is active</desc>
- <label xml:lang="en-US">Auto Input</label>
- </info>
- </prop>
- <prop oor:name="DetectiveAuto" oor:type="xs:boolean">
- <!-- OldPath: Calc/Input -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools Detective AutoRefresh -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if all the Detective traces in the sheet should automatically be refreshed when modifying a formula</desc>
- <label xml:lang="en-US">Detective Auto Refresh</label>
- </info>
- </prop>
- </group>
- <group oor:name="Grid">
- <group oor:name="Option">
- <prop oor:name="SnapToGrid" oor:type="xs:boolean">
- <!-- OldPath: Calc/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies, if frames, drawing elements and form functions should only be movable between grid points</desc>
- <label xml:lang="en-US">Snap to grid</label>
- </info>
- </prop>
- <prop oor:name="SizeToGrid" oor:type="xs:boolean">
- <!-- OldPath: Calc/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools Options Spreadsheet Grid - [Section] Snap grid -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if the snap grid should be matched with the main grid</desc>
- <label xml:lang="en-US">Size to grid</label>
- </info>
- </prop>
- <prop oor:name="VisibleGrid" oor:type="xs:boolean">
- <!-- OldPath: Calc/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies, if the grid should be displayed</desc>
- <label xml:lang="en-US">Visible grid</label>
- </info>
- </prop>
- <prop oor:name="Synchronize" oor:type="xs:boolean">
- <!-- OldPath: Calc/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Options -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if the current grid settings should be changed symmetrically. The resolution and subdivision for the X/Y axes will remain the same.</desc>
- <label xml:lang="en-US">Synchronize axes</label>
- </info>
- </prop>
- <group oor:name="XAxis">
- <!-- OldPath: Calc/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools Options Spreadsheet Grid - [Section] Snap grid -->
- <!-- Notice: Default-value in (nonmetric: 1270 1/100 mm)-->
- <prop oor:name="Metric" oor:type="xs:int">
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int">
- <value>1270</value>
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <info>
- <desc xml:lang="en-US">Defines the horizontal distance between the single grid points</desc>
- <label xml:lang="en-US">X axis</label>
- </info>
- </group>
- <group oor:name="YAxis">
- <!-- OldPath: Calc/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools Options Spreadsheet Grid - [Section] Snap grid -->
- <!-- Notice: Default-value in nonmetric: 1270 1/100 mm-->
- <prop oor:name="Metric" oor:type="xs:int">
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int">
- <value>1270</value>
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <info>
- <desc xml:lang="en-US">Defines the vertical distance between the single grid points</desc>
- <label xml:lang="en-US">Y axis</label>
- </info>
- </group>
- </group>
- <group oor:name="Resolution">
- <group oor:name="XAxis">
- <!-- OldPath: Calc/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Grid -->
- <!-- Notice: Default-value nonmetric 1270 1/100 mm) -->
- <prop oor:name="Metric" oor:type="xs:int">
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int">
- <value>1270</value>
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <info>
- <desc xml:lang="en-US">Defines the distance between grid points on the X axis</desc>
- <label xml:lang="en-US">X Axis Resolution</label>
- </info>
- </group>
- <group oor:name="YAxis">
- <!-- OldPath: Calc/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Grid -->
- <!-- Notice: Default-value nonmetric 1270 1/100 mm) -->
- <prop oor:name="Metric" oor:type="xs:int">
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="NonMetric" oor:type="xs:int">
- <value>1270</value>
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <info>
- <desc xml:lang="en-US">Defines the distance between grid points on the Y axis</desc>
- <label xml:lang="en-US">Y Axis Resolution</label>
- </info>
- </group>
- </group>
- <group oor:name="Subdivision">
- <prop oor:name="XAxis" oor:type="xs:int">
- <!-- OldPath: Calc/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Grid -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of intervals between two grid points on the X axis</desc>
- <label xml:lang="en-US">X Axis Subdivision</label>
- </info>
- </prop>
- <prop oor:name="YAxis" oor:type="xs:int">
- <!-- OldPath: Calc/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Grid -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of intervals between two grid points on the Y axis</desc>
- <label xml:lang="en-US">Y Axis Subdivision</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="SortList">
- <prop oor:name="List" oor:type="oor:string-list">
- <!-- OldPath: Calc/Sort_Lists -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Sort lists [List box] Lists -->
- <!-- Notice: Defaults: Week and month names from system language -->
- <value>NULL</value>
- <info>
- <desc xml:lang="en-US">Specifies available lists</desc>
- <label xml:lang="en-US">Lists</label>
- </info>
- </prop>
- </group>
- <group oor:name="Calculate">
- <group oor:name="IterativeReference">
- <prop oor:name="Iteration" oor:type="xs:boolean">
- <!-- OldPath: Calc/Calculate/Iterative_References -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Section] Iterative references -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies, if formulas with iterative references should be calculated after a specific number of repetitions</desc>
- <label xml:lang="en-US">Iterations</label>
- </info>
- </prop>
- <prop oor:name="Steps" oor:type="xs:int">
- <!-- OldPath: Calc/Calculate/Iterative_References -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Section] Iterative references -->
- <value>100</value>
- <info>
- <desc xml:lang="en-US">Sets the maximum number of iteration steps</desc>
- <label xml:lang="en-US">Steps</label>
- </info>
- </prop>
- <prop oor:name="MinimumChange" oor:type="xs:double">
- <!-- OldPath: Calc/Calculate/Iterative_References -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Section] Iterative references -->
- <value>0.001</value>
- <info>
- <desc xml:lang="en-US">Specifies the accuracy for the result</desc>
- <label xml:lang="en-US">Minimum Change</label>
- </info>
- </prop>
- </group>
- <group oor:name="Other">
- <prop oor:name="CaseSensitive" oor:type="xs:boolean">
- <!-- OldPath: Calc/Calculate -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Case sensitive -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if between upper and lower case in texts should be distinguished when comparing cell contents</desc>
- <label xml:lang="en-US">Case sensitive</label>
- </info>
- </prop>
- <prop oor:name="Precision" oor:type="xs:boolean">
- <!-- OldPath: Calc/Calculate -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Precision as shown -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies, if the calculation should use the rounded values displayed in the sheet.</desc>
- <label xml:lang="en-US">Precision as shown</label>
- </info>
- </prop>
- <prop oor:name="SearchCriteria" oor:type="xs:boolean">
- <!-- OldPath: Calc/Calculate -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Search criteria = and &lt;&amp;gt; must apply to whole cells -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Determines, if the specified search criteria (according to used regular expression) must apply to the whole of the cell contents</desc>
- <label xml:lang="en-US">Search criteria = and &lt;&amp;gt; must apply to whole cells</label>
- </info>
- </prop>
- <prop oor:name="FindLabel" oor:type="xs:boolean">
- <!-- OldPath: Calc/Calculate -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Automatically find column and row labels -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if column and row labels should be used to refer to the column area beneath the text cell or to the row area at the right of the text cell while running a search.</desc>
- <label xml:lang="en-US">Automatically find column and row labels</label>
- </info>
- </prop>
- <prop oor:name="DecimalPlaces" oor:type="xs:int">
- <!-- OldPath: Calc/Calculate -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Combo box] Decimal places -->
- <value>2</value>
- <info>
- <desc xml:lang="en-US">Defines the number of decimals to be displayed for the Standard number format.</desc>
- <label xml:lang="en-US">Decimal places</label>
- </info>
- </prop>
- <prop oor:name="RegularExpressions" oor:type="xs:boolean">
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Enable regular expressions in formulas -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if the calculation should use regular expressions in formulas, e.g. for functions which look up sheet contents.</desc>
- <label xml:lang="en-US">Enable regular expressions in formulas</label>
- </info>
- </prop>
- <node-ref oor:name="Date" oor:node-type="Date"/>
- </group>
- </group>
- <group oor:name="Revision">
- <group oor:name="Color">
- <prop oor:name="Change" oor:type="xs:int">
- <!-- OldPath: Calc/Changes/Colors -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options - Spreadsheet Changes [Section] Colors for changes -->
- <!--Default -1 = Transparent-->
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies the modification color for changes of cell contents</desc>
- <label xml:lang="en-US">Changes</label>
- </info>
- </prop>
- <prop oor:name="Deletion" oor:type="xs:int">
- <!-- OldPath: Calc/Changes/Colors -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options - Spreadsheet Changes [Section] Colors for changes -->
- <!--Default -1 = Transparent-->
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies the color to highlight deletions</desc>
- <label xml:lang="en-US">Deletions</label>
- </info>
- </prop>
- <prop oor:name="Insertion" oor:type="xs:int">
- <!-- OldPath: Calc/Changes/Colors -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options - Spreadsheet Changes [Section] Colors for changes -->
- <!--Default -1 = Transparent-->
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies the color to highlight insertions</desc>
- <label xml:lang="en-US">Insertions</label>
- </info>
- </prop>
- <prop oor:name="MovedEntry" oor:type="xs:int">
- <!-- OldPath: Calc/Changes/Colors -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
- <!-- UIHints: Tools - Options - Spreadsheet Changes [Section] Colors for changes -->
- <!--Default -1 = Transparent-->
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies the color to highlight moved contents</desc>
- <label xml:lang="en-US">Moved entries</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Filter">
- <group oor:name="Import">
- <group oor:name="VBA">
- <prop oor:name="Load" oor:type="xs:boolean">
- <!-- OldPath: Filter/MS_Office/Basic/Excel -->
- <!-- OldLocation: soffice.cfg -->
- <!-- Responsible: JP -->
- <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Excel 97/2000 -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Converts VBA Basic into Office Basic as Commands (True)</desc>
- <label xml:lang="en-US">Load Basic Code to edit</label>
- </info>
- </prop>
- <prop oor:name="Save" oor:type="xs:boolean">
- <!-- OldPath: Filter/MS_Office/Basic/Excel -->
- <!-- OldLocation: soffice.cfg -->
- <!-- Responsible: JP -->
- <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Excel 97/2000 -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Holds original VBA storage for saving in the memory (True)</desc>
- <label xml:lang="en-US">Save Original Basic Code again</label>
- </info>
- </prop>
- </group>
- <group oor:name="Lotus123">
- <prop oor:name="WK3" oor:type="xs:boolean">
- <!-- OldPath: Common -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: NN -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Offers the possibility to import Lotus 1-2-3 documents of version 5</desc>
- <label xml:lang="en-US">Enable WK3 Filter</label>
- </info>
- </prop>
- </group>
- <group oor:name="MS_Excel">
- <prop oor:name="ColScale" oor:type="xs:double">
- <!-- OldPath: Common -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: NN -->
- <value>1.0</value>
- <info>
- <desc xml:lang="en-US">Specifies the factor for multiplying the column width when importing Excel documents. Biff 5 format.</desc>
- <label xml:lang="en-US">Excel Column Width Scale</label>
- </info>
- <constraints>
- <minExclusive oor:value="0.1"/>
- </constraints>
- </prop>
- <prop oor:name="RowScale" oor:type="xs:double">
- <!-- OldPath: Common -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: NN -->
- <value>1.0</value>
- <info>
- <desc xml:lang="en-US">Specifies the factor for multiplying the row height when importing Excel documents. Biff 5 format.</desc>
- <label xml:lang="en-US">Excel Row Height Scale</label>
- </info>
- <constraints>
- <minExclusive oor:value="0.1"/>
- </constraints>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="Print">
- <!-- Responsible: NN -->
- <group oor:name="Page">
- <prop oor:name="EmptyPages" oor:type="xs:boolean">
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies whether empty pages are printed or not.</desc>
- <label xml:lang="en-US">Printing Empty Pages</label>
- </info>
- </prop>
- </group>
- <group oor:name="Other">
- <prop oor:name="AllSheets" oor:type="xs:boolean">
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies whether all sheets or only selected sheets are printed.</desc>
- <label xml:lang="en-US">Print all Sheets</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Misc">
- <group oor:name="DefaultObjectSize">
- <!-- Responsible: NN -->
- <!-- UIHints: Default size for newly created objects when using CTRL-Return or CTRL-Klick -->
- <prop oor:name="Width" oor:type="xs:int">
- <value>8000</value>
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="Height" oor:type="xs:int">
- <value>5000</value>
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <info>
- <desc xml:lang="en-US">Defines the default size of newly created objects using CTRL-Return or CTRL-Klick at a object creating Button</desc>
- <label xml:lang="en-US">Default Object Size</label>
- </info>
- </group>
- </group>
- </component>
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="Calc" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
+ <templates>
+ <group oor:name="ConversionRule">
+ <prop oor:name="FromUnit" oor:type="xs:string"/>
+ <prop oor:name="ToUnit" oor:type="xs:string"/>
+ <prop oor:name="Factor" oor:type="xs:double"/>
+ </group>
+ <group oor:name="Date">
+ <prop oor:name="YY" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies the year of a date</desc>
+ <label xml:lang="en-US">12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
+ </info>
+ </prop>
+ <prop oor:name="MM" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies the month of a date</desc>
+ <label xml:lang="en-US">12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
+ </info>
+ </prop>
+ <prop oor:name="DD" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies the day of a date</desc>
+ <label xml:lang="en-US">12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="UnitConversion" oor:node-type="ConversionRule">
+ <!-- OldPath: UnitConversion -->
+ <!-- OldLocation: convert.ini -->
+ <!-- Responsible: NN/ER -->
+ <!-- UIHints: function CONVERT -->
+ <info>
+ <desc xml:lang="en-US">The irrevocable euro conversion rates</desc>
+ </info>
+ </set>
+ <group oor:name="Content">
+ <group oor:name="Display">
+ <prop oor:name="Formula" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
+ <value>false</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if formulas instead of results should be displayed in the cells</desc>
+ <label xml:lang="en-US">Formulas</label>
+ </info>
+ </prop>
+ <prop oor:name="ZeroValue" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if numbers containing the 0 value should be shown</desc>
+ <label xml:lang="en-US">Zero values</label>
+ </info>
+ </prop>
+ <prop oor:name="NoteTag" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if notes should be marked</desc>
+ <label xml:lang="en-US">Note tags</label>
+ </info>
+ </prop>
+ <prop oor:name="ValueHighlighting" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
+ <value>false</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if all values should be highlighted in the sheet (text black, numbers blue, others green)</desc>
+ <label xml:lang="en-US">Value highlighting</label>
+ </info>
+ </prop>
+ <prop oor:name="Anchor" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if anchor icons should be displayed next to selected graphics in the document</desc>
+ <label xml:lang="en-US">Anchor</label>
+ </info>
+ </prop>
+ <prop oor:name="TextOverflow" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if text overflow should be marked via a small triangle</desc>
+ <label xml:lang="en-US">Text overflow</label>
+ </info>
+ </prop>
+ <prop oor:name="ObjectGraphic" oor:type="xs:int">
+ <!-- OldPath: Calc/Contents/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Objects -->
+ <value>0</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if objects and graphics should be shown, hidden or replaced by a placeholder</desc>
+ <label xml:lang="en-US">Objects and Graphics</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Show</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Hide</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Placeholders</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="Chart" oor:type="xs:int">
+ <!-- OldPath: Calc/Contents/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Objects -->
+ <value>0</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if charts should be shown, hidden or replaced by a placeholder</desc>
+ <label xml:lang="en-US">Charts</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Show</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Hide</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Placeholders</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="DrawingObject" oor:type="xs:int">
+ <!-- OldPath: Calc/Contents/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Objects -->
+ <value>0</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if drawing objects should be shown, hidden or replaced by a placeholder</desc>
+ <label xml:lang="en-US">Drawing objects</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Show</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Hide</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Placeholders</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ <group oor:name="Update">
+ <prop oor:name="Link" oor:type="xs:int">
+ <!-- OldPath: Calc/Other/Update -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options - Spreadsheet Other [Section] Updating -->
+ <value>2</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if and how links should be updated when loading a document</desc>
+ <label xml:lang="en-US">Update Links</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Always</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Never</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">On Demand</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Layout">
+ <group oor:name="Line">
+ <prop oor:name="GridLine" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if grid lines should be displayed</desc>
+ <label xml:lang="en-US">Grid lines</label>
+ </info>
+ </prop>
+ <prop oor:name="GridLineColor" oor:type="xs:int">
+ <!-- OldPath: Calc/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
+ <!--Default 12632256 = LightGray-->
+ <value>12632256</value>
+ <info>
+ <desc xml:lang="en-US">Specifies the color for the grid lines</desc>
+ <label xml:lang="en-US">Color</label>
+ </info>
+ </prop>
+ <prop oor:name="PageBreak" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if page breaks should be displayed within a defined print area</desc>
+ <label xml:lang="en-US">Page breaks</label>
+ </info>
+ </prop>
+ <prop oor:name="Guide" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
+ <value>false</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if guides should be displayed when moving objects</desc>
+ <label xml:lang="en-US">Guides</label>
+ </info>
+ </prop>
+ <prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
+ <value>false</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if control points should be displayed as simple squares without 3D effect</desc>
+ <label xml:lang="en-US">Simple control points</label>
+ </info>
+ </prop>
+ <prop oor:name="LargeControlPoint" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
+ <value>false</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if control points should be displayed larger than normal ones</desc>
+ <label xml:lang="en-US">Large control points</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Window">
+ <prop oor:name="ColumnRowHeader" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if row and column headers should be displayed</desc>
+ <label xml:lang="en-US">Column/Row headers</label>
+ </info>
+ </prop>
+ <prop oor:name="HorizontalScroll" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if a horizontal scroll bar should be displayed</desc>
+ <label xml:lang="en-US">Horizontal scroll</label>
+ </info>
+ </prop>
+ <prop oor:name="VerticalScroll" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if a vertical scroll bar should be displayed</desc>
+ <label xml:lang="en-US">Vertical Scroll</label>
+ </info>
+ </prop>
+ <prop oor:name="SheetTab" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if sheet tabs should be displayed</desc>
+ <label xml:lang="en-US">Sheet tabs</label>
+ </info>
+ </prop>
+ <prop oor:name="OutlineSymbol" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if outline symbols should be displayed</desc>
+ <label xml:lang="en-US">Outline symbols</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Other">
+ <prop oor:name="StatusbarFunction" oor:type="xs:int">
+ <!-- OldPath: Calc/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: (Status Bar) -->
+ <value>9</value>
+ <info>
+ <desc xml:lang="en-US">Specifies the standard formula displayed in the Status Bar</desc>
+ <label xml:lang="en-US">Statusbar Function</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">None</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Average</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Count Numbers</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Count All</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Max</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc xml:lang="en-US">Min</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Sum</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <group oor:name="TabStop">
+ <!-- OldPath: Calc/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Tab stops -->
+ <prop oor:name="Metric" oor:type="xs:int">
+ <value>1250</value>
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <value>1270</value>
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ <info>
+ <desc xml:lang="en-US">Specifies the tab stops distance</desc>
+ <label xml:lang="en-US">Tab stops</label>
+ </info>
+ </group>
+ <group oor:name="MeasureUnit">
+ <!-- OldPath: Calc/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Measurement unit -->
+ <prop oor:name="Metric" oor:type="xs:int">
+ <value>2</value>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Millimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Centimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc xml:lang="en-US">Point</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc xml:lang="en-US">Pica</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">Inch</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <value>8</value>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Millimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Centimeter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc xml:lang="en-US">Point</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc xml:lang="en-US">Pica</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">Inch</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <info>
+ <desc xml:lang="en-US">Specifies the measurement unit to be used</desc>
+ <label xml:lang="en-US">Measurement unit</label>
+ </info>
+ </group>
+ </group>
+ <group oor:name="Zoom">
+ <prop oor:name="Type" oor:type="xs:int">
+ <!-- OldPath: Calc/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: (Status Bar) -->
+ <value>0</value>
+ <info>
+ <desc xml:lang="en-US">Specifies the zoom type</desc>
+ <label xml:lang="en-US">Zoom Type</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Percent</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Whole Page</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Page Width</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="Value" oor:type="xs:int">
+ <!-- OldPath: Calc/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: (Status Bar) -->
+ <value>100</value>
+ <info>
+ <desc xml:lang="en-US">Specifies the zoom value</desc>
+ <label xml:lang="en-US">Zoom Value</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Input">
+ <prop oor:name="MoveSelection" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if pressing the Enter key should move the selection</desc>
+ <label xml:lang="en-US">Press Enter to move selection</label>
+ </info>
+ </prop>
+ <prop oor:name="MoveSelectionDirection" oor:type="xs:int">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
+ <value>0</value>
+ <info>
+ <desc xml:lang="en-US">Direction the selection is moved when pressing Enter if Move_Selection is set</desc>
+ <label xml:lang="en-US">Direction to move selection</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Down</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Right</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Up</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Left</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="SwitchToEditMode" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
+ <value>false</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if the selected cell can be edited immediately after pressing the Enter key</desc>
+ <label xml:lang="en-US">Press Enter to switch to edit mode</label>
+ </info>
+ </prop>
+ <prop oor:name="ExpandFormatting" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
+ <value>false</value>
+ <info>
+ <desc xml:lang="en-US">Option to automatically apply the formatting attributes of the selected cell to the empty adjacent cells</desc>
+ <label xml:lang="en-US">Expand formatting</label>
+ </info>
+ </prop>
+ <prop oor:name="ShowReference" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if formula references from the input line should be highlighted in color in the cell</desc>
+ <label xml:lang="en-US">Show references in color</label>
+ </info>
+ </prop>
+ <prop oor:name="ExpandReference" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
+ <value>false</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if references should be expanded when inserting columns or rows next to, above or below the reference range</desc>
+ <label xml:lang="en-US">Expand references if new columns/rows are inserted</label>
+ </info>
+ </prop>
+ <prop oor:name="HighlightSelection" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if column and row headers should be highlighted in the selected columns or rows</desc>
+ <label xml:lang="en-US">Highlight selection in column/row headings</label>
+ </info>
+ </prop>
+ <prop oor:name="UseTabCol" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: only API (see UseTabCol) -->
+ <value>false</value>
+ <info>
+ <desc xml:lang="en-US">If set, pressing Enter will move the cursor to the column where it was before the Tab key to change columns has been used</desc>
+ <label xml:lang="en-US">Use Tab Column</label>
+ </info>
+ </prop>
+ <prop oor:name="UsePrinterMetrics" oor:type="xs:boolean">
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options - Spreadsheet - General - [Section] Input settings -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">If set, text metrics from the printer will be used to format text on the screen</desc>
+ <label xml:lang="en-US">Use printer metrics for text formatting</label>
+ </info>
+ </prop>
+ <prop oor:name="LastFunctions" oor:type="oor:int-list">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: - -->
+ <value>224 226 222 223 5</value>
+ <info>
+ <desc xml:lang="en-US">Specifies the functions last used</desc>
+ <label xml:lang="en-US">Last Used Functions</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="224">
+ <info>
+ <desc xml:lang="en-US">SUM</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="226">
+ <info>
+ <desc xml:lang="en-US">AVERAGE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="222">
+ <info>
+ <desc xml:lang="en-US">MIN</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="223">
+ <info>
+ <desc xml:lang="en-US">MAX</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc xml:lang="en-US">IF</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="AutoInput" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools Cell Contents AutoInput -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if the AutoInput function is active</desc>
+ <label xml:lang="en-US">Auto Input</label>
+ </info>
+ </prop>
+ <prop oor:name="DetectiveAuto" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Input -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools Detective AutoRefresh -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if all the Detective traces in the sheet should automatically be refreshed when modifying a formula</desc>
+ <label xml:lang="en-US">Detective Auto Refresh</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Grid">
+ <group oor:name="Option">
+ <prop oor:name="SnapToGrid" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Options -->
+ <value>false</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if frames, drawing elements and form functions should only be movable between grid points</desc>
+ <label xml:lang="en-US">Snap to grid</label>
+ </info>
+ </prop>
+ <prop oor:name="SizeToGrid" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools Options Spreadsheet Grid - [Section] Snap grid -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if the snap grid should be matched with the main grid</desc>
+ <label xml:lang="en-US">Size to grid</label>
+ </info>
+ </prop>
+ <prop oor:name="VisibleGrid" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Options -->
+ <value>false</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if the grid should be displayed</desc>
+ <label xml:lang="en-US">Visible grid</label>
+ </info>
+ </prop>
+ <prop oor:name="Synchronize" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Options -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if the current grid settings should be changed symmetrically. The resolution and subdivision for the X/Y axes will remain the same.</desc>
+ <label xml:lang="en-US">Synchronize axes</label>
+ </info>
+ </prop>
+ <group oor:name="XAxis">
+ <!-- OldPath: Calc/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools Options Spreadsheet Grid - [Section] Snap grid -->
+ <!-- Notice: Default-value in (nonmetric: 1270 1/100 mm)-->
+ <prop oor:name="Metric" oor:type="xs:int">
+ <value>1000</value>
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <value>1270</value>
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ <info>
+ <desc xml:lang="en-US">Defines the horizontal distance between the single grid points</desc>
+ <label xml:lang="en-US">X axis</label>
+ </info>
+ </group>
+ <group oor:name="YAxis">
+ <!-- OldPath: Calc/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools Options Spreadsheet Grid - [Section] Snap grid -->
+ <!-- Notice: Default-value in nonmetric: 1270 1/100 mm-->
+ <prop oor:name="Metric" oor:type="xs:int">
+ <value>1000</value>
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <value>1270</value>
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ <info>
+ <desc xml:lang="en-US">Defines the vertical distance between the single grid points</desc>
+ <label xml:lang="en-US">Y axis</label>
+ </info>
+ </group>
+ </group>
+ <group oor:name="Resolution">
+ <group oor:name="XAxis">
+ <!-- OldPath: Calc/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Grid -->
+ <!-- Notice: Default-value nonmetric 1270 1/100 mm) -->
+ <prop oor:name="Metric" oor:type="xs:int">
+ <value>1000</value>
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <value>1270</value>
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ <info>
+ <desc xml:lang="en-US">Defines the distance between grid points on the X axis</desc>
+ <label xml:lang="en-US">X Axis Resolution</label>
+ </info>
+ </group>
+ <group oor:name="YAxis">
+ <!-- OldPath: Calc/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Grid -->
+ <!-- Notice: Default-value nonmetric 1270 1/100 mm) -->
+ <prop oor:name="Metric" oor:type="xs:int">
+ <value>1000</value>
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <value>1270</value>
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ <info>
+ <desc xml:lang="en-US">Defines the distance between grid points on the Y axis</desc>
+ <label xml:lang="en-US">Y Axis Resolution</label>
+ </info>
+ </group>
+ </group>
+ <group oor:name="Subdivision">
+ <prop oor:name="XAxis" oor:type="xs:int">
+ <!-- OldPath: Calc/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Grid -->
+ <value>1</value>
+ <info>
+ <desc xml:lang="en-US">Specifies the number of intervals between two grid points on the X axis</desc>
+ <label xml:lang="en-US">X Axis Subdivision</label>
+ </info>
+ </prop>
+ <prop oor:name="YAxis" oor:type="xs:int">
+ <!-- OldPath: Calc/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Grid - [Section] Grid -->
+ <value>1</value>
+ <info>
+ <desc xml:lang="en-US">Specifies the number of intervals between two grid points on the Y axis</desc>
+ <label xml:lang="en-US">Y Axis Subdivision</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="SortList">
+ <prop oor:name="List" oor:type="oor:string-list">
+ <!-- OldPath: Calc/Sort_Lists -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Sort lists [List box] Lists -->
+ <!-- Notice: Defaults: Week and month names from system language -->
+ <value>NULL</value>
+ <info>
+ <desc xml:lang="en-US">Specifies available lists</desc>
+ <label xml:lang="en-US">Lists</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Calculate">
+ <group oor:name="IterativeReference">
+ <prop oor:name="Iteration" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Calculate/Iterative_References -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Section] Iterative references -->
+ <value>false</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if formulas with iterative references should be calculated after a specific number of repetitions</desc>
+ <label xml:lang="en-US">Iterations</label>
+ </info>
+ </prop>
+ <prop oor:name="Steps" oor:type="xs:int">
+ <!-- OldPath: Calc/Calculate/Iterative_References -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Section] Iterative references -->
+ <value>100</value>
+ <info>
+ <desc xml:lang="en-US">Sets the maximum number of iteration steps</desc>
+ <label xml:lang="en-US">Steps</label>
+ </info>
+ </prop>
+ <prop oor:name="MinimumChange" oor:type="xs:double">
+ <!-- OldPath: Calc/Calculate/Iterative_References -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Section] Iterative references -->
+ <value>0.001</value>
+ <info>
+ <desc xml:lang="en-US">Specifies the accuracy for the result</desc>
+ <label xml:lang="en-US">Minimum Change</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Other">
+ <prop oor:name="CaseSensitive" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Calculate -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Case sensitive -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if between upper and lower case in texts should be distinguished when comparing cell contents</desc>
+ <label xml:lang="en-US">Case sensitive</label>
+ </info>
+ </prop>
+ <prop oor:name="Precision" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Calculate -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Precision as shown -->
+ <value>false</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if the calculation should use the rounded values displayed in the sheet.</desc>
+ <label xml:lang="en-US">Precision as shown</label>
+ </info>
+ </prop>
+ <prop oor:name="SearchCriteria" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Calculate -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Search criteria = and &lt;&amp;gt; must apply to whole cells -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Determines, if the specified search criteria (according to used regular expression) must apply to the whole of the cell contents</desc>
+ <label xml:lang="en-US">Search criteria = and &lt;&amp;gt; must apply to whole cells</label>
+ </info>
+ </prop>
+ <prop oor:name="FindLabel" oor:type="xs:boolean">
+ <!-- OldPath: Calc/Calculate -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Automatically find column and row labels -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if column and row labels should be used to refer to the column area beneath the text cell or to the row area at the right of the text cell while running a search.</desc>
+ <label xml:lang="en-US">Automatically find column and row labels</label>
+ </info>
+ </prop>
+ <prop oor:name="DecimalPlaces" oor:type="xs:int">
+ <!-- OldPath: Calc/Calculate -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Combo box] Decimal places -->
+ <value>2</value>
+ <info>
+ <desc xml:lang="en-US">Defines the number of decimals to be displayed for the Standard number format.</desc>
+ <label xml:lang="en-US">Decimal places</label>
+ </info>
+ </prop>
+ <prop oor:name="RegularExpressions" oor:type="xs:boolean">
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Enable regular expressions in formulas -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies, if the calculation should use regular expressions in formulas, e.g. for functions which look up sheet contents.</desc>
+ <label xml:lang="en-US">Enable regular expressions in formulas</label>
+ </info>
+ </prop>
+ <node-ref oor:name="Date" oor:node-type="Date"/>
+ </group>
+ </group>
+ <group oor:name="Revision">
+ <group oor:name="Color">
+ <prop oor:name="Change" oor:type="xs:int">
+ <!-- OldPath: Calc/Changes/Colors -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options - Spreadsheet Changes [Section] Colors for changes -->
+ <!--Default -1 = Transparent-->
+ <value>-1</value>
+ <info>
+ <desc xml:lang="en-US">Specifies the modification color for changes of cell contents</desc>
+ <label xml:lang="en-US">Changes</label>
+ </info>
+ </prop>
+ <prop oor:name="Deletion" oor:type="xs:int">
+ <!-- OldPath: Calc/Changes/Colors -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options - Spreadsheet Changes [Section] Colors for changes -->
+ <!--Default -1 = Transparent-->
+ <value>-1</value>
+ <info>
+ <desc xml:lang="en-US">Specifies the color to highlight deletions</desc>
+ <label xml:lang="en-US">Deletions</label>
+ </info>
+ </prop>
+ <prop oor:name="Insertion" oor:type="xs:int">
+ <!-- OldPath: Calc/Changes/Colors -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options - Spreadsheet Changes [Section] Colors for changes -->
+ <!--Default -1 = Transparent-->
+ <value>-1</value>
+ <info>
+ <desc xml:lang="en-US">Specifies the color to highlight insertions</desc>
+ <label xml:lang="en-US">Insertions</label>
+ </info>
+ </prop>
+ <prop oor:name="MovedEntry" oor:type="xs:int">
+ <!-- OldPath: Calc/Changes/Colors -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- Responsible: NN -->
+ <!-- UIHints: Tools - Options - Spreadsheet Changes [Section] Colors for changes -->
+ <!--Default -1 = Transparent-->
+ <value>-1</value>
+ <info>
+ <desc xml:lang="en-US">Specifies the color to highlight moved contents</desc>
+ <label xml:lang="en-US">Moved entries</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Filter">
+ <group oor:name="Import">
+ <group oor:name="VBA">
+ <prop oor:name="Load" oor:type="xs:boolean">
+ <!-- OldPath: Filter/MS_Office/Basic/Excel -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- Responsible: JP -->
+ <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Excel 97/2000 -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Converts VBA Basic into Office Basic as Commands (True)</desc>
+ <label xml:lang="en-US">Load Basic Code to edit</label>
+ </info>
+ </prop>
+ <prop oor:name="Save" oor:type="xs:boolean">
+ <!-- OldPath: Filter/MS_Office/Basic/Excel -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- Responsible: JP -->
+ <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Excel 97/2000 -->
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Holds original VBA storage for saving in the memory (True)</desc>
+ <label xml:lang="en-US">Save Original Basic Code again</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Lotus123">
+ <prop oor:name="WK3" oor:type="xs:boolean">
+ <!-- OldPath: Common -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- Responsible: NN -->
+ <value>false</value>
+ <info>
+ <desc xml:lang="en-US">Offers the possibility to import Lotus 1-2-3 documents of version 5</desc>
+ <label xml:lang="en-US">Enable WK3 Filter</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="MS_Excel">
+ <prop oor:name="ColScale" oor:type="xs:double">
+ <!-- OldPath: Common -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- Responsible: NN -->
+ <value>1.0</value>
+ <info>
+ <desc xml:lang="en-US">Specifies the factor for multiplying the column width when importing Excel documents. Biff 5 format.</desc>
+ <label xml:lang="en-US">Excel Column Width Scale</label>
+ </info>
+ <constraints>
+ <minExclusive oor:value="0.1"/>
+ </constraints>
+ </prop>
+ <prop oor:name="RowScale" oor:type="xs:double">
+ <!-- OldPath: Common -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- Responsible: NN -->
+ <value>1.0</value>
+ <info>
+ <desc xml:lang="en-US">Specifies the factor for multiplying the row height when importing Excel documents. Biff 5 format.</desc>
+ <label xml:lang="en-US">Excel Row Height Scale</label>
+ </info>
+ <constraints>
+ <minExclusive oor:value="0.1"/>
+ </constraints>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Print">
+ <!-- Responsible: NN -->
+ <group oor:name="Page">
+ <prop oor:name="EmptyPages" oor:type="xs:boolean">
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies whether empty pages are printed or not.</desc>
+ <label xml:lang="en-US">Printing Empty Pages</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Other">
+ <prop oor:name="AllSheets" oor:type="xs:boolean">
+ <value>true</value>
+ <info>
+ <desc xml:lang="en-US">Specifies whether all sheets or only selected sheets are printed.</desc>
+ <label xml:lang="en-US">Print all Sheets</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Misc">
+ <group oor:name="DefaultObjectSize">
+ <!-- Responsible: NN -->
+ <!-- UIHints: Default size for newly created objects when using CTRL-Return or CTRL-Klick -->
+ <prop oor:name="Width" oor:type="xs:int">
+ <value>8000</value>
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int">
+ <value>5000</value>
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ <info>
+ <desc xml:lang="en-US">Defines the default size of newly created objects using CTRL-Return or CTRL-Klick at a object creating Button</desc>
+ <label xml:lang="en-US">Default Object Size</label>
+ </info>
+ </group>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Chart.xcs b/officecfg/registry/schema/org/openoffice/Office/Chart.xcs
index 3c6c843a37a8..108404f5cf21 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Chart.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Chart.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Chart.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Chart" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="Chart" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<import oor:component="org.openoffice.Office.Common"/>
<component>
<group oor:name="DefaultColor">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Commands.xcs b/officecfg/registry/schema/org/openoffice/Office/Commands.xcs
index fdd13c168f85..13247f7b8331 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Commands.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Commands.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Commands.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Commands" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="Commands" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<templates>
<group oor:name="CommandType">
<prop oor:name="Command" oor:type="xs:string">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index d7f3cd6fc482..d8b412b2bc0e 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Common.xcs,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pb $ $Date: 2002-05-17 06:08:38 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Common" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="Common" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<templates>
<group oor:name="Passwordstorage">
<prop oor:name="Password" oor:type="xs:string" oor:localized="false">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
index 27f980ea137d..786d913573b6 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Draw.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Draw" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="Draw" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<import oor:component="org.openoffice.Office.Common"/>
<component>
<group oor:name="Layout">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
index 1e8bc527ac48..655862ba4aef 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Impress.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Impress" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="Impress" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<import oor:component="org.openoffice.Office.Common"/>
<component>
<group oor:name="Layout">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Java.xcs b/officecfg/registry/schema/org/openoffice/Office/Java.xcs
index d814c2ce9597..1f848be8d11a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Java.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Java.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Java.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Java" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="Java" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<component>
<group oor:name="VirtualMachine">
<prop oor:name="Home" oor:type="xs:string">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs b/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs
index 626c9e806882..09eff8ea5a32 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Jobs.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Jobs" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="Jobs" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<templates>
<group oor:name="Job">
<prop oor:name="AdminTime" oor:type="xs:string">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Labels.xcs b/officecfg/registry/schema/org/openoffice/Office/Labels.xcs
index 461322cce18f..fa0a31dba70f 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Labels.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Labels.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Labels.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Labels" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="Labels" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<templates>
<group oor:name="LabelType">
<prop oor:name="Name" oor:type="xs:string">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
index 2f7e6fa81247..6d163aa1fda4 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Linguistic.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Linguistic" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="Linguistic" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<component>
<group oor:name="General">
<prop oor:name="IsIgnoreControlCharacters" oor:type="xs:boolean">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Math.xcs b/officecfg/registry/schema/org/openoffice/Office/Math.xcs
index e2d8e7782528..c8107ab0f0a2 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Math.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Math.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Math.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Math" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="Math" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<templates>
<group oor:name="FontFormat">
<prop oor:name="Name" oor:type="xs:string"/>
diff --git a/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs b/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
index 5257140df881..a461b8ac457a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: ProtocolHandler.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,10 +59,11 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="ProtocolHandler" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="ProtocolHandler" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<templates>
<group oor:name="Handler">
- <prop oor:name="URLPattern" oor:type="oor:string-list"/>
+ <prop oor:name="Protocols" oor:type="oor:string-list"/>
</group>
</templates>
<component>
diff --git a/officecfg/registry/schema/org/openoffice/Office/SFX.xcs b/officecfg/registry/schema/org/openoffice/Office/SFX.xcs
index 8d3eae616d6a..f28ddf8179b9 100644
--- a/officecfg/registry/schema/org/openoffice/Office/SFX.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/SFX.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: SFX.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="SFX" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="SFX" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<component>
<group oor:name="Help">
<prop oor:name="HelpAgentStarterList" oor:type="xs:string" oor:localized="true">
diff --git a/officecfg/registry/schema/org/openoffice/Office/TypeDetection.xcs b/officecfg/registry/schema/org/openoffice/Office/TypeDetection.xcs
index 5689405e736e..eeb4c79781ac 100644
--- a/officecfg/registry/schema/org/openoffice/Office/TypeDetection.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/TypeDetection.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: TypeDetection.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="TypeDetection" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="TypeDetection" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<templates>
<group oor:name="Type">
<prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI.xcs b/officecfg/registry/schema/org/openoffice/Office/UI.xcs
index 9beb38e42a8c..8dc5323b4626 100644
--- a/officecfg/registry/schema/org/openoffice/Office/UI.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/UI.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: UI.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="UI" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="UI" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<templates>
<group oor:name="FilterClass">
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true" oor:nillable="false">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Views.xcs b/officecfg/registry/schema/org/openoffice/Office/Views.xcs
index 0c7116947552..358f77154055 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Views.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Views.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Views.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Views" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="Views" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<templates>
<group oor:name="DialogType">
<prop oor:name="WindowState" oor:type="xs:string"/>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 54ce657eb8fb..8fb4b663e1f5 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Writer.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Writer" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="Writer" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<import oor:component="org.openoffice.Office.Common"/>
<templates>
<group oor:name="AgendaType">
diff --git a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
index 730cec42850d..8251952abffb 100644
--- a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: WriterWeb.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:50 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="WriterWeb" oor:package="org.openoffice.Office" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="WriterWeb" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<import oor:component="org.openoffice.Office.Common"/>
<component>
<group oor:name="Content">
diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs
index 3a0d997b2e15..d86e4c8f4e17 100644
--- a/officecfg/registry/schema/org/openoffice/Setup.xcs
+++ b/officecfg/registry/schema/org/openoffice/Setup.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Setup.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:03 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:03:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Setup" oor:package="org.openoffice" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd">
+<oor:component-schema oor:name="Setup" oor:package="org.openoffice" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<import oor:component="org.openoffice.Types"/>
<templates>
<group oor:name="Factory">
diff --git a/officecfg/registry/schema/org/openoffice/UserProfile.xcs b/officecfg/registry/schema/org/openoffice/UserProfile.xcs
index 6f1ee275d360..22cd71cac566 100644
--- a/officecfg/registry/schema/org/openoffice/UserProfile.xcs
+++ b/officecfg/registry/schema/org/openoffice/UserProfile.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: UserProfile.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:03 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:03:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="UserProfile" oor:package="org.openoffice" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd">
+<oor:component-schema oor:name="UserProfile" oor:package="org.openoffice" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<component>
<group oor:name="Data">
<prop oor:name="o" oor:type="xs:string">
diff --git a/officecfg/registry/schema/org/openoffice/VCL.xcs b/officecfg/registry/schema/org/openoffice/VCL.xcs
index e0e07214d013..1410d23cd5e2 100644
--- a/officecfg/registry/schema/org/openoffice/VCL.xcs
+++ b/officecfg/registry/schema/org/openoffice/VCL.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: VCL.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:52:03 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:03:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="VCL" oor:package="org.openoffice" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../component-schema.xsd">
+<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd">
+<oor:component-schema oor:name="VCL" oor:package="org.openoffice" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<templates>
<group oor:name="LFonts">
<prop oor:name="SubstFonts" oor:type="xs:string"/>
diff --git a/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs b/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs
index 2dbd991b0b2b..5c06c0bf70a8 100644
--- a/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs
+++ b/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Configuration.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:53:36 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:03:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Configuration" oor:package="org.openoffice.ucb" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="Configuration" oor:package="org.openoffice.ucb" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<templates>
<group oor:name="ContentProviderData">
<prop oor:name="ServiceName" oor:type="xs:string">
diff --git a/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs b/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs
index 4d711d7cd624..628d96c3bcd4 100644
--- a/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs
+++ b/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Hierarchy.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:53:36 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:03:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Hierarchy" oor:package="org.openoffice.ucb" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="Hierarchy" oor:package="org.openoffice.ucb" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<templates>
<group oor:name="Entry">
<prop oor:name="Title" oor:type="xs:string">
diff --git a/officecfg/registry/schema/org/openoffice/ucb/Store.xcs b/officecfg/registry/schema/org/openoffice/ucb/Store.xcs
index 260d4c1e3d5c..594628cd5582 100644
--- a/officecfg/registry/schema/org/openoffice/ucb/Store.xcs
+++ b/officecfg/registry/schema/org/openoffice/ucb/Store.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Store.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-06 18:53:36 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:03:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,8 @@
*
*
************************************************************************ -->
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Store" oor:package="org.openoffice.ucb" xsi:schemaLocation="http://openoffice.org/2001/registry ../../../../component-schema.xsd" xml:lang="en-US">
+<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
+<oor:component-schema oor:name="Store" oor:package="org.openoffice.ucb" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US">
<templates>
<group oor:name="PropertyValue">
<prop oor:name="Handle" oor:type="xs:int">