summaryrefslogtreecommitdiffstats
path: root/officecfg
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-26 19:48:52 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-26 20:01:10 +0200
commit46d2b549b21921214342a1243a037be7af7fa518 (patch)
tree750318a9d6fff5dcb5b9d5fca51336e5f5d01c6a /officecfg
parentxmllint: reformat files (diff)
downloadcore-46d2b549b21921214342a1243a037be7af7fa518.tar.gz
core-46d2b549b21921214342a1243a037be7af7fa518.zip
xmllint: reformat files
Change-Id: I395211c53d37b02304cb87edc1c829405c215fe1
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Canvas.xcs237
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Events.xcs55
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs58
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs91
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/FormWizard.xcs76
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Histories.xcs133
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Impress.xcs31
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Labels.xcs77
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Logging.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/Setup.xcs411
-rw-r--r--officecfg/registry/schema/org/openoffice/System.xcs56
-rw-r--r--officecfg/registry/schema/org/openoffice/UserProfile.xcs367
-rw-r--r--officecfg/registry/schema/org/openoffice/VCL.xcs156
13 files changed, 851 insertions, 899 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Canvas.xcs b/officecfg/registry/schema/org/openoffice/Office/Canvas.xcs
index bc8e18050d62..77a8bce4db79 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Canvas.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Canvas.xcs
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
* This file is part of the LibreOffice project.
*
@@ -16,123 +16,120 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-
-<oor:component-schema oor:name="Canvas" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <info>
- <desc>Contains configuration items related to the Impress application.</desc>
- </info>
- <import oor:component="org.openoffice.Office.Common"/>
- <templates>
- <group oor:name="CanvasService">
- <info>
- <label>Implementation names for canvas service.</label>
- <desc>Contains a list of implementation names for each canvas service. Tried in order of appearance</desc>
- </info>
- <prop oor:name="PreferredImplementations" oor:type="oor:string-list">
- <info>
- <desc>List of implementation names.</desc>
- </info>
- </prop>
- <prop oor:name="AcceleratedImplementations" oor:type="oor:string-list">
- <info>
- <desc>List of implementations that are hardware-accelerated.</desc>
- </info>
- </prop>
- <prop oor:name="AntialiasingImplementations" oor:type="oor:string-list">
- <info>
- <desc>List of implementations that do anti-aliasing.</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <group oor:name="DXCanvas">
- <info>
- <desc>Contains config entries for the DirectX-based implementation of the XCanvas interface.</desc>
- </info>
- <prop oor:name="DeviceBlacklist" oor:type="oor:int-list" oor:nillable="false">
- <info>
- <desc>Sequence of 8 integers per device/driver
- combination, that uniquely mark them as not being compatible with the
- DirectX9 canvas implementation. If you have
- trouble with your graphic adapter, and want to
- add it to the blacklisting, set
- BlacklistCurrentDevice below to false. After
- running the Impress slideshow once, your card
- identification has been added to the list.
- </desc>
- <label>Sequence of blacklisted devices</label>
- </info>
- <value>0</value>
- </prop>
- <prop oor:name="BlacklistCurrentDevice" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Indicates whether the current DirectX device
- ids should get blacklisted. When true, a
- running DXCanvas will write a DeviceBlacklist entry, and refuse to run
- on that device subsequently.
- </desc>
- <label>Blacklist current DirectX device</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="MaxTextureSize" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>If present, limits the size of the textures
- that get requested from the DX runtime. If
- not present, textures of the maximal size
- that is advertised by the driver are
- used. This value has absolutely nothing to
- do with the size of primitives that can be
- rendered, both concepts are independent from
- each other. The underlying reason for this
- config item is the fact that several
- card/driver combinations expose bugs, when
- running them with their maximum texture
- size.
- </desc>
- <label>Maximum texture size requested from the DirectX runtime</label>
- </info>
- <value>2048</value>
- </prop>
- </group>
- <set oor:name="CanvasServiceList" oor:node-type="CanvasService">
- <info>
- <desc>List of preferred implementation names, for each given canvas service.</desc>
- </info>
- </set>
- <prop oor:name="ForceSafeServiceImpl" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>When true, force canvas factory to use the last
- entry of the respective preferred services
- lists. This entry should represent a safe,
- works-always implementation, ready to serve as a
- fallback.
- </desc>
- <label>Force fallback canvas impl</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="UseAcceleratedCanvas" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>When true, suggest canvas factory to use a
- canvas service listed in the
- AcceleratedImplementations lists.
- </desc>
- <label>Use a canvas listed among the AcceleratedImplementations</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="UseAntialiasingCanvas" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>When true, suggest canvas factory to use a
- canvas service listed in the
- AntialiasingImplementations lists.
- </desc>
- <label>Use a canvas listed among the AntialiasingImplementations</label>
- </info>
- <value>true</value>
- </prop>
- </component>
+<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="Canvas" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains configuration items related to the Impress application.</desc>
+ </info>
+ <import oor:component="org.openoffice.Office.Common"/>
+ <templates>
+ <group oor:name="CanvasService">
+ <info>
+ <label>Implementation names for canvas service.</label>
+ <desc>Contains a list of implementation names for each canvas service. Tried in order of appearance</desc>
+ </info>
+ <prop oor:name="PreferredImplementations" oor:type="oor:string-list">
+ <info>
+ <desc>List of implementation names.</desc>
+ </info>
+ </prop>
+ <prop oor:name="AcceleratedImplementations" oor:type="oor:string-list">
+ <info>
+ <desc>List of implementations that are hardware-accelerated.</desc>
+ </info>
+ </prop>
+ <prop oor:name="AntialiasingImplementations" oor:type="oor:string-list">
+ <info>
+ <desc>List of implementations that do anti-aliasing.</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="DXCanvas">
+ <info>
+ <desc>Contains config entries for the DirectX-based implementation of the XCanvas interface.</desc>
+ </info>
+ <prop oor:name="DeviceBlacklist" oor:type="oor:int-list" oor:nillable="false">
+ <info>
+ <desc>Sequence of 8 integers per device/driver
+ combination, that uniquely mark them as not being compatible with the
+ DirectX9 canvas implementation. If you have
+ trouble with your graphic adapter, and want to
+ add it to the blacklisting, set
+ BlacklistCurrentDevice below to false. After
+ running the Impress slideshow once, your card
+ identification has been added to the list.
+ </desc>
+ <label>Sequence of blacklisted devices</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="BlacklistCurrentDevice" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Indicates whether the current DirectX device
+ ids should get blacklisted. When true, a
+ running DXCanvas will write a DeviceBlacklist entry, and refuse to run
+ on that device subsequently.
+ </desc>
+ <label>Blacklist current DirectX device</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="MaxTextureSize" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>If present, limits the size of the textures
+ that get requested from the DX runtime. If
+ not present, textures of the maximal size
+ that is advertised by the driver are
+ used. This value has absolutely nothing to
+ do with the size of primitives that can be
+ rendered, both concepts are independent from
+ each other. The underlying reason for this
+ config item is the fact that several
+ card/driver combinations expose bugs, when
+ running them with their maximum texture size.
+ </desc>
+ <label>Maximum texture size requested from the DirectX runtime</label>
+ </info>
+ <value>2048</value>
+ </prop>
+ </group>
+ <set oor:name="CanvasServiceList" oor:node-type="CanvasService">
+ <info>
+ <desc>List of preferred implementation names, for each given canvas service.</desc>
+ </info>
+ </set>
+ <prop oor:name="ForceSafeServiceImpl" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>When true, force canvas factory to use the last
+ entry of the respective preferred services
+ lists. This entry should represent a safe,
+ works-always implementation, ready to serve as a
+ fallback.
+ </desc>
+ <label>Force fallback canvas impl</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="UseAcceleratedCanvas" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>When true, suggest canvas factory to use a
+ canvas service listed in the
+ AcceleratedImplementations lists.
+ </desc>
+ <label>Use a canvas listed among the AcceleratedImplementations</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="UseAntialiasingCanvas" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>When true, suggest canvas factory to use a
+ canvas service listed in the
+ AntialiasingImplementations lists.
+ </desc>
+ <label>Use a canvas listed among the AntialiasingImplementations</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </component>
</oor:component-schema>
-
diff --git a/officecfg/registry/schema/org/openoffice/Office/Events.xcs b/officecfg/registry/schema/org/openoffice/Office/Events.xcs
index c3a01b2228cc..755dcb3f6df2 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Events.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Events.xcs
@@ -17,31 +17,32 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<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="Events" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
- <desc>Contains the global event bindings.</desc>
- </info>
- <templates>
- <group oor:name="BindingType">
- <info>
- <desc>Describes the binding.</desc>
- </info>
- <prop oor:name="BindingURL" oor:type="xs:string">
- <info>
- <desc>The Macro URL to which the event is bound.</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <group oor:name="ApplicationEvents">
- <info>
- <desc>Contains information about the global events.</desc>
- </info>
- <set oor:name="Bindings" oor:node-type="BindingType">
- <info>
- <desc>Contains event bindings.</desc>
- </info>
- </set>
- </group>
- </component>
+<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="Events" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains the global event bindings.</desc>
+ </info>
+ <templates>
+ <group oor:name="BindingType">
+ <info>
+ <desc>Describes the binding.</desc>
+ </info>
+ <prop oor:name="BindingURL" oor:type="xs:string">
+ <info>
+ <desc>The Macro URL to which the event is bound.</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="ApplicationEvents">
+ <info>
+ <desc>Contains information about the global events.</desc>
+ </info>
+ <set oor:name="Bindings" oor:node-type="BindingType">
+ <info>
+ <desc>Contains event bindings.</desc>
+ </info>
+ </set>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs b/officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs
index 89849c3b6de5..29632214f479 100644
--- a/officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
<!--
* This file is part of the LibreOffice project.
@@ -16,28 +17,37 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<oor:component-schema oor:name="ExtensionDependencies" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <info>
- <desc>Contains a list of extensions with additonal dependencies to overrule missing dependencies in extensions
- or to control specific extensions in general.</desc>
- </info>
- <templates>
- <group oor:name="Extension">
- <info><desc>Describes the additonal meta data for an extension whereas the node name have to be the extension identifier.</desc></info>
- <prop oor:name="Versions" oor:type="oor:string-list" oor:localized="false">
- <info><desc>Specifies a list of extension versions for which the extra dependecies should be active.</desc></info>
- </prop>
- <prop oor:name="Platforms" oor:type="oor:string-list" oor:localized="false">
- <info><desc>Specifies a list of platforms for which the extra dependencies mechanism is active.</desc></info>
- </prop>
- <prop oor:name="Dependencies" oor:type="xs:string" oor:localized="false">
- <info><desc>Specifies a list of additonal dependencies.</desc></info>
- </prop>
- </group>
- </templates>
- <component>
- <set oor:name="Extensions" oor:node-type="Extension">
- <info><desc>Specifies the list of extensions with extra dependecies.</desc></info>
- </set>
- </component>
+<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="ExtensionDependencies" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains a list of extensions with additonal dependencies to overrule missing dependencies in extensions or to control specific extensions in general.</desc>
+ </info>
+ <templates>
+ <group oor:name="Extension">
+ <info>
+ <desc>Describes the additonal meta data for an extension whereas the node name have to be the extension identifier.</desc>
+ </info>
+ <prop oor:name="Versions" oor:type="oor:string-list" oor:localized="false">
+ <info>
+ <desc>Specifies a list of extension versions for which the extra dependecies should be active.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Platforms" oor:type="oor:string-list" oor:localized="false">
+ <info>
+ <desc>Specifies a list of platforms for which the extra dependencies mechanism is active.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Dependencies" oor:type="xs:string" oor:localized="false">
+ <info>
+ <desc>Specifies a list of additonal dependencies.</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="Extensions" oor:node-type="Extension">
+ <info>
+ <desc>Specifies the list of extensions with extra dependecies.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs b/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
index b11602016993..c48e6d60bee9 100644
--- a/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
@@ -18,50 +18,49 @@
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
<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="ExtensionManager" oor:package="org.openoffice.Office" xml:lang="en-US">
- <info>
- <desc>Contains information for the Extension Manager.</desc>
- </info>
- <templates>
- <group oor:name="UpdateInfo">
- <info>
- <desc>Holds the information about updates for extensions.</desc>
- </info>
- <prop oor:name="Version" oor:type="xs:string" oor:localized="false">
- <info>
- <desc>The version of the extension</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <group oor:name="ExtensionRepositories">
- <info>
- <desc>Information about repositories for extensions.</desc>
- </info>
- <prop oor:name="WebsiteLink" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>This links is used from the Extension Manager. A user can click on the &amp;Download extensions...&amp;
- control so that a browser is opened which displayed the website to which directs this URL.
- </desc>
- </info>
- <value></value>
- </prop>
- </group>
- <group oor:name="ExtensionUpdateData">
- <info>
- <desc>Contains inforamtion about availabe or ignored updates for extensions."</desc>
- </info>
- <set oor:name="AvailableUpdates" oor:node-type="UpdateInfo">
- <info>
- <desc>This set lists all known updates for extensions, which where not applied yet.</desc>
- </info>
- </set>
- <set oor:name="IgnoredUpdates" oor:node-type="UpdateInfo">
- <info>
- <desc>This set lists all updates for extensions which the user wanted to ignore.</desc>
- </info>
- </set>
- </group>
- </component>
+ <info>
+ <desc>Contains information for the Extension Manager.</desc>
+ </info>
+ <templates>
+ <group oor:name="UpdateInfo">
+ <info>
+ <desc>Holds the information about updates for extensions.</desc>
+ </info>
+ <prop oor:name="Version" oor:type="xs:string" oor:localized="false">
+ <info>
+ <desc>The version of the extension</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="ExtensionRepositories">
+ <info>
+ <desc>Information about repositories for extensions.</desc>
+ </info>
+ <prop oor:name="WebsiteLink" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>This links is used from the Extension Manager. A user can click on the &amp;Download extensions...&amp;
+ control so that a browser is opened which displayed the website to which directs this URL.
+ </desc>
+ </info>
+ <value/>
+ </prop>
+ </group>
+ <group oor:name="ExtensionUpdateData">
+ <info>
+ <desc>Contains inforamtion about availabe or ignored updates for extensions."</desc>
+ </info>
+ <set oor:name="AvailableUpdates" oor:node-type="UpdateInfo">
+ <info>
+ <desc>This set lists all known updates for extensions, which where not applied yet.</desc>
+ </info>
+ </set>
+ <set oor:name="IgnoredUpdates" oor:node-type="UpdateInfo">
+ <info>
+ <desc>This set lists all updates for extensions which the user wanted to ignore.</desc>
+ </info>
+ </set>
+ </group>
+ </component>
</oor:component-schema>
-
diff --git a/officecfg/registry/schema/org/openoffice/Office/FormWizard.xcs b/officecfg/registry/schema/org/openoffice/Office/FormWizard.xcs
index f376ccf6a563..47a515bd3c45 100644
--- a/officecfg/registry/schema/org/openoffice/Office/FormWizard.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/FormWizard.xcs
@@ -17,42 +17,42 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<oor:component-schema oor:name="FormWizard" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <info>
- <desc>Contains the styles for the form wizard</desc>
- </info>
- <templates>
- <group oor:name="FWizStyle">
- <info>
- <desc>Specifies style information (css)</desc>
- </info>
- <prop oor:name="Index" oor:type="xs:int">
- <info>
- <desc>the index of the style (used by the ui) - starts with 0, must by - style-unique</desc>
- </info>
- </prop>
- <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
- <info>
- <desc>UI name of the style</desc>
- </info>
- </prop>
- <prop oor:name="CssHref" oor:type="xs:string">
- <info>
- <desc>the name of the css file</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <group oor:name="FormWizard">
- <info>
- <desc>the form wizard styles</desc>
- </info>
- <set oor:name="Styles" oor:node-type="FWizStyle">
- <info>
- <desc>the set of available styles</desc>
- </info>
- </set>
- </group>
- </component>
+<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="FormWizard" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains the styles for the form wizard</desc>
+ </info>
+ <templates>
+ <group oor:name="FWizStyle">
+ <info>
+ <desc>Specifies style information (css)</desc>
+ </info>
+ <prop oor:name="Index" oor:type="xs:int">
+ <info>
+ <desc>the index of the style (used by the ui) - starts with 0, must by - style-unique</desc>
+ </info>
+ </prop>
+ <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>UI name of the style</desc>
+ </info>
+ </prop>
+ <prop oor:name="CssHref" oor:type="xs:string">
+ <info>
+ <desc>the name of the css file</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="FormWizard">
+ <info>
+ <desc>the form wizard styles</desc>
+ </info>
+ <set oor:name="Styles" oor:node-type="FWizStyle">
+ <info>
+ <desc>the set of available styles</desc>
+ </info>
+ </set>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Histories.xcs b/officecfg/registry/schema/org/openoffice/Office/Histories.xcs
index 43067f6e6497..fcdc07305018 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Histories.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Histories.xcs
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
* This file is part of the LibreOffice project.
*
@@ -17,77 +17,62 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
-<oor:component-schema oor:package="org.openoffice.Office"
- oor:name="Histories"
- xml:lang="en-US"
- xmlns:oor="http://openoffice.org/2001/registry"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <info>
- <desc>Contains Picklist, URL-History and Help-Bookmarks data.</desc>
- </info>
-
- <templates>
-
- <group oor:name="HistoryItem">
- <info>
- <desc>Describe an history item in it's details. Use URL as node name.</desc>
- </info>
- <prop oor:name="Filter" oor:type="xs:string">
- <info>
- <desc>Specifies the filter name that was chosen to load the document.</desc>
- </info>
- </prop>
- <prop oor:name="Title" oor:type="xs:string">
- <info>
- <desc>Indicates the title of the URL that is displayed on the user-interface.</desc>
- </info>
- </prop>
- <prop oor:name="Password" oor:type="xs:string">
- <info>
- <desc>Contains an encoded password used to open the document.</desc>
- </info>
- </prop>
- </group>
-
- <group oor:name="HistoryOrder">
- <info>
- <desc>Map an ordered number to all existing history items.</desc>
- </info>
- <prop oor:name="HistoryItemRef" oor:type="xs:string">
- <info>
- <desc>Reference to an item of the orginal history list.</desc>
- </info>
- </prop>
- </group>
-
- <group oor:name="HistoryInfo">
- <info>
- <desc>Combines item and order list to a complete history description.</desc>
- </info>
- <set oor:name="ItemList" oor:node-type="HistoryItem">
- <info>
- <desc>Contains all items identified by it's URL.</desc>
- </info>
- </set>
- <set oor:name="OrderList" oor:node-type="HistoryOrder">
- <info>
- <desc>Bring an order to all items of set ItemList.</desc>
- </info>
- </set>
- </group>
-
- </templates>
-
- <component>
-
- <set oor:name="Histories" oor:node-type="HistoryInfo">
- <info>
- <desc>Contains all histories of OOo. Can be extended easy to know any history you like.</desc>
- </info>
- </set>
-
- </component>
+<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:package="org.openoffice.Office" oor:name="Histories" xml:lang="en-US">
+ <info>
+ <desc>Contains Picklist, URL-History and Help-Bookmarks data.</desc>
+ </info>
+ <templates>
+ <group oor:name="HistoryItem">
+ <info>
+ <desc>Describe an history item in it's details. Use URL as node name.</desc>
+ </info>
+ <prop oor:name="Filter" oor:type="xs:string">
+ <info>
+ <desc>Specifies the filter name that was chosen to load the document.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Title" oor:type="xs:string">
+ <info>
+ <desc>Indicates the title of the URL that is displayed on the user-interface.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Password" oor:type="xs:string">
+ <info>
+ <desc>Contains an encoded password used to open the document.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="HistoryOrder">
+ <info>
+ <desc>Map an ordered number to all existing history items.</desc>
+ </info>
+ <prop oor:name="HistoryItemRef" oor:type="xs:string">
+ <info>
+ <desc>Reference to an item of the orginal history list.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="HistoryInfo">
+ <info>
+ <desc>Combines item and order list to a complete history description.</desc>
+ </info>
+ <set oor:name="ItemList" oor:node-type="HistoryItem">
+ <info>
+ <desc>Contains all items identified by it's URL.</desc>
+ </info>
+ </set>
+ <set oor:name="OrderList" oor:node-type="HistoryOrder">
+ <info>
+ <desc>Bring an order to all items of set ItemList.</desc>
+ </info>
+ </set>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="Histories" oor:node-type="HistoryInfo">
+ <info>
+ <desc>Contains all histories of OOo. Can be extended easy to know any history you like.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>
-
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
index c6df65921fc7..1ec830b85d89 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
@@ -351,7 +351,7 @@
<!-- UIHints: Tools - Options - Presentation Other [Section] Other -->
<info>
<desc>Indicates whether objects that are placed on a circle keep their original form, i.e. may be moved and rotated but not resized or otherwise distorted.</desc>
- <label>Don&apos;t distort objects in curve</label>
+ <label>Don't distort objects in curve</label>
</info>
<value>false</value>
</prop>
@@ -529,7 +529,6 @@
</info>
<value>150</value>
</prop>
-
<group oor:name="TextObject">
<info>
<desc>Contains text editing related configuration items.</desc>
@@ -650,9 +649,9 @@
</prop>
</group>
<set oor:name="AuthorisedRemotes" oor:node-type="AuthorisedRemote">
- <info>
- <desc>Contains a list of remote control devices that can connect without user confirmation.</desc>
- </info>
+ <info>
+ <desc>Contains a list of remote control devices that can connect without user confirmation.</desc>
+ </info>
</set>
</group>
<group oor:name="Snap">
@@ -755,7 +754,7 @@
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap position -->
<info>
- <desc>Indicates whether to use the longer (true) or the shorter (false) of the two distances along the coordinates axes from the initial to the current position to determine a new square&apos;s edge length or a new circle&apos;s diameter.</desc>
+ <desc>Indicates whether to use the longer (true) or the shorter (false) of the two distances along the coordinates axes from the initial to the current position to determine a new square's edge length or a new circle's diameter.</desc>
<label>Extend edges</label>
</info>
<value>true</value>
@@ -1057,7 +1056,7 @@
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
<info>
- <desc>Indicates whether to enlarge or shrink a document&apos;s page size while printing to fit the physical paper size.</desc>
+ <desc>Indicates whether to enlarge or shrink a document's page size while printing to fit the physical paper size.</desc>
<label>Fit to page</label>
</info>
<value>false</value>
@@ -1067,7 +1066,7 @@
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
<info>
- <desc>Indicates whether to print the pages&apos; titles at the top of every page.</desc>
+ <desc>Indicates whether to print the pages' titles at the top of every page.</desc>
<label>Tile pages</label>
</info>
<value>false</value>
@@ -1595,20 +1594,18 @@
</group>
</group>
<group oor:name="Pictures">
+ <info>
+ <desc>Contains configuration items form Impress Photo Album function.</desc>
+ </info>
+ <prop oor:name="Path" oor:type="xs:string" oor:nillable="false">
<info>
- <desc>
- Contains configuration items form Impress Photo Album function.
- </desc>
- </info>
- <prop oor:name="Path" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>
+ <desc>
Access path, where images were loaded last time.
The default is work directory.
- </desc>
+ </desc>
</info>
<value>$(work)</value>
- </prop>
+ </prop>
</group>
</component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Labels.xcs b/officecfg/registry/schema/org/openoffice/Office/Labels.xcs
index 6349f61f817f..80554a7c2b08 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Labels.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Labels.xcs
@@ -17,42 +17,43 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<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" xml:lang="en-US"><!-- UIHints: File - New - Labels - Labels -->
- <info>
- <desc>Contains settings for Writer documents used as labels.</desc>
- </info>
- <templates>
- <group oor:name="LabelType">
- <info>
- <desc>Contains the properties used for a label.</desc>
- </info>
- <prop oor:name="Name" oor:type="xs:string">
- <!--Label: Type Description: Name of the format-->
- <info>
- <desc>Contains the descriptive name for the label format.</desc>
- </info>
- </prop>
- <prop oor:name="Measure" oor:type="xs:string">
- <!--Label: Contains the measurement data of the label contatenated by a colon (;) in the following order:
- 'C' or 'S';Horizontal Distance;Vertical Distance;Width;Height;Left margin;Upper margin;Columns;Rows" while 'C' marks a continuous label and 'S' marks a sheet
- -->
- <info>
- <desc>Contains the measurement data of the label concatenated by a colon (;) in the following order: 'C' or 'S';Horizontal Distance;Vertical Distance;Width;Height;Left margin;Upper margin;Columns;Rows" while &apos;C&apos; marks a continuous label and &apos;S&apos; marks a sheet.</desc>
- </info>
- </prop>
- </group>
- <set oor:name="Labels" oor:node-type="LabelType">
- <info>
- <desc>Specifies a set of labels of a manufacturer.</desc>
- </info>
- </set>
- </templates>
- <component>
- <set oor:name="Manufacturer" oor:node-type="Labels">
- <info>
- <desc>Contains the list of label manufacturers.</desc>
- <label>Available Manufacturers</label>
- </info>
- </set>
- </component>
+<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" xml:lang="en-US">
+ <!-- UIHints: File - New - Labels - Labels -->
+ <info>
+ <desc>Contains settings for Writer documents used as labels.</desc>
+ </info>
+ <templates>
+ <group oor:name="LabelType">
+ <info>
+ <desc>Contains the properties used for a label.</desc>
+ </info>
+ <prop oor:name="Name" oor:type="xs:string">
+ <!--Label: Type Description: Name of the format-->
+ <info>
+ <desc>Contains the descriptive name for the label format.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Measure" oor:type="xs:string">
+ <!--Label: Contains the measurement data of the label contatenated by a colon (;) in the following order:
+ 'C' or 'S';Horizontal Distance;Vertical Distance;Width;Height;Left margin;Upper margin;Columns;Rows" while 'C' marks a continuous label and 'S' marks a sheet
+ -->
+ <info>
+ <desc>Contains the measurement data of the label concatenated by a colon (;) in the following order: 'C' or 'S';Horizontal Distance;Vertical Distance;Width;Height;Left margin;Upper margin;Columns;Rows" while 'C' marks a continuous label and 'S' marks a sheet.</desc>
+ </info>
+ </prop>
+ </group>
+ <set oor:name="Labels" oor:node-type="LabelType">
+ <info>
+ <desc>Specifies a set of labels of a manufacturer.</desc>
+ </info>
+ </set>
+ </templates>
+ <component>
+ <set oor:name="Manufacturer" oor:node-type="Labels">
+ <info>
+ <desc>Contains the list of label manufacturers.</desc>
+ <label>Available Manufacturers</label>
+ </info>
+ </set>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Logging.xcs b/officecfg/registry/schema/org/openoffice/Office/Logging.xcs
index d323830ea8fb..2679d1f5eb94 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Logging.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Logging.xcs
@@ -47,7 +47,7 @@
<prop oor:name="FileURL" oor:type="xs:string" oor:nillable="false">
<info>
<desc>Specifies the file URL for the log handler. The default value here will expand to a file
- with the same name as the logger for which the handler is used, with extension &quot;.log&quot;.
+ with the same name as the logger for which the handler is used, with extension ".log".
It will be located in the user's OOo data folder.</desc>
</info>
<value>$(userurl)/$(loggername).log</value>
diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs
index afb18df1102e..b7150eff9363 100644
--- a/officecfg/registry/schema/org/openoffice/Setup.xcs
+++ b/officecfg/registry/schema/org/openoffice/Setup.xcs
@@ -17,10 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd">
-<oor:component-schema
- oor:package="org.openoffice" oor:name="Setup" xml:lang="en-US"
- xmlns:oor="http://openoffice.org/2001/registry"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
+<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:package="org.openoffice" oor:name="Setup" xml:lang="en-US">
<info>
<desc>Contains Setup preferences, such as the installed UI locales or the
available modules.</desc>
@@ -28,7 +25,7 @@
<templates>
<group oor:name="InstalledLocale">
<info>
- <desc>Describes a language pack that is installed to provide a localized
+ <desc>Describes a language pack that is installed to provide a localized
office UI.</desc>
</info>
<prop oor:name="Origin" oor:type="xs:string">
@@ -92,9 +89,7 @@
<info>
<desc>Describes migration steps specific for certain version(s)</desc>
</info>
- <prop
- oor:name="VersionIdentifiers" oor:type="oor:string-list"
- oor:nillable="false">
+ <prop oor:name="VersionIdentifiers" oor:type="oor:string-list" oor:nillable="false">
<info>
<desc>version identifiers, that are supported for migration</desc>
</info>
@@ -115,130 +110,125 @@
</group>
<group oor:name="Factory">
<info>
- <desc>Describes an application module (a document factory, such as
+ <desc>Describes an application module (a document factory, such as
Writer).</desc>
</info>
<prop oor:name="ooSetupFactoryActualFilter" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>It's the "most actual" filter, which is able to import/export
+ <!-- UIHints: setup -->
+ <info>
+ <desc>It's the "most actual" filter, which is able to import/export
ALL currently implemented features of this office module. It has to be
the programatic name of the filter.</desc>
- </info>
+ </info>
</prop>
<prop oor:name="ooSetupFactoryActualTemplateFilter" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>The same meaning as ooSetupFactoryActualFilter ... but regarding
+ <!-- UIHints: setup -->
+ <info>
+ <desc>The same meaning as ooSetupFactoryActualFilter ... but regarding
to the actual template format.</desc>
- </info>
+ </info>
</prop>
<prop oor:name="ooSetupFactoryDefaultFilter" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>Specifies the default file format for saving documents inside
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies the default file format for saving documents inside
this office module.</desc>
</info>
</prop>
<prop oor:name="ooSetupFactoryDocumentService" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>Its the service name of the document model used by this module.
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Its the service name of the document model used by this module.
E.g. filter match against those service name.</desc>
- </info>
+ </info>
</prop>
<!--The default must be written by the setup.-->
<prop oor:name="ooSetupFactoryShortName" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>Specifies the short name of the factory.</desc>
- </info>
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies the short name of the factory.</desc>
+ </info>
</prop>
<prop oor:name="ooSetupFactoryUIName" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
+ <!-- UIHints: setup -->
+ <info>
<desc>Specifies the UI name of the factory.</desc>
- </info>
+ </info>
</prop>
<prop oor:name="ooSetupFactoryTemplateFile" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>Specifies the name of the standard template file for the
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies the name of the standard template file for the
factory.</desc>
- </info>
- </prop>
- <prop
- oor:name="ooSetupFactorySystemDefaultTemplateChanged"
- oor:type="xs:boolean">
- <!-- UIHints: setup -->
- <info>
- <desc>Indicates if the system default template has been
+ </info>
+ </prop>
+ <prop oor:name="ooSetupFactorySystemDefaultTemplateChanged" oor:type="xs:boolean">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Indicates if the system default template has been
changed.</desc>
- </info>
+ </info>
</prop>
<prop oor:name="ooSetupFactoryWindowAttributes" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>Specifies the attributes of the factory window</desc>
- </info>
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies the attributes of the factory window</desc>
+ </info>
</prop>
<prop oor:name="ooSetupFactoryEmptyDocumentURL" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>Specifies the URL for opening an empty document in the
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies the URL for opening an empty document in the
factory.</desc>
- </info>
- </prop>
- <prop
- oor:name="ooSetupFactoryIcon" oor:type="xs:int" oor:nillable="false">
- <!-- UIHints: setup -->
- <info>
- <desc>Specifies the ID of the icon for the factory</desc>
- </info>
- <value>0</value>
- </prop>
- <prop
- oor:name="ooSetupFactoryStyleFilter" oor:type="xs:int"
- oor:nillable="false">
- <!-- UIHints: setup -->
- <info>
- <desc>Specifies the ID of the style filter (Stylist) for the
+ </info>
+ </prop>
+ <prop oor:name="ooSetupFactoryIcon" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies the ID of the icon for the factory</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="ooSetupFactoryStyleFilter" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies the ID of the style filter (Stylist) for the
factory</desc>
- </info>
- <value>-1</value>
+ </info>
+ <value>-1</value>
</prop>
<prop oor:name="ooSetupFactoryCommandConfigRef" oor:type="xs:string">
- <info>
- <desc>Refer to a configuration file, which contains the list of UI
+ <info>
+ <desc>Refer to a configuration file, which contains the list of UI
commands, suitable for this module.</desc>
- </info>
+ </info>
</prop>
<prop oor:name="ooSetupFactoryWindowStateConfigRef" oor:type="xs:string">
- <info>
- <desc>Refer to a configuration file, which contains the persistent
+ <info>
+ <desc>Refer to a configuration file, which contains the persistent
window data, suitable for this module.</desc>
- </info>
+ </info>
</prop>
<prop oor:name="ooSetupFactoryCmdCategoryConfigRef" oor:type="xs:string">
- <info>
- <desc>Refers to a configuration file which contains category
+ <info>
+ <desc>Refers to a configuration file which contains category
definitions for user interface commands suitable for this
module.</desc>
- </info>
+ </info>
</prop>
<prop oor:name="ooSetupFactoryHelpBaseURL" oor:type="xs:string">
- <info>
- <desc>Describe the base part of a help URL, which can be used to show
+ <info>
+ <desc>Describe the base part of a help URL, which can be used to show
the start help page according to the used office factory.</desc>
- </info>
+ </info>
</prop>
<prop oor:name="ooSetupFactoryHelpOnOpen" oor:type="xs:boolean">
- <info>
- <desc>Enable/disable automatic showing of the start help page for this
+ <info>
+ <desc>Enable/disable automatic showing of the start help page for this
office factory, if any document suitable for this factory is
opened.</desc>
- </info>
- <!-- Attention: Because this feature must be enabled explicitly, we
+ </info>
+ <!-- Attention: Because this feature must be enabled explicitly, we
define the following:
a) value = NIL => feature disabled
b) value = false/true => feature enabled but inactive/active
@@ -250,84 +240,74 @@
<component>
<group oor:name="Product">
<info>
- <desc>Contains common product and version information</desc>
+ <desc>Contains common product and version information</desc>
</info>
<!--The default must be written by the setup.-->
<prop oor:name="ooName" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the name of a product.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ <info>
+ <desc>Specifies the name of a product.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
was intended -->
</prop>
- <prop
- oor:name="ooXMLFileFormatVersion" oor:type="xs:string"
- oor:nillable="false">
- <info>
- <desc>Specifies the version of the SO 6/7 or OOo 1.0 xml file
+ <prop oor:name="ooXMLFileFormatVersion" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the version of the SO 6/7 or OOo 1.0 xml file
formats.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
was intended -->
</prop>
- <prop
- oor:name="ooXMLFileFormatName" oor:type="xs:string"
- oor:nillable="false">
- <info>
- <desc>Specifies the name of the SO6/7 or OOo1.0 xml file
+ <prop oor:name="ooXMLFileFormatName" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the name of the SO6/7 or OOo1.0 xml file
formats.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
was intended -->
</prop>
<prop oor:name="ooSetupVersion" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the version number of the product that appears on the
+ <info>
+ <desc>Specifies the version number of the product that appears on the
user interface.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
was intended -->
</prop>
- <prop
- oor:name="ooSetupVersionAboutBox" oor:type="xs:string"
- oor:nillable="false">
- <info>
- <desc>Specifies the complete (major.minor.micro) version number of the
+ <prop oor:name="ooSetupVersionAboutBox" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the complete (major.minor.micro) version number of the
product that appears only on the about box.</desc>
- </info>
- <value/>
- </prop>
- <prop
- oor:name="ooSetupVersionAboutBoxSuffix" oor:type="xs:string"
- oor:nillable="false">
- <info>
- <desc>Specifies the version suffix (beta1, rc2) of the product that
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="ooSetupVersionAboutBoxSuffix" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the version suffix (beta1, rc2) of the product that
appears only on the about box.</desc>
- </info>
- <value/>
+ </info>
+ <value/>
</prop>
<prop oor:name="ooVendor" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the vendor who build the product.</desc>
- </info>
- <value/>
- </prop>
- <prop
- oor:name="ooSetupExtension" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the version number that appears on the user
+ <info>
+ <desc>Specifies the vendor who build the product.</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="ooSetupExtension" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the version number that appears on the user
interface.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
was intended -->
</prop>
- <prop
- oor:name="ooOpenSourceContext" oor:type="xs:int" oor:nillable="false">
+ <prop oor:name="ooOpenSourceContext" oor:type="xs:int" oor:nillable="false">
<info>
<desc>Specifies the context of the product. A value greater than 0 is
specifying an OpenSource context.</desc>
@@ -338,67 +318,57 @@
<group oor:name="Office">
<!--The default must be written by the setup.-->
<info>
- <desc>Specifies the installation location, locales and the available
+ <desc>Specifies the installation location, locales and the available
factories for creating documents.</desc>
</info>
- <prop
- oor:name="ooSetupInstCompleted" oor:type="xs:boolean"
- oor:nillable="false">
- <!-- OldPath: Service User/[username] -->
- <!-- OldLocation: userdb.ini -->
- <info>
- <desc>Indicates if the user data is copied successfully.</desc>
- </info>
+ <prop oor:name="ooSetupInstCompleted" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Service User/[username] -->
+ <!-- OldLocation: userdb.ini -->
+ <info>
+ <desc>Indicates if the user data is copied successfully.</desc>
+ </info>
<value>false</value>
</prop>
<set oor:name="InstalledLocales" oor:node-type="InstalledLocale">
- <info>
- <desc>Enumerates the application languages that are installed, if a
+ <info>
+ <desc>Enumerates the application languages that are installed, if a
multilingual version is used.</desc>
- </info>
+ </info>
</set>
- <prop
- oor:name="ooSetupConnectionURL" oor:type="xs:string"
- oor:nillable="false">
- <!-- OldPath: Common-->
- <!-- OldLocation: soffice.ini -->
- <info>
- <desc>Specifies the URL for an UNO connection that can be used to
+ <prop oor:name="ooSetupConnectionURL" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: Common-->
+ <!-- OldLocation: soffice.ini -->
+ <info>
+ <desc>Specifies the URL for an UNO connection that can be used to
script the office from outside.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
was intended -->
</prop>
- <prop
- oor:name="MigrationCompleted" oor:type="xs:boolean"
- oor:nillable="false">
- <info>
- <desc>This should be set to true, as soon as settings from nother
+ <prop oor:name="MigrationCompleted" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>This should be set to true, as soon as settings from nother
version have been imported into this installation in order to prevent
multiple migrations</desc>
- </info>
- <value>false</value>
- </prop>
- <prop
- oor:name="LastCompatibilityCheckID" oor:type="xs:string"
- oor:nillable="false">
- <info>
- <desc>The build ID of the office. On startup the office will compare
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="LastCompatibilityCheckID" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>The build ID of the office. On startup the office will compare
this ID with the current build id to decide if the extensions
dependencies need to be checked.</desc>
- </info>
- <value>not checked</value>
+ </info>
+ <value>not checked</value>
</prop>
<set oor:name="Factories" oor:node-type="Factory">
- <info>
- <desc>Contains all of the document factories that were installed
+ <info>
+ <desc>Contains all of the document factories that were installed
during setup.</desc>
- </info>
+ </info>
</set>
- <prop
- oor:name="OfficeRestartInProgress" oor:type="xs:boolean"
- oor:nillable="false">
+ <prop oor:name="OfficeRestartInProgress" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>The entry specifies that we are in restart process</desc>
</info>
@@ -407,49 +377,44 @@
</group>
<group oor:name="L10N">
<info>
- <desc>Specifies the installation locales.</desc>
+ <desc>Specifies the installation locales.</desc>
</info>
<!--The default must be written by the setup.-->
<prop oor:name="ooLocale" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User/Language -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - Other -->
- <!--The initial default should be written by the setup.-->
- <info>
- <desc>Indicates the Office language selected by the user.</desc>
- <label>Locale</label>
- </info>
- <value/>
- </prop>
- <prop
- oor:name="ooSetupSystemLocale" oor:type="xs:string"
- oor:nillable="false">
- <!-- UIHints: Tools - Options - Language Settings - Languages - Language
+ <!-- OldPath: User/Language -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Other -->
+ <!--The initial default should be written by the setup.-->
+ <info>
+ <desc>Indicates the Office language selected by the user.</desc>
+ <label>Locale</label>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="ooSetupSystemLocale" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Language Settings - Languages - Language
of - Locale setting -->
- <info>
- <desc>Indicates the locale setting defined by the user. By default,
+ <info>
+ <desc>Indicates the locale setting defined by the user. By default,
this label is empty and the system locale is used.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
was intended -->
</prop>
- <prop
- oor:name="ooSetupCurrency" oor:type="xs:string" oor:nillable="false">
- <!-- UIHints: Tools - Options - Language Settings - Languages - Language
+ <prop oor:name="ooSetupCurrency" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Language Settings - Languages - Language
of - Default currency -->
- <info>
- <desc>Indicates the currency settings defined by the user. By default,
+ <info>
+ <desc>Indicates the currency settings defined by the user. By default,
this label is empty and the currency defined in the
ooSetupSystemLocale is used.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
was intended -->
</prop>
- <prop
- oor:name="DecimalSeparatorAsLocale" oor:type="xs:boolean"
- oor:nillable="false">
+ <prop oor:name="DecimalSeparatorAsLocale" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Indicates that the decimal separator (dot or commma) is used as
appropriate for the selected locale instead of the one related to the
@@ -458,9 +423,7 @@
</info>
<value>true</value>
</prop>
- <prop
- oor:name="IgnoreLanguageChange" oor:type="xs:boolean"
- oor:nillable="false">
+ <prop oor:name="IgnoreLanguageChange" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Indicates whether changes to the system input language/keyboard
will be ignored. If ignored, when new text is typed that text will
@@ -470,17 +433,15 @@
</info>
<value>false</value>
</prop>
- <prop
- oor:name="DateAcceptancePatterns" oor:type="xs:string"
- oor:nillable="true">
- <!-- UIHints: Tools - Options - Language Settings - Languages - Language
+ <prop oor:name="DateAcceptancePatterns" oor:type="xs:string" oor:nillable="true">
+ <!-- UIHints: Tools - Options - Language Settings - Languages - Language
of - Date acceptance patterns -->
- <info>
- <desc>Indicates the date acceptance patterns defined by the user. By
+ <info>
+ <desc>Indicates the date acceptance patterns defined by the user. By
default, this label is empty and the patterns defined in the
ooSetupSystemLocale are used.</desc>
- </info>
- <value/>
+ </info>
+ <value/>
</prop>
</group>
<group oor:name="Migration">
diff --git a/officecfg/registry/schema/org/openoffice/System.xcs b/officecfg/registry/schema/org/openoffice/System.xcs
index 9a5553749c5c..3a63f2c8a86d 100644
--- a/officecfg/registry/schema/org/openoffice/System.xcs
+++ b/officecfg/registry/schema/org/openoffice/System.xcs
@@ -18,32 +18,32 @@
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd">
<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="System" oor:package="org.openoffice" xml:lang="en-US">
- <info>
- <desc>Contains preferences which are dynamically read from the system like UI locales.</desc>
- </info>
- <component>
- <group oor:name="L10N">
- <info>
- <desc>Contains localization settings</desc>
- </info>
- <prop oor:name="Locale" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Contains the user's desktop locale setting if available.</desc>
- </info>
- <value/>
- </prop>
- <prop oor:name="UILocale" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Contains the user's desktop UI language setting if available.</desc>
- </info>
- <value/>
- </prop>
- <prop oor:name="SystemLocale" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Contains the system's default locale setting if available.</desc>
- </info>
- <value/>
- </prop>
- </group>
- </component>
+ <info>
+ <desc>Contains preferences which are dynamically read from the system like UI locales.</desc>
+ </info>
+ <component>
+ <group oor:name="L10N">
+ <info>
+ <desc>Contains localization settings</desc>
+ </info>
+ <prop oor:name="Locale" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Contains the user's desktop locale setting if available.</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="UILocale" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Contains the user's desktop UI language setting if available.</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="SystemLocale" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Contains the system's default locale setting if available.</desc>
+ </info>
+ <value/>
+ </prop>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/UserProfile.xcs b/officecfg/registry/schema/org/openoffice/UserProfile.xcs
index 0bd1dde92603..4398968b8774 100644
--- a/officecfg/registry/schema/org/openoffice/UserProfile.xcs
+++ b/officecfg/registry/schema/org/openoffice/UserProfile.xcs
@@ -17,187 +17,188 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd">
-<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" xml:lang="en-US"> <info>
- <desc>Contains user-related information, such as name and address.</desc>
- </info>
- <component>
- <group oor:name="Data">
- <info>
- <desc>Contains user-related information, such as name and address.</desc>
- </info>
- <prop oor:name="o" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the name of the user&apos;s company.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="givenname" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the first name of the user.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="sn" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the last name of the user.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="initials" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the user&apos;s initials.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="street" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the street where the use lives.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="l" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the city where the user lives.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="st" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the state where the user lives.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="postalcode" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the user&apos;s ZIP-code.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="c" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the country where the user lives.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="title" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the user&apos;s title.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="position" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the users position. This field is only present for backward compatibility. It is not defined for ldap orgPerson.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="homephone" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the user&apos;s private telephone number.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="telephonenumber" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the user&apos;s telephone number at work.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="facsimiletelephonenumber" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the user&apos;s fax number.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="mail" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the user&apos;s e-mail address.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="UserGroup" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>This field is kept for backwards compatibility.</desc>
- </info>
- <value>UserGroup</value>
- </prop>
- <prop oor:name="fathersname" oor:type="xs:string" oor:nillable="false">
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the father's name of the user (only for Russian UI).</desc>
- </info>
- <value/>
- </prop>
- <prop oor:name="apartment" oor:type="xs:string" oor:nillable="false">
- <!-- UIHints: Tools - Options - General - User Data -->
- <info>
- <desc>Specifies the apartment of the user (only for Russian UI).</desc>
- </info>
- <value/>
- </prop>
- </group>
- </component>
+<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" xml:lang="en-US">
+ <info>
+ <desc>Contains user-related information, such as name and address.</desc>
+ </info>
+ <component>
+ <group oor:name="Data">
+ <info>
+ <desc>Contains user-related information, such as name and address.</desc>
+ </info>
+ <prop oor:name="o" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the name of the user's company.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="givenname" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the first name of the user.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="sn" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the last name of the user.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="initials" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the user's initials.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="street" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the street where the use lives.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="l" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the city where the user lives.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="st" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the state where the user lives.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="postalcode" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the user's ZIP-code.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="c" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the country where the user lives.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="title" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the user's title.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="position" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the users position. This field is only present for backward compatibility. It is not defined for ldap orgPerson.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="homephone" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the user's private telephone number.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="telephonenumber" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the user's telephone number at work.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="facsimiletelephonenumber" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the user's fax number.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="mail" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the user's e-mail address.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
+ </prop>
+ <prop oor:name="UserGroup" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>This field is kept for backwards compatibility.</desc>
+ </info>
+ <value>UserGroup</value>
+ </prop>
+ <prop oor:name="fathersname" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the father's name of the user (only for Russian UI).</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="apartment" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies the apartment of the user (only for Russian UI).</desc>
+ </info>
+ <value/>
+ </prop>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/VCL.xcs b/officecfg/registry/schema/org/openoffice/VCL.xcs
index efc620af264e..47cd29ac72ff 100644
--- a/officecfg/registry/schema/org/openoffice/VCL.xcs
+++ b/officecfg/registry/schema/org/openoffice/VCL.xcs
@@ -17,82 +17,82 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd">
-<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" xml:lang="en-US"> <info>
- <desc>Contains preferences for the VCL (Visual Class Library).</desc>
- </info>
- <templates>
- <group oor:name="LFonts">
- <info>
- <desc>Contains attributes for fonts. The substitution lists are separated by &apos;;&apos; and are searched first to last for a substitute.</desc>
- </info>
- <prop oor:name="SubstFonts" oor:type="xs:string">
- <info>
- <desc>Contains a list of substitute fonts used in office documents.</desc>
- </info>
- </prop>
- <prop oor:name="SubstFontsMS" oor:type="xs:string">
- <info>
- <desc>Contains a list of substitute fonts used in MS import filters.</desc>
- </info>
- </prop>
- <prop oor:name="SubstFontsPS" oor:type="xs:string">
- <info>
- <desc>Contains a list of substitute fonts used in a PostScript context (for example, EPS export).</desc>
- </info>
- </prop>
- <prop oor:name="SubstFontsHTML" oor:type="xs:string">
- <info>
- <desc>Contains a list of substitute fonts used in a HTML context (for example, HTML import/export).</desc>
- </info>
- </prop>
- <prop oor:name="FontWeight" oor:type="xs:string">
- <info>
- <desc>Specifies the font weight. Valid values are &quot;thin&quot;, &quot;ultralight&quot;, &quot;light&quot;, &quot;semilight&quot;, &quot;normal&quot;, &quot;medium&quot;, &quot;semibold&quot;, &quot;bold&quot;, &quot;ultrabold&quot;, &quot;black&quot; (in ascending order of weight) and &quot;unknown&quot;.</desc>
- </info>
- </prop>
- <prop oor:name="FontWidth" oor:type="xs:string">
- <info>
- <desc>Specifies the font width. Valid values are &quot;ultracondensed&quot;, &quot;extracondensed&quot;, &quot;condensed&quot;, &quot;semicondensed&quot;, &quot;normal&quot;, &quot;semiexpanded&quot;, &quot;expanded&quot;, &quot;extraexpanded&quot;, &quot;ultraexpanded&quot; (in ascending order of width) and &quot;unknown&quot;.</desc>
- </info>
- </prop>
- <prop oor:name="FontType" oor:type="xs:string">
- <info>
- <desc>Denotes the compatible styles for the font. Multiple styles are separated by &apos;,&apos;. Valid styles are: &quot;Default&quot;, &quot;Standard&quot;, &quot;Normal&quot;, &quot;Symbol&quot;, &quot;Fixed&quot;, &quot;SansSerif&quot;, &quot;Serif&quot;, &quot;Decorative&quot;, &quot;Special&quot;, &quot;Italic&quot;, &quot;Title&quot;, &quot;Capitals&quot;, &quot;CJK&quot;, &quot;CJK_JP&quot;, &quot;CJK_SC&quot;, &quot;CJK_TC&quot;, &quot;CJK_KR&quot;, &quot;CTL&quot;, &quot;NoneLatin&quot;, &quot;Full&quot;, &quot;Outline&quot;, &quot;Shadow&quot;, &quot;Rounded&quot;, &quot;Typewriter&quot;, &quot;Script&quot;, &quot;Handwriting&quot;, &quot;Chancery&quot;, &quot;comic&quot;, &quot;brushscript&quot;, &quot;gothic&quot;, &quot;schoolbook&quot;, &quot;other&quot;</desc>
- </info>
- </prop>
- </group>
- <group oor:name="ConfigurableSettings" oor:extensible="true">
- <info>
- <desc>Specifies an extensible set of options that are ordered into key/value pairs for the VCL. For example, a valid key for describing when ATTools is activated is: &quot;EnableATToolSupport&quot; (valid values = &quot;true&quot;, &quot;false&quot;).</desc>
- </info>
- </group>
- <group oor:name="LocalizedDefaultFonts" oor:extensible="true">
- <info>
- <desc>Contains a localized table of default font lists organized as a set of sets of key/value pairs. The outer set denotes the language (e.g. &quot;en-US&quot;) so that default fonts can be declared for different language contexts. Each value is a font list separated by &apos;;&apos;. Default fonts are: CJK_DISPLAY, CJK_HEADING, CJK_PRESENTATION, CJK_SPREADSHEET, CJK_TEXT, CTL_DISPLAY, CTL_HEADING, CTL_PRESENTATION, CTL_SPREADSHEET, CTL_TEXT, FIXED, LATIN_DISPLAY, LATIN_FIXED, LATIN_HEADING, LATIN_PRESENTATION, LATIN_SPREADSHEET, LATIN_TEXT, SANS, SANS_UNICODE, SERIF, SYMBOL, UI_FIXED, UI_SANS. Corresponding font lists: *_DISPLAY, *_HEADING, *_PRESENTATION, *_SPREADSHEET, *_TEXT, SANS, SANS_UNICODE, SERIF,SYMBOL, UI_FIXED, UI_SANS.</desc>
- </info>
- </group>
- <set oor:name="LocalizedFontSubstitutions" oor:node-type="LFonts">
- <info>
- <desc>Contains localized font substitution tables organized as a group of sets of LFonts. The outer set denotes the language (for example, &quot;en-US&quot;).</desc>
- </info>
- </set>
- </templates>
- <component>
- <set oor:name="Settings" oor:node-type="ConfigurableSettings">
- <info>
- <desc>Contains the settings for VCL (see template description).</desc>
- </info>
- </set>
- <set oor:name="DefaultFonts" oor:node-type="LocalizedDefaultFonts">
- <info>
- <desc>Contains the localized default fonts for VCL (see template description).</desc>
- </info>
- </set>
- <set oor:name="FontSubstitutions" oor:node-type="LocalizedFontSubstitutions">
- <info>
- <desc>Contains the localized font substitution tables for VCL (see template description).</desc>
- </info>
- </set>
- </component>
+<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" xml:lang="en-US">
+ <info>
+ <desc>Contains preferences for the VCL (Visual Class Library).</desc>
+ </info>
+ <templates>
+ <group oor:name="LFonts">
+ <info>
+ <desc>Contains attributes for fonts. The substitution lists are separated by ';' and are searched first to last for a substitute.</desc>
+ </info>
+ <prop oor:name="SubstFonts" oor:type="xs:string">
+ <info>
+ <desc>Contains a list of substitute fonts used in office documents.</desc>
+ </info>
+ </prop>
+ <prop oor:name="SubstFontsMS" oor:type="xs:string">
+ <info>
+ <desc>Contains a list of substitute fonts used in MS import filters.</desc>
+ </info>
+ </prop>
+ <prop oor:name="SubstFontsPS" oor:type="xs:string">
+ <info>
+ <desc>Contains a list of substitute fonts used in a PostScript context (for example, EPS export).</desc>
+ </info>
+ </prop>
+ <prop oor:name="SubstFontsHTML" oor:type="xs:string">
+ <info>
+ <desc>Contains a list of substitute fonts used in a HTML context (for example, HTML import/export).</desc>
+ </info>
+ </prop>
+ <prop oor:name="FontWeight" oor:type="xs:string">
+ <info>
+ <desc>Specifies the font weight. Valid values are "thin", "ultralight", "light", "semilight", "normal", "medium", "semibold", "bold", "ultrabold", "black" (in ascending order of weight) and "unknown".</desc>
+ </info>
+ </prop>
+ <prop oor:name="FontWidth" oor:type="xs:string">
+ <info>
+ <desc>Specifies the font width. Valid values are "ultracondensed", "extracondensed", "condensed", "semicondensed", "normal", "semiexpanded", "expanded", "extraexpanded", "ultraexpanded" (in ascending order of width) and "unknown".</desc>
+ </info>
+ </prop>
+ <prop oor:name="FontType" oor:type="xs:string">
+ <info>
+ <desc>Denotes the compatible styles for the font. Multiple styles are separated by ','. Valid styles are: "Default", "Standard", "Normal", "Symbol", "Fixed", "SansSerif", "Serif", "Decorative", "Special", "Italic", "Title", "Capitals", "CJK", "CJK_JP", "CJK_SC", "CJK_TC", "CJK_KR", "CTL", "NoneLatin", "Full", "Outline", "Shadow", "Rounded", "Typewriter", "Script", "Handwriting", "Chancery", "comic", "brushscript", "gothic", "schoolbook", "other"</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="ConfigurableSettings" oor:extensible="true">
+ <info>
+ <desc>Specifies an extensible set of options that are ordered into key/value pairs for the VCL. For example, a valid key for describing when ATTools is activated is: "EnableATToolSupport" (valid values = "true", "false").</desc>
+ </info>
+ </group>
+ <group oor:name="LocalizedDefaultFonts" oor:extensible="true">
+ <info>
+ <desc>Contains a localized table of default font lists organized as a set of sets of key/value pairs. The outer set denotes the language (e.g. "en-US") so that default fonts can be declared for different language contexts. Each value is a font list separated by ';'. Default fonts are: CJK_DISPLAY, CJK_HEADING, CJK_PRESENTATION, CJK_SPREADSHEET, CJK_TEXT, CTL_DISPLAY, CTL_HEADING, CTL_PRESENTATION, CTL_SPREADSHEET, CTL_TEXT, FIXED, LATIN_DISPLAY, LATIN_FIXED, LATIN_HEADING, LATIN_PRESENTATION, LATIN_SPREADSHEET, LATIN_TEXT, SANS, SANS_UNICODE, SERIF, SYMBOL, UI_FIXED, UI_SANS. Corresponding font lists: *_DISPLAY, *_HEADING, *_PRESENTATION, *_SPREADSHEET, *_TEXT, SANS, SANS_UNICODE, SERIF,SYMBOL, UI_FIXED, UI_SANS.</desc>
+ </info>
+ </group>
+ <set oor:name="LocalizedFontSubstitutions" oor:node-type="LFonts">
+ <info>
+ <desc>Contains localized font substitution tables organized as a group of sets of LFonts. The outer set denotes the language (for example, "en-US").</desc>
+ </info>
+ </set>
+ </templates>
+ <component>
+ <set oor:name="Settings" oor:node-type="ConfigurableSettings">
+ <info>
+ <desc>Contains the settings for VCL (see template description).</desc>
+ </info>
+ </set>
+ <set oor:name="DefaultFonts" oor:node-type="LocalizedDefaultFonts">
+ <info>
+ <desc>Contains the localized default fonts for VCL (see template description).</desc>
+ </info>
+ </set>
+ <set oor:name="FontSubstitutions" oor:node-type="LocalizedFontSubstitutions">
+ <info>
+ <desc>Contains the localized font substitution tables for VCL (see template description).</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>
-