summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authortpf <tpf@openoffice.org>2002-10-25 16:16:43 +0000
committertpf <tpf@openoffice.org>2002-10-25 16:16:43 +0000
commitce44de005c5117d5e2de2170feb8aa708289761e (patch)
treeefdab344355bd196351dad320dba06a549b8899b /officecfg
parent13a8b9b1cf033ed3f3f65c60b3ab06f1da324bf7 (diff)
#103539# reformatting, added new author and deprecated element, changed element sequence
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Inet.xcs583
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Addons.xcs136
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Calc.xcs367
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Chart.xcs51
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Commands.xcs68
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs1774
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs275
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Draw.xcs2042
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Impress.xcs2102
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Java.xcs618
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Jobs.xcs130
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Labels.xcs83
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs591
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Math.xcs2395
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs58
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/SFX.xcs41
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Security.xcs94
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Substitution.xcs171
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/TypeDetection.xcs270
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/UI.xcs388
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Views.xcs208
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs16610
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs2019
-rw-r--r--officecfg/registry/schema/org/openoffice/Setup.xcs61
-rw-r--r--officecfg/registry/schema/org/openoffice/UserProfile.xcs50
-rw-r--r--officecfg/registry/schema/org/openoffice/VCL.xcs241
26 files changed, 15728 insertions, 15698 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Inet.xcs b/officecfg/registry/schema/org/openoffice/Inet.xcs
index 4033c3d31948..8d5181489c8a 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:01:48 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:15:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,294 +60,293 @@
*
************************************************************************ -->
<!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">
- <!--Responsible: SB -->
- <info>
- <desc xml:lang="en-US">Contains Internet-related configurations (proxies, search engines, etc.).</desc>
- </info>
- <templates>
- <!--Responsible: OS / TV-->
- <group oor:name="SearchEngine">
- <info>
- <desc xml:lang="en-US">Specifies the search type, i.e. nexus or exact search.</desc>
- </info>
- <group oor:name="And">
- <info>
- <desc xml:lang="en-US">Search options for 'AND' search (all words must be found).</desc>
- </info>
- <prop oor:name="ooInetPrefix" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the search expression, i.e. URL and query command.</desc>
- </info>
- </prop>
- <prop oor:name="ooInetSuffix" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the suffix.</desc>
- </info>
- </prop>
- <prop oor:name="ooInetSeparator" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the separator</desc>
- </info>
- </prop>
- <prop oor:name="ooInetCaseMatch" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Specifies if upper and lower case spelling should be considered.</desc>
- </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">Upper</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Lower</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="Or">
- <info>
- <desc xml:lang="en-US">Search options for 'OR' search (at least one word must be found).</desc>
- </info>
- <prop oor:name="ooInetPrefix" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the search expression, i.e. URL and query command.</desc>
- </info>
- </prop>
- <prop oor:name="ooInetSuffix" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the suffix.</desc>
- </info>
- </prop>
- <prop oor:name="ooInetSeparator" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the separator</desc>
- </info>
- </prop>
- <prop oor:name="ooInetCaseMatch" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Specifies if upper and lower case spelling should be considered.</desc>
- </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">Upper</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Lower</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="Exact">
- <info>
- <desc xml:lang="en-US">Search options for 'Exact' search (the whole text must be found).</desc>
- </info>
- <prop oor:name="ooInetPrefix" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the search expression, i.e. URL and query command.</desc>
- </info>
- </prop>
- <prop oor:name="ooInetSuffix" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the suffix.</desc>
- </info>
- </prop>
- <prop oor:name="ooInetSeparator" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the separator</desc>
- </info>
- </prop>
- <prop oor:name="ooInetCaseMatch" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Specifies if upper and lower case spelling should be considered.</desc>
- </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">Upper</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Lower</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- </group>
- </templates>
- <component>
- <info>
- <desc xml:lang="en-US">Contains Internet-related configurations (servers, proxies, etc.).</desc>
- </info>
- <group oor:name="Settings">
- <prop oor:name="ooInetDNSServer" oor:type="xs:string">
- <!-- OldPath: Inet/DNS -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: SB/MHU -->
- <!-- UIHints: Tools - Options - Internet - Protocol -->
- <info>
- <desc xml:lang="en-US">Specifies the IP address of the DNS server. If the string is empty, the DNS server will be specified automatically.</desc>
- </info>
- </prop>
- <prop oor:name="ooInetNoProxy" oor:type="xs:string">
- <!-- OldPath: Inet/NoProxy -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: SB/MHU -->
- <!-- UIHints: Tools Options Internet Proxy -->
- <info>
- <desc xml:lang="en-US">Enumerates the names of servers that do not require any proxies.</desc>
- </info>
- </prop>
- <prop oor:name="ooInetProxyType" oor:type="xs:int">
- <!-- OldPath: Inet/ProxyType -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: SB/MHU -->
- <!-- UIHints: Tools Options Internet Proxy -->
- <info>
- <desc xml:lang="en-US">Specifies the type of proxy selection.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Specifies that no proxies are used.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Specifies automatic proxy configuration.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Specifies manual proxy configuration.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="ooInetFTPProxyName" oor:type="xs:string">
- <!-- OldPath: Inet/FTPProxyName -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: SB/MHU -->
- <!-- UIHints: Tools Options Internet Proxy -->
- <info>
- <desc xml:lang="en-US">Specifies the name of the FTP proxy server.</desc>
- </info>
- </prop>
- <prop oor:name="ooInetFTPProxyPort" oor:type="xs:int">
- <!-- OldPath: Inet/FTPProxyPort -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: SB/MHU -->
- <!-- UIHints: Tools Options Internet Proxy -->
- <info>
- <desc xml:lang="en-US">Specifies the port of the FTP proxy server.</desc>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Specifies the minimum allowed port number.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="65535">
- <info>
- <desc xml:lang="en-US">Specifies the maximum allowed port number.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="ooInetHTTPProxyName" oor:type="xs:string">
- <!-- OldPath: Inet/HTTPProxyName -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: SB/MHU -->
- <!-- UIHints: Tools Options Internet Proxy -->
- <info>
- <desc xml:lang="en-US">Specifies the name of the HTTP proxy server.</desc>
- </info>
- </prop>
- <prop oor:name="ooInetHTTPProxyPort" oor:type="xs:int">
- <!-- OldPath: Inet/HTTPProxyPort -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: SB/MHU -->
- <!-- UIHints: Tools Options Internet Proxy -->
- <info>
- <desc xml:lang="en-US">Specifies the port of the HTTP proxy server.</desc>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Specifies the minimum allowed port number.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="65535">
- <info>
- <desc xml:lang="en-US">Specifies the maximum allowed port number.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="ooInetSOCKSProxyName" oor:type="xs:string">
- <!-- OldPath: Inet/SOCKSProxyName -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: SB/MHU -->
- <!-- UIHints: Tools Options Internet Proxy -->
- <info>
- <desc xml:lang="en-US">Specifies the name of the Socks proxy server.</desc>
- </info>
- </prop>
- <prop oor:name="ooInetSOCKSProxyPort" oor:type="xs:int">
- <!-- OldPath: Inet/SOCKSProxyPort -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: SB/MHU -->
- <!-- UIHints: Tools Options Internet Proxy -->
- <info>
- <desc xml:lang="en-US">Specifies the port of the Socks proxy server.</desc>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Specifies the minimum allowed port number.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="65535">
- <info>
- <desc xml:lang="en-US">Specifies the maximum allowed port number.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <info>
- <desc xml:lang="en-US">Contains Internet-related configurations (servers, proxies, etc.).</desc>
- </info>
- </group>
- <set oor:name="SearchEngines" oor:node-type="SearchEngine">
- <!--Responsible: OS / TV-->
- <!--UI: Tools - Options - Internet - Search-->
- <info>
- <desc xml:lang="en-US">Serves for the configuration of search engines. A default group of (localized) search engines including their configuration should be written by the setup.</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="Inet" oor:package="org.openoffice" xml:lang="en-US">
+ <info>
+ <author>SB</author>
+ <desc xml:lang="en-US">Contains Internet-related configurations (proxies, search engines, etc.).</desc>
+ </info>
+ <templates>
+ <info>
+ <author>OS / TV</author>
+ </info>
+ <group oor:name="SearchEngine">
+ <info>
+ <desc xml:lang="en-US">Specifies the search type, i.e. nexus or exact search.</desc>
+ </info>
+ <group oor:name="And">
+ <info>
+ <desc xml:lang="en-US">Search options for 'AND' search (all words must be found).</desc>
+ </info>
+ <prop oor:name="ooInetPrefix" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the search expression, i.e. URL and query command.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooInetSuffix" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the suffix.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooInetSeparator" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the separator</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooInetCaseMatch" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies if upper and lower case spelling should be considered.</desc>
+ </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">Upper</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Lower</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ <group oor:name="Or">
+ <info>
+ <desc xml:lang="en-US">Search options for 'OR' search (at least one word must be found).</desc>
+ </info>
+ <prop oor:name="ooInetPrefix" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the search expression, i.e. URL and query command.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooInetSuffix" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the suffix.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooInetSeparator" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the separator</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooInetCaseMatch" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies if upper and lower case spelling should be considered.</desc>
+ </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">Upper</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Lower</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ <group oor:name="Exact">
+ <info>
+ <desc xml:lang="en-US">Search options for 'Exact' search (the whole text must be found).</desc>
+ </info>
+ <prop oor:name="ooInetPrefix" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the search expression, i.e. URL and query command.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooInetSuffix" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the suffix.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooInetSeparator" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the separator</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooInetCaseMatch" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies if upper and lower case spelling should be considered.</desc>
+ </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">Upper</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Lower</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Contains Internet-related configurations (servers, proxies, etc.).</desc>
+ </info>
+ <prop oor:name="ooInetDNSServer" oor:type="xs:string">
+ <!-- OldPath: Inet/DNS -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - Internet - Protocol -->
+ <info>
+ <author>SB/MHU</author>
+ <desc xml:lang="en-US">Specifies the IP address of the DNS server. If the string is empty, the DNS server will be specified automatically.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooInetNoProxy" oor:type="xs:string">
+ <!-- OldPath: Inet/NoProxy -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools Options Internet Proxy -->
+ <info>
+ <author>SB/MHU</author>
+ <desc xml:lang="en-US">Enumerates the names of servers that do not require any proxies.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooInetProxyType" oor:type="xs:int">
+ <!-- OldPath: Inet/ProxyType -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools Options Internet Proxy -->
+ <info>
+ <author>SB/MHU</author>
+ <desc xml:lang="en-US">Specifies the type of proxy selection.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Specifies that no proxies are used.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Specifies automatic proxy configuration.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Specifies manual proxy configuration.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="ooInetFTPProxyName" oor:type="xs:string">
+ <!-- OldPath: Inet/FTPProxyName -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools Options Internet Proxy -->
+ <info>
+ <author>SB/MHU</author>
+ <desc xml:lang="en-US">Specifies the name of the FTP proxy server.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooInetFTPProxyPort" oor:type="xs:int">
+ <!-- OldPath: Inet/FTPProxyPort -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools Options Internet Proxy -->
+ <info>
+ <author>SB/MHU</author>
+ <desc xml:lang="en-US">Specifies the port of the FTP proxy server.</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Specifies the minimum allowed port number.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="65535">
+ <info>
+ <desc xml:lang="en-US">Specifies the maximum allowed port number.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ </prop>
+ <prop oor:name="ooInetHTTPProxyName" oor:type="xs:string">
+ <!-- OldPath: Inet/HTTPProxyName -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools Options Internet Proxy -->
+ <info>
+ <author>SB/MHU</author>
+ <desc xml:lang="en-US">Specifies the name of the HTTP proxy server.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooInetHTTPProxyPort" oor:type="xs:int">
+ <!-- OldPath: Inet/HTTPProxyPort -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools Options Internet Proxy -->
+ <info>
+ <author>SB/MHU</author>
+ <desc xml:lang="en-US">Specifies the port of the HTTP proxy server.</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Specifies the minimum allowed port number.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="65535">
+ <info>
+ <desc xml:lang="en-US">Specifies the maximum allowed port number.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ </prop>
+ <prop oor:name="ooInetSOCKSProxyName" oor:type="xs:string">
+ <!-- OldPath: Inet/SOCKSProxyName -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools Options Internet Proxy -->
+ <info>
+ <author>SB/MHU</author>
+ <desc xml:lang="en-US">Specifies the name of the Socks proxy server.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooInetSOCKSProxyPort" oor:type="xs:int">
+ <!-- OldPath: Inet/SOCKSProxyPort -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools Options Internet Proxy -->
+ <info>
+ <author>SB/MHU</author>
+ <desc xml:lang="en-US">Specifies the port of the Socks proxy server.</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Specifies the minimum allowed port number.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="65535">
+ <info>
+ <desc xml:lang="en-US">Specifies the maximum allowed port number.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ </prop>
+ </group>
+ <set oor:name="SearchEngines" oor:node-type="SearchEngine">
+ <!--UI: Tools - Options - Internet - Search-->
+ <info>
+ <author>OS / TV</author>
+ <desc xml:lang="en-US">Serves for the configuration of search engines. A default group of (localized) search engines including their configuration should be written by the setup.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Addons.xcs b/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
index 4a000032fae7..6fb7fc278c41 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
@@ -1,11 +1,11 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************************
*
* $RCSfile: Addons.xcs,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cd $ $Date: 2002-10-11 13:45:13 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,56 +60,82 @@
*
************************************************************************ -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<oor:component-schema oor:name="Addons" 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">
- <!-- Responsible: CD-->
- <info><desc xml:lang="en-US">Contains general structures used to integrate external components into the Office user interface.</desc></info>
- <templates>
- <info><desc xml:lang="en-US">General templates for this package.</desc></info>
- <group oor:name="MenuType">
- <info><desc xml:lang="en-US">Describes a menu item representing a function of of an external component. The name of the name must be unique and should be written using a package-scheme like org.openoffice.external.applicationexecuter to minimize name clashes.</desc></info>
- <prop oor:name="URL" oor:type="xs:string">
- <info><desc xml:lang="en-US">A command URL which represents the function to execute. This property can be empty if menu item is the root of a sub menu.</desc></info>
- </prop>
- <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
- <info><desc xml:lang="en-US">A localized string used to as the menu item title.</desc></info>
- </prop>
- <prop oor:name="Target" oor:type="xs:string">
- <info><desc xml:lang="en-US">An URL used to reference an optional menu image. It is allowed to use path variables to reference images relative to the office installation or user installation path.</desc></info>
- </prop>
- <prop oor:name="ImageIdentifier" oor:type="xs:string">
- <info><desc xml:lang="en-US">A private URL used to reference an optional internal menu image. Example: private:image/3216 addresses the internal Office image with id=3216.</desc></info>
- </prop>
- <group oor:name="Images">
- <info><desc xml:lang="en-US">A group of optional menu item images for toolbars and menus.</desc></info>
- <prop oor:name="ImageSmall" oor:type="xs:hexbinary">
- <value xsi:nil="true"/>
- <info><desc xml:lang="en-US">Binary bitmap data used for menu images and small toolbox buttons. Standard size of a small image is 16x16 pixel.</desc></info>
- </prop>
- <prop oor:name="ImageBig" oor:type="xs:hexbinary">
- <value xsi:nil="true" />
- <info><desc xml:lang="en-US">Binary bitmap data used for big toolbox buttons. Standard size of a big image is 26x26 pixel.</desc></info>
- </prop>
- <prop oor:name="ImageSmallHC" oor:type="xs:hexbinary">
- <value xsi:nil="true"/>
- <info><desc xml:lang="en-US">Binary bitmap data used for high contrast displays. Standard size of a small image is 16x16 pixel.</desc></info>
- </prop>
- <prop oor:name="ImageBigHC" oor:type="xs:hexbinary">
- <value xsi:nil="true"/>
- <info><desc xml:lang="en-US">Binary bitmap data used for high contrast displays. Standard size of a big image is 26x26 pixel.</desc></info>
- </prop>
- </group>
- <set oor:name="Submenu" oor:node-type="MenuType">
- <info><desc xml:lang="en-US">An optional set to allow sub menus.</desc></info>
- </set>
- </group>
- </templates>
- <component>
- <info><desc xml:lang="en-US">Instances of used templates.</desc></info>
- <group oor:name="AddonUI">
- <info><desc xml:lang="en-US">Contains information about the structure of addon user interface.</desc></info>
- <set oor:name="AddonMenu" oor:node-type="MenuType">
- <info><desc xml:lang="en-US">Contains the structure of the addon menu used by the Office. It provide functions of external components to the user.</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="Addons" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <author>CD</author>
+ <desc xml:lang="en-US">Contains general structures used to integrate external components into the Office user interface.</desc>
+ </info>
+ <templates>
+ <group oor:name="MenuType">
+ <info>
+ <desc xml:lang="en-US">Describes a menu item representing a function of of an external component. The name of the name must be unique and should be written using a package-scheme like org.openoffice.external.applicationexecuter to minimize name clashes.</desc>
+ </info>
+ <prop oor:name="URL" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">A command URL which represents the function to execute. This property can be empty if menu item is the root of a sub menu.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">A localized string used to as the menu item title.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Target" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">An URL used to reference an optional menu image. It is allowed to use path variables to reference images relative to the office installation or user installation path.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ImageIdentifier" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">A private URL used to reference an optional internal menu image. Example: private:image/3216 addresses the internal Office image with id=3216.</desc>
+ </info>
+ </prop>
+ <group oor:name="Images">
+ <info>
+ <desc xml:lang="en-US">A group of optional menu item images for toolbars and menus.</desc>
+ </info>
+ <prop oor:name="ImageSmall" oor:type="xs:hexBinary">
+ <info>
+ <desc xml:lang="en-US">Binary bitmap data used for menu images and small toolbox buttons. Standard size of a small image is 16x16 pixel.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="ImageBig" oor:type="xs:hexBinary">
+ <info>
+ <desc xml:lang="en-US">Binary bitmap data used for big toolbox buttons. Standard size of a big image is 26x26 pixel.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="ImageSmallHC" oor:type="xs:hexBinary">
+ <info>
+ <desc xml:lang="en-US">Binary bitmap data used for high contrast displays. Standard size of a small image is 16x16 pixel.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="ImageBigHC" oor:type="xs:hexBinary">
+ <info>
+ <desc xml:lang="en-US">Binary bitmap data used for high contrast displays. Standard size of a big image is 26x26 pixel.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <set oor:name="Submenu" oor:node-type="MenuType">
+ <info>
+ <desc xml:lang="en-US">An optional set to allow sub menus.</desc>
+ </info>
+ </set>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="AddonUI">
+ <info>
+ <desc xml:lang="en-US">Contains information about the structure of addon user interface.</desc>
+ </info>
+ <set oor:name="AddonMenu" oor:node-type="MenuType">
+ <info>
+ <desc xml:lang="en-US">Contains the structure of the addon menu used by the Office. It provide functions of external components to the user.</desc>
+ </info>
+ </set>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index fe11e4da4c0f..e00adc12ce73 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:06:39 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,9 +60,9 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: NN -->
+<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" xml:lang="en-US">
<info>
+ <author>NN</author>
<desc xml:lang="en-US">Contains settings for the spreadsheet application.</desc>
</info>
<templates>
@@ -111,15 +111,12 @@
</group>
</templates>
<component>
- <info>
- <desc xml:lang="en-US">Contains settings for the spreadsheet application.</desc>
- </info>
<set oor:name="UnitConversion" oor:node-type="ConversionRule">
<!-- OldPath: UnitConversion -->
<!-- OldLocation: convert.ini -->
- <!-- Responsible: NN/ER -->
<!-- UIHints: function CONVERT -->
<info>
+ <author>NN/ER</author>
<desc xml:lang="en-US">Specifies the Euro currency conversion rates and possibly other unit conversion rules for the CONVERT function.</desc>
</info>
</set>
@@ -134,76 +131,75 @@
<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>
+ <author>NN</author>
<desc xml:lang="en-US">Indicates whether formulas instead of results are displayed in the cells.</desc>
<label xml:lang="en-US">Formulas</label>
</info>
+ <value>false</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Indicates whether numbers containing the 0 value are shown.</desc>
<label xml:lang="en-US">Zero values</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Indicates whether notes are marked.</desc>
<label xml:lang="en-US">Note tags</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Indicates whether all values are highlighted in the sheet (text black, numbers blue, others green).</desc>
<label xml:lang="en-US">Value highlighting</label>
</info>
+ <value>false</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Indicates whether anchor icons are displayed next to selected graphics in the document.</desc>
<label xml:lang="en-US">Anchor</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Indicates whether text overflow is marked via a small triangle.</desc>
<label xml:lang="en-US">Text overflow</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Indicates whether objects and graphics are shown, hidden or replaced by a placeholder.</desc>
<label xml:lang="en-US">Objects and Graphics</label>
</info>
@@ -224,14 +220,14 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Indicates whether charts are shown, hidden or replaced by a placeholder.</desc>
<label xml:lang="en-US">Charts</label>
</info>
@@ -252,14 +248,14 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Indicates whether drawing objects are shown, hidden or replaced by a placeholder.</desc>
<label xml:lang="en-US">Drawing objects</label>
</info>
@@ -280,6 +276,7 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</prop>
</group>
<group oor:name="Update">
@@ -289,10 +286,9 @@
<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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies if and how links are updated when loading a document.</desc>
<label xml:lang="en-US">Update Links</label>
</info>
@@ -313,6 +309,7 @@
</info>
</enumeration>
</constraints>
+ <value>2</value>
</prop>
</group>
</group>
@@ -327,69 +324,69 @@
<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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether grid lines are displayed.</desc>
<label xml:lang="en-US">Grid lines</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the color of the grid lines.</desc>
<label xml:lang="en-US">Color</label>
</info>
+ <value>12632256</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether page breaks are displayed.</desc>
<label xml:lang="en-US">Page breaks</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether guides are displayed when moving objects.</desc>
<label xml:lang="en-US">Guides</label>
</info>
+ <value>false</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether control points are displayed as simple squares without 3D effect.</desc>
<label xml:lang="en-US">Simple control points</label>
</info>
+ <value>false</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether control points are displayed as larger than the default size.</desc>
<label xml:lang="en-US">Large control points</label>
</info>
+ <value>false</value>
</prop>
</group>
<group oor:name="Window">
@@ -399,57 +396,57 @@
<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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether row and column headers are displayed.</desc>
<label xml:lang="en-US">Column/Row headers</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether a horizontal scroll bar is displayed.</desc>
<label xml:lang="en-US">Horizontal scroll</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether a vertical scroll bar is displayed.</desc>
<label xml:lang="en-US">Vertical Scroll</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether sheet tabs are displayed.</desc>
<label xml:lang="en-US">Sheet tabs</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether outline symbols are displayed.</desc>
<label xml:lang="en-US">Outline symbols</label>
</info>
+ <value>true</value>
</prop>
</group>
<group oor:name="Other">
@@ -459,10 +456,9 @@
<prop oor:name="StatusbarFunction" oor:type="xs:int">
<!-- OldPath: Calc/Layout -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
<!-- UIHints: (Status Bar) -->
- <value>9</value>
<info>
+ <author>NN</author>
<desc xml:lang="en-US">Selects a function that is calculated for the selected cells, and which shows the result in the status bar.</desc>
<label xml:lang="en-US">Statusbar Function</label>
</info>
@@ -503,41 +499,45 @@
</info>
</enumeration>
</constraints>
+ <value>9</value>
</prop>
<group oor:name="TabStop">
<!-- OldPath: Calc/Layout -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
<!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Tab stops -->
+ <info>
+ <author>NN</author>
+ <desc xml:lang="en-US">Specifies the distance between tabulator stops in 1/100th millimeters.</desc>
+ <label xml:lang="en-US">Tab stops</label>
+ </info>
<prop oor:name="Metric" oor:type="xs:int">
- <value>1250</value>
<info>
<desc xml:lang="en-US">Specifies the tabulator distance with locales that use the metric system.</desc>
<label xml:lang="en-US"/>
</info>
+ <value>1250</value>
</prop>
<prop oor:name="NonMetric" oor:type="xs:int">
- <value>1270</value>
<info>
<desc xml:lang="en-US">Specifies the tabulator distance with locales that don't use the metric system.</desc>
<label xml:lang="en-US"/>
</info>
+ <value>1270</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies the distance between tabulator stops in 1/100th millimeters.</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 -->
+ <info>
+ <author>NN</author>
+ <desc xml:lang="en-US">Specifies the measurement unit to be used in the user interface.</desc>
+ <label xml:lang="en-US">Measurement unit</label>
+ </info>
<prop oor:name="Metric" oor:type="xs:int">
<info>
<desc xml:lang="en-US">Specifies the measurement unit that is used with locales that use the metric system.</desc>
</info>
- <value>2</value>
<constraints>
<enumeration oor:value="1">
<info>
@@ -565,12 +565,12 @@
</info>
</enumeration>
</constraints>
+ <value>2</value>
</prop>
<prop oor:name="NonMetric" oor:type="xs:int">
<info>
<desc xml:lang="en-US">Specifies the measurement unit that is used with locales that don't use the metric system.</desc>
</info>
- <value>8</value>
<constraints>
<enumeration oor:value="1">
<info>
@@ -598,11 +598,8 @@
</info>
</enumeration>
</constraints>
+ <value>8</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies the measurement unit to be used in the user interface.</desc>
- <label xml:lang="en-US">Measurement unit</label>
- </info>
</group>
</group>
<group oor:name="Zoom">
@@ -612,10 +609,9 @@
<prop oor:name="Type" oor:type="xs:int">
<!-- OldPath: Calc/Layout -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
<!-- UIHints: (Status Bar) -->
- <value>0</value>
<info>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the zoom type.</desc>
<label xml:lang="en-US">Zoom Type</label>
</info>
@@ -636,17 +632,18 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</prop>
<prop oor:name="Value" oor:type="xs:int">
<!-- OldPath: Calc/Layout -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
<!-- UIHints: (Status Bar) -->
- <value>100</value>
<info>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the percentage value to which the view is scaled.</desc>
<label xml:lang="en-US">Zoom Value</label>
</info>
+ <value>100</value>
</prop>
</group>
</group>
@@ -657,21 +654,20 @@
<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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether pressing the Enter key should move the selection.</desc>
<label xml:lang="en-US">Press Enter to move selection</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the direction where the selection is moved when pressing Enter, if moving is enabled.</desc>
<label xml:lang="en-US">Direction to move selection</label>
</info>
@@ -697,98 +693,97 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether 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>
+ <value>false</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether formatting a cell also affects subsequently entered cells.</desc>
<label xml:lang="en-US">Expand formatting</label>
</info>
+ <value>false</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether formula references from the input line are highlighted in color in the cell.</desc>
<label xml:lang="en-US">Show references in color</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether references are 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>
+ <value>false</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether column and row headers are highlighted in the selected columns or rows.</desc>
<label xml:lang="en-US">Highlight selection in column/row headings</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether pressing Enter will move the cursor to the column where it was before the Tab key was used to change columns.</desc>
<label xml:lang="en-US">Use Tab Column</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="UsePrinterMetrics" oor:type="xs:boolean">
- <!-- Responsible: NN -->
<!-- UIHints: Tools - Options - Spreadsheet - General - [Section] Input settings -->
- <value>true</value>
<info>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether 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>
+ <value>true</value>
</prop>
<prop oor:name="ReplaceCellsWarning" oor:type="xs:boolean">
- <!-- Responsible: NN -->
<!-- UIHints: Tools - Options - Spreadsheet - General - [Section] Input settings -->
- <value>true</value>
<info>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether a warning box will appear when existing cells are replaced (i.e. pasting from clipboard).</desc>
<label xml:lang="en-US">Warn before replacing cells</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the functions last used.</desc>
<label xml:lang="en-US">Last Used Functions</label>
</info>
@@ -819,28 +814,29 @@
</info>
</enumeration>
</constraints>
+ <value>224 226 222 223 5</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether the AutoInput function is active.</desc>
<label xml:lang="en-US">Auto Input</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether all the Detective traces in the sheet are automatically refreshed when modifying a formula.</desc>
<label xml:lang="en-US">Detective Auto Refresh</label>
</info>
+ <value>true</value>
</prop>
</group>
<group oor:name="Grid">
@@ -854,96 +850,96 @@
<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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether frames, drawing elements and form functions are only movable between grid points.</desc>
<label xml:lang="en-US">Snap to grid</label>
</info>
+ <value>false</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether the snap grid is matched with the main grid.</desc>
<label xml:lang="en-US">Size to grid</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether the grid is displayed.</desc>
<label xml:lang="en-US">Visible grid</label>
</info>
+ <value>false</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether the current grid settings are 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>
+ <value>true</value>
</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)-->
+ <info>
+ <author>NN</author>
+ <desc xml:lang="en-US">Defines the horizontal distance between the single grid points in 1/100th millimeters.</desc>
+ <label xml:lang="en-US">X axis</label>
+ </info>
<prop oor:name="Metric" oor:type="xs:int">
- <value>1000</value>
<info>
<desc xml:lang="en-US">Specifies the distance that is used with locales that use the metric system.</desc>
<label xml:lang="en-US"/>
</info>
+ <value>1000</value>
</prop>
<prop oor:name="NonMetric" oor:type="xs:int">
- <value>1270</value>
<info>
<desc xml:lang="en-US">Specifies the distance that is used with locales that don't use the metric system.</desc>
<label xml:lang="en-US"/>
</info>
+ <value>1270</value>
</prop>
- <info>
- <desc xml:lang="en-US">Defines the horizontal distance between the single grid points in 1/100th millimeters.</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-->
+ <info>
+ <author>NN</author>
+ <desc xml:lang="en-US">Defines the vertical distance between the single grid points in 1/100th millimeters.</desc>
+ <label xml:lang="en-US">Y axis</label>
+ </info>
<prop oor:name="Metric" oor:type="xs:int">
- <value>1000</value>
<info>
<desc xml:lang="en-US">Specifies the distance that is used with locales that use the metric system.</desc>
<label xml:lang="en-US"/>
</info>
+ <value>1000</value>
</prop>
<prop oor:name="NonMetric" oor:type="xs:int">
- <value>1270</value>
<info>
<desc xml:lang="en-US">Specifies the distance that is used with locales that don't use the metric system.</desc>
<label xml:lang="en-US"/>
</info>
+ <value>1270</value>
</prop>
- <info>
- <desc xml:lang="en-US">Defines the vertical distance between the single grid points in 1/100th millimeters.</desc>
- <label xml:lang="en-US">Y axis</label>
- </info>
</group>
</group>
<group oor:name="Resolution">
@@ -953,52 +949,52 @@
<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) -->
+ <info>
+ <author>NN</author>
+ <desc xml:lang="en-US">Defines the distance between grid points on the X axis in 1/100th millimeters.</desc>
+ <label xml:lang="en-US">X Axis Resolution</label>
+ </info>
<prop oor:name="Metric" oor:type="xs:int">
- <value>1000</value>
<info>
<desc xml:lang="en-US">Specifies the distance that is used with locales that use the metric system.</desc>
<label xml:lang="en-US"/>
</info>
+ <value>1000</value>
</prop>
<prop oor:name="NonMetric" oor:type="xs:int">
- <value>1270</value>
<info>
<desc xml:lang="en-US">Specifies the distance that is used with locales that don't use the metric system.</desc>
<label xml:lang="en-US"/>
</info>
+ <value>1270</value>
</prop>
- <info>
- <desc xml:lang="en-US">Defines the distance between grid points on the X axis in 1/100th millimeters.</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) -->
+ <info>
+ <author>NN</author>
+ <desc xml:lang="en-US">Defines the distance between grid points on the Y axis in 1/100th millimeters.</desc>
+ <label xml:lang="en-US">Y Axis Resolution</label>
+ </info>
<prop oor:name="Metric" oor:type="xs:int">
- <value>1000</value>
<info>
<desc xml:lang="en-US">Specifies the distance that is used with locales that use the metric system.</desc>
<label xml:lang="en-US"/>
</info>
+ <value>1000</value>
</prop>
<prop oor:name="NonMetric" oor:type="xs:int">
- <value>1270</value>
<info>
<desc xml:lang="en-US">Specifies the distance that is used with locales that don't use the metric system.</desc>
<label xml:lang="en-US"/>
</info>
+ <value>1270</value>
</prop>
- <info>
- <desc xml:lang="en-US">Defines the distance between grid points on the Y axis in 1/100th millimeters.</desc>
- <label xml:lang="en-US">Y Axis Resolution</label>
- </info>
</group>
</group>
<group oor:name="Subdivision">
@@ -1008,24 +1004,24 @@
<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>
+ <author>NN</author>
<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>
+ <value>1</value>
</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>
+ <author>NN</author>
<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>
+ <value>1</value>
</prop>
</group>
</group>
@@ -1036,14 +1032,14 @@
<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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the available lists.</desc>
<label xml:lang="en-US">Lists</label>
</info>
+ <value>NULL</value>
</prop>
</group>
<group oor:name="Calculate">
@@ -1057,35 +1053,35 @@
<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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether iterative calculation is used for formulas with circular references.</desc>
<label xml:lang="en-US">Iterations</label>
</info>
+ <value>false</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the maximum number of iteration steps.</desc>
<label xml:lang="en-US">Steps</label>
</info>
+ <value>100</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the result change value below which iteration is stopped.</desc>
<label xml:lang="en-US">Minimum Change</label>
</info>
+ <value>0.001</value>
</prop>
</group>
<group oor:name="Other">
@@ -1095,66 +1091,66 @@
<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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether upper and lower case in texts are distinguished when comparing cell contents.</desc>
<label xml:lang="en-US">Case sensitive</label>
</info>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether the calculation uses the rounded values displayed in the sheet.</desc>
<label xml:lang="en-US">Precision as shown</label>
</info>
+ <value>false</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether search criteria in formulas must match 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>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether column and row labels are 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>
+ <value>true</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the number of decimals to be displayed for the Standard number format.</desc>
<label xml:lang="en-US">Decimal places</label>
</info>
+ <value>2</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies whether the calculation uses 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>
+ <value>true</value>
</prop>
<node-ref oor:name="Date" oor:node-type="Date">
<info>
@@ -1174,50 +1170,50 @@
<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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the modification color for changes of cell contents.</desc>
<label xml:lang="en-US">Changes</label>
</info>
+ <value>-1</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the color to highlight deletions.</desc>
<label xml:lang="en-US">Deletions</label>
</info>
+ <value>-1</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the color to highlight insertions.</desc>
<label xml:lang="en-US">Insertions</label>
</info>
+ <value>-1</value>
</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>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the color to highlight moved contents.</desc>
<label xml:lang="en-US">Moved entries</label>
</info>
+ <value>-1</value>
</prop>
</group>
</group>
@@ -1236,24 +1232,24 @@
<prop oor:name="Load" oor:type="xs:boolean">
<!-- OldPath: Filter/MS_Office/Basic/Excel -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: NN -->
<!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Excel 97/2000 -->
- <value>true</value>
<info>
+ <author>NN</author>
<desc xml:lang="en-US">Indicates whether VBA macros are imported as comments.</desc>
<label xml:lang="en-US">Load Basic Code to edit</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Save" oor:type="xs:boolean">
<!-- OldPath: Filter/MS_Office/Basic/Excel -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: NN -->
<!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Excel 97/2000 -->
- <value>true</value>
<info>
+ <author>NN</author>
<desc xml:lang="en-US">Indicates whether the original VBA storage is preserved while editing.</desc>
<label xml:lang="en-US">Save Original Basic Code again</label>
</info>
+ <value>true</value>
</prop>
</group>
<group oor:name="Lotus123">
@@ -1263,12 +1259,12 @@
<prop oor:name="WK3" oor:type="xs:boolean">
<!-- OldPath: Common -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: NN -->
- <value>false</value>
<info>
+ <author>NN</author>
<desc xml:lang="en-US">Indicates whether the import of Lotus wk3 files is enabled.</desc>
<label xml:lang="en-US">Enable WK3 Filter</label>
</info>
+ <value>false</value>
</prop>
</group>
<group oor:name="MS_Excel">
@@ -1278,9 +1274,8 @@
<prop oor:name="ColScale" oor:type="xs:double">
<!-- OldPath: Common -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: NN -->
- <value>1.0</value>
<info>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the factor for multiplying the column width when importing Excel documents from Biff 5 format.</desc>
<label xml:lang="en-US">Excel Column Width Scale</label>
</info>
@@ -1291,13 +1286,13 @@
</info>
</minExclusive>
</constraints>
+ <value>1.0</value>
</prop>
<prop oor:name="RowScale" oor:type="xs:double">
<!-- OldPath: Common -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: NN -->
- <value>1.0</value>
<info>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the factor for multiplying the row height when importing Excel documents from Biff 5 format.</desc>
<label xml:lang="en-US">Excel Row Height Scale</label>
</info>
@@ -1308,13 +1303,14 @@
</info>
</minExclusive>
</constraints>
+ <value>1.0</value>
</prop>
</group>
</group>
</group>
<group oor:name="Print">
- <!-- Responsible: NN -->
<info>
+ <author>NN</author>
<desc xml:lang="en-US">Contains settings that affect printing.</desc>
</info>
<group oor:name="Page">
@@ -1322,11 +1318,11 @@
<desc xml:lang="en-US">Contains settings that affect which pages are printed.</desc>
</info>
<prop oor:name="EmptyPages" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies whether empty pages are printed.</desc>
<label xml:lang="en-US">Printing Empty Pages</label>
</info>
+ <value>true</value>
</prop>
</group>
<group oor:name="Other">
@@ -1334,11 +1330,11 @@
<desc xml:lang="en-US">Contains other print settings.</desc>
</info>
<prop oor:name="AllSheets" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies whether all sheets are printed instead of only the selected sheets.</desc>
<label xml:lang="en-US">Print all Sheets</label>
</info>
+ <value>true</value>
</prop>
</group>
</group>
@@ -1347,26 +1343,25 @@
<desc xml:lang="en-US">Contains miscellaneous settings.</desc>
</info>
<group oor:name="DefaultObjectSize">
- <!-- Responsible: NN -->
- <!-- UIHints: Default size for newly created objects when using CTRL-Return or CTRL-Klick -->
+ <info>
+ <author>NN</author>
+ <desc xml:lang="en-US">Defines the default size of newly created objects using CTRL-Return or CTRL-Klick at an object creating Button.</desc>
+ <label xml:lang="en-US">Default Object Size</label>
+ </info>
<prop oor:name="Width" oor:type="xs:int">
- <value>8000</value>
<info>
<desc xml:lang="en-US">Specifies the default width in 1/100th millimeters.</desc>
<label xml:lang="en-US"/>
</info>
+ <value>8000</value>
</prop>
<prop oor:name="Height" oor:type="xs:int">
- <value>5000</value>
<info>
<desc xml:lang="en-US">Specifies the default height in 1/100th millimeters.</desc>
<label xml:lang="en-US"/>
</info>
+ <value>5000</value>
</prop>
- <info>
- <desc xml:lang="en-US">Defines the default size of newly created objects using CTRL-Return or CTRL-Klick at an object creating Button.</desc>
- <label xml:lang="en-US">Default Object Size</label>
- </info>
</group>
</group>
</component>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Chart.xcs b/officecfg/registry/schema/org/openoffice/Office/Chart.xcs
index 1523f63a95d4..92f4292ae308 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:06:41 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,31 +60,24 @@
*
************************************************************************ -->
<!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">
- <info>
- <desc xml:lang="en-US">Comprises settings for colors being used when creating new charts.</desc>
- </info>
- <prop oor:name="Series" oor:type="oor:long-list">
- <!-- OldPath: Chart/Default_Colors -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: BM -->
- <!-- UIHints: Tools - Options Chart Default colors [Section] Chart colors -->
- <value>0x9999ff 0x993366 0xffffcc 0xccffff
-0x660066 0xff8080 0x0066cc 0xccccff 0x000080 0xff00ff 0x00ffff 0xffff00
- </value>
- <info>
- <desc xml:lang="en-US">Specifies a list of color values to be used for
- the first n series, where n is the size of the list. For i &gt; n the color
- used is equal to entry number i modulo n in the list. You should keep
- the size of the list at 12. Also note that the values are
- interpreted as unsigned 32bit values, although it is possible to get negative
- (signed) numbers in this list when being displayed in decimal.</desc>
- <label xml:lang="en-US">Chart colors</label>
- </info>
- </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="Chart" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <import oor:component="org.openoffice.Office.Common"/>
+ <component>
+ <group oor:name="DefaultColor">
+ <info>
+ <desc xml:lang="en-US">Comprises settings for colors being used when creating new charts.</desc>
+ </info>
+ <prop oor:name="Series" oor:type="oor:long-list">
+ <!-- OldPath: Chart/Default_Colors -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Chart Default colors [Section] Chart colors -->
+ <info>
+ <author>BM</author>
+ <desc xml:lang="en-US">Specifies a list of color values to be used for the first n series, where n is the size of the list. For i &gt; n the color used is equal to entry number i modulo n in the list. You should keep the size of the list at 12. Also note that the values are interpreted as unsigned 32bit values, although it is possible to get negative (signed) numbers in this list when being displayed in decimal.</desc>
+ <label xml:lang="en-US">Chart colors</label>
+ </info>
+ <value>0x9999ff 0x993366 0xffffcc 0xccffff 0x660066 0xff8080 0x0066cc 0xccccff 0x000080 0xff00ff 0x00ffff 0xffff00</value>
+ </prop>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Commands.xcs b/officecfg/registry/schema/org/openoffice/Office/Commands.xcs
index c229febd239a..4fcdcffb492a 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:06:43 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,39 +60,33 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: CD-->
- <info>
- <desc xml:lang="en-US">Contains general information about ~ and rules, and about actions based on office commands.</desc>
- </info>
- <templates>
- <info>
- <desc xml:lang="en-US">Neccessary templates for this package.</desc>
- </info>
- <group oor:name="CommandType">
- <info>
- <desc xml:lang="en-US">Describes a command.</desc>
- </info>
- <prop oor:name="Command" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Is the command name for dispatching without a protocol part.</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <info>
- <desc xml:lang="en-US">Instances of used templates.</desc>
- </info>
- <group oor:name="Execute">
- <info>
- <desc xml:lang="en-US">Contains information about the execute status.</desc>
- </info>
- <set oor:name="Disabled" oor:node-type="CommandType">
- <info>
- <desc xml:lang="en-US">Contains commands that are disabled in the Office user interface.</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="Commands" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <author>CD</author>
+ <desc xml:lang="en-US">Contains general information about ~ and rules, and about actions based on office commands.</desc>
+ </info>
+ <templates>
+ <group oor:name="CommandType">
+ <info>
+ <desc xml:lang="en-US">Describes a command.</desc>
+ </info>
+ <prop oor:name="Command" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Is the command name for dispatching without a protocol part.</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="Execute">
+ <info>
+ <desc xml:lang="en-US">Contains information about the execute status.</desc>
+ </info>
+ <set oor:name="Disabled" oor:node-type="CommandType">
+ <info>
+ <desc xml:lang="en-US">Contains commands that are disabled in the Office user interface.</desc>
+ </info>
+ </set>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index d3bdbfe45b85..d4a0d811e8db 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.55 $
+ * $Revision: 1.56 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:06:44 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,21 +60,24 @@
*
************************************************************************ -->
<!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">
+<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" xml:lang="en-US">
<templates>
<group oor:name="Passwordstorage">
- <!-- Responsible: MAV -->
+ <info>
+ <author>MAV</author>
+ <desc xml:lang="en-US">A container for passwords.</desc>
+ </info>
<prop oor:name="Password" oor:type="xs:string" oor:localized="false">
<info>
<desc xml:lang="en-US">A password encoded with the master password.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">A container for passwords.</desc>
- </info>
</group>
<group oor:name="HistoryType">
- <!-- Responsible: AS -->
+ <info>
+ <author>AS</author>
+ <desc xml:lang="en-US">Contains settings for a history entry in the history list.</desc>
+ </info>
<prop oor:name="URL" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Specifies the document URL.</desc>
@@ -95,12 +98,12 @@
<desc xml:lang="en-US">An encoded password used to open the document.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Contains settings for a history entry in the history list.</desc>
- </info>
</group>
<group oor:name="MenuType">
- <!-- Responsible: AS -->
+ <info>
+ <author>AS</author>
+ <desc xml:lang="en-US">Describes a menu entry for configurable office menues (e.g. file new).</desc>
+ </info>
<prop oor:name="URL" oor:type="xs:string">
<info>
<desc xml:lang="en-US">URL for dispatch.</desc>
@@ -121,12 +124,12 @@
<desc xml:lang="en-US">Is the target of dispatch (e.g. _blank to open URL in new frame).</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Describes a menu entry for configurable office menues (e.g. file new).</desc>
- </info>
</group>
<group oor:name="DialogSize">
- <!--Responsible: PB-->
+ <info>
+ <author>PB</author>
+ <desc xml:lang="en-US">Contains the width and height of the dialog size.</desc>
+ </info>
<prop oor:name="Height" oor:type="xs:int">
<info>
<desc xml:lang="en-US">Contains the height of the dialog [UNIT=pixel].</desc>
@@ -137,38 +140,37 @@
<desc xml:lang="en-US">Contains the width of the dialog [UNIT=pixel].</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Contains the width and height of the dialog size.</desc>
- </info>
</group>
<group oor:name="Font">
- <!-- Responsible: OJ-->
+ <info>
+ <author>OJ</author>
+ <desc xml:lang="en-US">Describes the characteristics of a font.</desc>
+ </info>
<prop oor:name="Name" oor:type="xs:string">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the exact name of the font ("Arial","Courier", "Frutiger").</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Height" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the height of the font in the measure of the destination.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Width" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the width of the font in the measure of the destination.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="StyleName" oor:type="xs:string">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the style name of the font ("Bold", "Italic", "Italic Bold").</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Family" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the general style of the font.</desc>
</info>
@@ -214,9 +216,9 @@
</info>
</enumeration>
</constraints>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="CharSet" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the character set which is supported by the font.</desc>
</info>
@@ -277,9 +279,9 @@
</info>
</enumeration>
</constraints>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Pitch" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the pitch of the font.</desc>
</info>
@@ -300,21 +302,21 @@
</info>
</enumeration>
</constraints>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="CharacterWidth" oor:type="xs:double">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the character width. Depending on the specified width, a font that supports this width may be selected. [UNIT=%].</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Weight" oor:type="xs:double">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the thickness of the line.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Slant" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies if there is a character slant (italic).</desc>
</info>
@@ -350,9 +352,9 @@
</info>
</enumeration>
</constraints>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="UnderLine" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the type of underline.</desc>
</info>
@@ -453,9 +455,9 @@
</info>
</enumeration>
</constraints>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Strikeout" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the type of strikeout.</desc>
</info>
@@ -496,27 +498,27 @@
</info>
</enumeration>
</constraints>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Orientation" oor:type="xs:double">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the rotation of the font. [UNIT=degree].</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Kerning" oor:type="xs:boolean">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">For requesting, specifies if there is a kerning table available. For selecting, specifies if the kerning table is to be used.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="WordLineMode" oor:type="xs:boolean">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies if only words get underlined.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Type" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the technology of the font representation.</desc>
</info>
@@ -542,13 +544,14 @@
</info>
</enumeration>
</constraints>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Describes the characteristics of a font.</desc>
- </info>
</group>
<group oor:name="FontReplacement">
- <!-- Responsible: OS -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Contains settings for the font replacement.</desc>
+ </info>
<prop oor:name="ReplaceFont" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Contains the name of font that is to be replaced.</desc>
@@ -560,25 +563,24 @@
</info>
</prop>
<prop oor:name="OnScreenOnly" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Determines if the font pair replacement is applied on the screen.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="Always" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Determines if the font pair replacement is applied on the printer.</desc>
</info>
+ <value>false</value>
</prop>
+ </group>
+ <group oor:name="GraphicSize">
<info>
- <desc xml:lang="en-US">Contains settings for the font replacement.</desc>
+ <author>SJ</author>
+ <desc xml:lang="en-US">Specifies the size of a graphic. [UNIT=1/100 mm].</desc>
</info>
- </group>
- <group oor:name="GraphicSize">
- <!-- Responsible: SJ -->
<prop oor:name="Width" oor:type="xs:int">
- <value>10000</value>
<info>
<desc xml:lang="en-US">Specifies the width of graphic. [UNIT=1/100 mm].</desc>
</info>
@@ -594,9 +596,9 @@
</info>
</maxInclusive>
</constraints>
+ <value>10000</value>
</prop>
<prop oor:name="Height" oor:type="xs:int">
- <value>10000</value>
<info>
<desc xml:lang="en-US">Specifies the height of graphic. [UNIT=1/100 mm].</desc>
</info>
@@ -612,20 +614,21 @@
</info>
</maxInclusive>
</constraints>
+ <value>10000</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies the size of a graphic. [UNIT=1/100 mm].</desc>
- </info>
</group>
<group oor:name="ObjectNames">
- <prop oor:name="Name" oor:type="xs:string" oor:localized="true"/>
- <prop oor:name="Key" oor:type="xs:string"/>
<info>
<desc xml:lang="en-US">Specifies the object names for the different Office modules. Each module is assigned to a worldwide unique key. The different object names are filled by the setup.</desc>
</info>
+ <prop oor:name="Name" oor:type="xs:string" oor:localized="true"/>
+ <prop oor:name="Key" oor:type="xs:string"/>
</group>
<group oor:name="RecoveryEntry">
- <!-- Responsible: AS -->
+ <info>
+ <author>AS</author>
+ <desc xml:lang="en-US">Specifies an entry of the recovery list which is then used by CrashGuard to save information about the last opened files.</desc>
+ </info>
<prop oor:name="URL" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Specifies an URL that should be recovered after the next Office start.</desc>
@@ -641,12 +644,12 @@
<desc xml:lang="en-US">Contains the name of the temporary file which represents the document.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies an entry of the recovery list which is then used by CrashGuard to save information about the last opened files.</desc>
- </info>
</group>
<group oor:name="StartEndCharacters">
- <!-- Responsible: OS -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Contains the characters (so called forbidden characters) that are not allowed at the beginning or end of a line.</desc>
+ </info>
<prop oor:name="StartCharacters" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Contains the characters that are not allowed at the beginning of a line.</desc>
@@ -657,12 +660,12 @@
<desc xml:lang="en-US">Contains the characters that are not allowed at the end of a line.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Contains the characters (so called forbidden characters) that are not allowed at the beginning or end of a line.</desc>
- </info>
</group>
<group oor:name="NameCounter">
- <!-- Responsible: MBA -->
+ <info>
+ <author>MBA</author>
+ <desc xml:lang="en-US">Stores an association between a numeric value and a name.</desc>
+ </info>
<prop oor:name="Name" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Specifies a name that is associated with a counter.</desc>
@@ -673,16 +676,16 @@
<desc xml:lang="en-US">Specifies a number that is associated with a name.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Stores an association between a numeric value and a name.</desc>
- </info>
</group>
<group oor:name="MailCommandLineProfile">
- <!-- Responsible: OBR -->
<info>
+ <author>OBR</author>
<desc xml:lang="en-US">Contains the command line profile for external mail applications.</desc>
</info>
<group oor:name="FormatStrings">
+ <info>
+ <desc xml:lang="en-US">Contains the different string tokens for "to" and "cc" etc. Adresses will be concatenated to create the command line.</desc>
+ </info>
<prop oor:name="base" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Contains the fixed text (optional) preceding the mail arguments.</desc>
@@ -723,9 +726,6 @@
<desc xml:lang="en-US">Contains the string token describing the body of the message.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Contains the different string tokens for "to" and "cc" etc. Adresses will be concatenated to create the command line.</desc>
- </info>
</group>
<group oor:name="EnumDelimiters">
<prop oor:name="base" oor:type="xs:string">
@@ -751,56 +751,44 @@
</group>
</group>
<group oor:name="JobDescription">
- <!-- Responsible: AS -->
+ <info>
+ <deprecated>Use cfg package Jobs instead of this.</deprecated>
+ <author>AS</author>
+ </info>
<prop oor:name="ServiceName" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Deprecated: use cfg package Jobs instead of this.</desc>
- </info>
</prop>
<prop oor:name="UserInteraction" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US">Deprecated: use cfg package Jobs instead of this.</desc>
- </info>
</prop>
<prop oor:name="AllowAsync" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US">Deprecated: use cfg package Jobs instead of this.</desc>
- </info>
</prop>
- <info>
- <desc xml:lang="en-US">Deprecated: use cfg package Jobs instead of this.</desc>
- </info>
<group oor:name="ExecutionArguments" oor:extensible="true">
- <info>
- <desc xml:lang="en-US">Deprecated: use cfg package Jobs instead of this.</desc>
- </info>
</group>
</group>
</templates>
<component>
<group oor:name="Passwords">
- <!-- Responsible: MAV -->
+ <info>
+ <author>MAV</author>
+ <desc xml:lang="en-US">Contains a description of the persistent password container.</desc>
+ </info>
<prop oor:name="UseStorage" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies if passwords can be stored persistently.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="HasMaster" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies if there is a valid master password.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="Master" oor:type="xs:string">
- <value/>
<info>
<desc xml:lang="en-US">Contains the master password encrypted by itself.</desc>
</info>
+ <value/>
</prop>
- <info>
- <desc xml:lang="en-US">Contains a description of the persistent password container.</desc>
- </info>
<set oor:name="Store" oor:node-type="Passwordstorage">
<info>
<desc xml:lang="en-US">Contains a list of passwords encoded with the master password.</desc>
@@ -811,166 +799,169 @@
<prop oor:name="Dithering" oor:type="xs:boolean">
<!-- OldPath: 3D-Engine/Dithering -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: AW -->
<!-- UIHints: Tools - Options - General - Other - [Section] 3D-View -->
- <value>true</value>
<info>
+ <author>AW</author>
<desc xml:lang="en-US">Specifies if dithering is used to display more colors with few colors available.</desc>
<label xml:lang="en-US">Use Dithering</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="OpenGL" oor:type="xs:boolean">
<!-- OldPath: 3D-Engine/OpenGL -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: AW -->
<!-- UIHints: Tools - Options - General - Other - [Section] 3D-View -->
- <value>true</value>
<info>
+ <author>AW</author>
<desc xml:lang="en-US">Specifies if 3D graphics from Draw and Impress will be displayed on the user&amp;apos;s system using an OpenGL capable hardware. If the system does not have an OpenGL capable hardware, this setting will be ignored. The 3D display is always done per software.</desc>
<label xml:lang="en-US">Use OpenGL</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="OpenGL_Faster" oor:type="xs:boolean">
<!-- OldPath: 3D-Engine/OpenGL_Faster -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: AW -->
<!-- UIHints: Tools - Options - General - Other - [Section] 3D-View -->
- <value>true</value>
<info>
+ <author>AW</author>
<desc xml:lang="en-US">Specifies whether all geometry data will be simultaneously transferred in an array to the graphic driver. Not every graphic driver correctly supports this OpenGL capability. For this reason, this option can be deactivated in case of presentation errors of 3D output. All geometry data will be then transferrered as single components. This option is only available if OpenGL is used, otherwise it is disabled.</desc>
<label xml:lang="en-US">Optimized output</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="ShowFull" oor:type="xs:boolean">
<!-- OldPath: 3D-Engine/ShowFull -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: AW -->
<!-- UIHints: Tools - Options - General - Other - [Section] 3D-View -->
- <value>false</value>
<info>
+ <author>AW</author>
<desc xml:lang="en-US">Specifies interaction with full display. If a 3-D object is rotated or moved, the full display is rotated or moved and not a grid frame.</desc>
<label xml:lang="en-US">Object refresh during interaction</label>
</info>
+ <value>false</value>
</prop>
</group>
<group oor:name="AutoCorrect">
- <!-- Responsible: OS -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Contains miscellaneous settings for the auto correction.</desc>
+ </info>
<prop oor:name="UseReplacementTable" oor:type="xs:boolean">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options - Use replacement table -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if the replacement table should be used to replace letter combinations with defined text</desc>
<label xml:lang="en-US">Use replacement table</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="TwoCapitalsAtStart" oor:type="xs:boolean">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options - Correct TWo INitial Capitals -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if two initial capitals should be corrected automatically.</desc>
<label xml:lang="en-US">Correct two initial capitals</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="CapitalAtStartSentence" oor:type="xs:boolean">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options - Capitalize first letter of every sentence -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if the letter at the beginning of a sentence should be capitalized automatically.</desc>
<label xml:lang="en-US">Capitalize first letter of every sentence</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="ChangeUnderlineWeight" oor:type="xs:boolean">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options - Automatic *bold* and _underline_ -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if text should be formatted in bold or underlined when the corresponding characters are entered (*bold*, _underline_).</desc>
<label xml:lang="en-US">Apply underline or bold</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="SetInetAttribute" oor:type="xs:boolean">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options - URL regocnition -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if character strings which could represent an URL should be converted to a hyperlink.</desc>
<label xml:lang="en-US">Detect URL</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="ChangeOrdinalNumber" oor:type="xs:boolean">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace 1st... -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if ordinal numbers should be displayed with raised endings.</desc>
<label xml:lang="en-US">Replace ordinal numbers</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="ChangeFraction" oor:type="xs:boolean">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace 1/2... -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if character combinations for fractions should be replaced with a corresponding single character.</desc>
<label xml:lang="en-US">Replace fractions</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="ChangeDash" oor:type="xs:boolean">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace dashes -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if minus signs should be replaced by dashes automatically.</desc>
<label xml:lang="en-US">Replace dashes</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="RemoveDoubleSpaces" oor:type="xs:boolean">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Options Ignore Double Spaces -->
- <value>false</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if multiple spaces should be combined into one.</desc>
<label xml:lang="en-US">Ignore double spaces</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="ReplaceSingleQuote" oor:type="xs:boolean">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Custom Quotes Single quotes -->
- <value>false</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if single quotes should be replaced.</desc>
<label xml:lang="en-US">Single quotes - Replace</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="SingleQuoteAtStart" oor:type="xs:int">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Custom Quotes Single quotes -->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies the start single quote.</desc>
<label xml:lang="en-US">Start single quote</label>
</info>
@@ -978,9 +969,9 @@
<prop oor:name="SingleQuoteAtEnd" oor:type="xs:int">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Custom Quotes Single quotes -->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies the end single quote.</desc>
<label xml:lang="en-US">End Single quote</label>
</info>
@@ -988,20 +979,20 @@
<prop oor:name="ReplaceDoubleQuote" oor:type="xs:boolean">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Custom Quotes Double quotes -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if double quotes should be replaced.</desc>
<label xml:lang="en-US">Double quotes - Replace</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="DoubleQuoteAtStart" oor:type="xs:int">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Custom Quotes Double quotes -->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies the start quote.</desc>
<label xml:lang="en-US">Start quote</label>
</info>
@@ -1009,105 +1000,102 @@
<prop oor:name="DoubleQuoteAtEnd" oor:type="xs:int">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools AutoCorrect/AutoFormat Custom Quotes Double quotes -->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies the end quote.</desc>
<label xml:lang="en-US">End quote</label>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Contains miscellaneous settings for the auto correction.</desc>
- </info>
<group oor:name="Exceptions">
+ <info>
+ <desc xml:lang="en-US">Contains settings to apply replacement rules and exceptions.</desc>
+ </info>
<prop oor:name="TwoCapitalsAtStart" oor:type="xs:boolean">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools - AutoCorrect/AutoFormat - Exceptions - Words with 2 initial capitals -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if defined words with two initial capital letters should not be included in the AutoCorrect replacement.</desc>
<label xml:lang="en-US">Words with two initial capital letters - Add automatically</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="CapitalAtStartSentence" oor:type="xs:boolean">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools - AutoCorrect/AutoFormat - Exceptions - Abbrevation -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if defined abbreviations should be taken into account to exclude a preceding capital letter.</desc>
<label xml:lang="en-US">Abbreviations (no subsequent capital letter) - Add automatically</label>
</info>
+ <value>true</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains settings to apply replacement rules and exceptions.</desc>
- </info>
</group>
</group>
<group oor:name="Cache">
- <!-- Responsible: AF -->
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Cache related options.</desc>
</info>
<group oor:name="DrawingEngine">
- <!-- Responsible: AF -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Cache related options of the drawing engine.</desc>
+ </info>
<prop oor:name="OLE_Objects" oor:type="xs:int">
<!-- OldPath: soffice-WorkingSet -->
<!-- OldLocation: soffice.ini -->
<!-- Notice: MaxOLEObjectsInDrawingEngineMemory -->
- <!-- Responsible: AF -->
- <value>20</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Determines the maximum number of OLE objects that can be held in RAM for drawings, presentations and inserted drawing objects. The fewer OLE objects contained in RAM, the more space is available for other functions. The more OLE objects in RAM, the faster you can page through the objects since they do not always need to be loaded from the hard drive.</desc>
</info>
+ <value>20</value>
</prop>
- <info>
- <desc xml:lang="en-US">Cache related options of the drawing engine.</desc>
- </info>
</group>
<group oor:name="Writer">
- <!-- Responsible: AF -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Cache related options of the Writer.</desc>
+ </info>
<prop oor:name="OLE_Objects" oor:type="xs:int">
<!-- OldPath: soffice-WorkingSet -->
<!-- OldLocation: soffice.ini -->
<!-- Notice: MaxOLEObjectsInSWMemory -->
- <!-- Responsible: AF -->
- <value>20</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Determines the maximum number of OLE objects that can be held in RAM for the writer. The fewer OLE objects contained in RAM, the more space is available for other functions. The more OLE objects in RAM, the faster you can page through the objects since they do not always need to be loaded from the hard drive.</desc>
</info>
+ <value>20</value>
</prop>
- <info>
- <desc xml:lang="en-US">Cache related options of the Writer.</desc>
- </info>
</group>
<group oor:name="GraphicManager">
<prop oor:name="TotalCacheSize" oor:type="xs:int">
- <!-- Responsible: AF -->
- <value>10240000</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Specifies the maximum cache size for all graphical display objects.</desc>
<label xml:lang="en-US">Total Graphic Cache Size</label>
</info>
+ <value>10240000</value>
</prop>
<prop oor:name="ObjectCacheSize" oor:type="xs:int">
- <!-- Responsible: AF -->
- <value>2560000</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Specifies the maximum cache size for a single graphic display object.</desc>
<label xml:lang="en-US">Graphic Object Cache Size</label>
</info>
+ <value>2560000</value>
</prop>
<prop oor:name="ObjectReleaseTime" oor:type="xs:int">
- <!-- Responsible: AF -->
- <value>600</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Specifies the time in seconds after which a cached object is freed from the cache.</desc>
<label xml:lang="en-US">Graphic Object Release Timeout</label>
</info>
+ <value>600</value>
</prop>
</group>
</group>
@@ -1115,438 +1103,442 @@
<!--OldLocation: soffice.ini -->
<!--OldPath: Directories and BackupDirectories -->
<!-- UIHints: Tools - Options - General - Paths -->
- <!-- Responsible: MBA-->
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Contains the current and default path settings used by the Office.</desc>
</info>
<group oor:name="Current">
- <!-- Responsible: MBA-->
+ <info>
+ <author>MBA</author>
+ <desc xml:lang="en-US">Contains the global path settings, mainly those of the Options dialog.</desc>
+ </info>
<prop oor:name="OfficeInstall" oor:type="xs:string">
<!-- OldLocation:NEW-->
- <!-- Responsible: MBA-->
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Contains the Office installation path.</desc>
</info>
</prop>
<prop oor:name="OfficeInstallURL" oor:type="xs:string">
<!-- OldLocation:NEW-->
- <!-- Responsible: MBA-->
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Contains the Office installation path in URL notation. Must match the UCB configuration.</desc>
</info>
</prop>
<prop oor:name="Addin" oor:type="xs:string">
- <!-- Responsible: NN-->
- <value>$(progpath)/addin</value>
<info>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the directory that contains spreadsheet add-ins which use the old add-in API.</desc>
</info>
+ <value>$(progpath)/addin</value>
</prop>
<prop oor:name="AutoCorrect" oor:type="oor:string-list">
- <!-- Responsible: OS -->
- <value oor:separator=":">$(insturl)/share/autocorr:$(userurl)/autocorr</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies the settings of the AutoCorrect dialog.</desc>
</info>
+ <value oor:separator=":">$(insturl)/share/autocorr:$(userurl)/autocorr</value>
</prop>
<prop oor:name="AutoText" oor:type="oor:string-list">
- <!-- Responsible: OS -->
- <value oor:separator=":">$(insturl)/share/autotext/$(vlang):$(userurl)/autotext</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Contains the directory which contains the AutoText modules.</desc>
</info>
+ <value oor:separator=":">$(insturl)/share/autotext/$(vlang):$(userurl)/autotext</value>
</prop>
<prop oor:name="Backup" oor:type="xs:string">
- <!-- Responsible: MBA -->
- <value>$(userurl)/backup</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Stores the automatic backup copies of documents.</desc>
</info>
+ <value>$(userurl)/backup</value>
</prop>
<prop oor:name="Basic" oor:type="oor:string-list">
- <!-- Responsible: MBA -->
- <value oor:separator=":">$(insturl)/share/basic:$(userurl)/basic</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Contains the Basic files, which are used by the AutoPilots.</desc>
</info>
+ <value oor:separator=":">$(insturl)/share/basic:$(userurl)/basic</value>
</prop>
<prop oor:name="Bitmap" oor:type="xs:string">
- <!-- Responsible: MBA -->
- <value>$(insturl)/share/config/symbol</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Contains the bitmap files which can be used for menu and toolbar icons.</desc>
</info>
+ <value>$(insturl)/share/config/symbol</value>
</prop>
<prop oor:name="Config" oor:type="xs:string">
- <!-- Responsible: MBA -->
- <value>$(insturl)/share/config</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Contains the configuration files. This value cannot be changed through the user interface.</desc>
</info>
+ <value>$(insturl)/share/config</value>
</prop>
<prop oor:name="Dictionary" oor:type="xs:string">
- <!-- Responsible: TL -->
- <value>$(insturl)/share/wordbook/$(vlang)</value>
<info>
+ <author>TL</author>
<desc xml:lang="en-US">Contains the provided dictionaries.</desc>
</info>
+ <value>$(insturl)/share/wordbook/$(vlang)</value>
</prop>
<prop oor:name="Favorite" oor:type="xs:string">
- <!-- Responsible: PB -->
- <value>$(userurl)/config/folders</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Specifies the path to save folder bookmarks.</desc>
</info>
+ <value>$(userurl)/config/folders</value>
</prop>
<prop oor:name="Filter" oor:type="xs:string">
- <!-- Responsible: MBA -->
- <value>$(progpath)/filter</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies the directory where all the filters are stored.</desc>
</info>
+ <value>$(progpath)/filter</value>
</prop>
<prop oor:name="Gallery" oor:type="oor:string-list">
- <!-- Responsible: AF -->
- <value oor:separator=":">$(insturl)/share/gallery:$(userurl)/gallery</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Specifies the directory which contains the Gallery database and multimedia files.</desc>
</info>
+ <value oor:separator=":">$(insturl)/share/gallery:$(userurl)/gallery</value>
</prop>
<prop oor:name="Graphic" oor:type="xs:string">
- <!-- Responsible: DL -->
- <value>$(insturl)/share/gallery</value>
<info>
+ <author>DL</author>
<desc xml:lang="en-US">Specifies the directory that is displayed when the dialog for opening a graphic or for saving a new graphic is called.</desc>
</info>
+ <value>$(insturl)/share/gallery</value>
</prop>
<prop oor:name="Help" oor:type="xs:string">
- <!-- Responsible: ABI -->
- <value>$(instpath)/help</value>
<info>
+ <author>ABI</author>
<desc xml:lang="en-US">Specifies the path to the Office help files.</desc>
</info>
+ <value>$(instpath)/help</value>
</prop>
<prop oor:name="Linguistic" oor:type="xs:string">
- <!-- Responsible: TL -->
- <value>$(insturl)/share/dict</value>
<info>
+ <author>TL</author>
<desc xml:lang="en-US">Contains the files that are necessary for the spellcheck.</desc>
</info>
+ <value>$(insturl)/share/dict</value>
</prop>
<prop oor:name="Module" oor:type="xs:string">
- <!-- Responsible: MBA -->
- <value>$(progpath)</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">This directory contains the Office modules.</desc>
</info>
+ <value>$(progpath)</value>
</prop>
<prop oor:name="Palette" oor:type="xs:string">
- <!-- Responsible: DL -->
- <value>$(userurl)/config</value>
<info>
+ <author>DL</author>
<desc xml:lang="en-US">Specifies the path to the palette files *.SOB to *.SOF containing user-defined colors and patterns.</desc>
</info>
+ <value>$(userurl)/config</value>
</prop>
<prop oor:name="Plugin" oor:type="oor:string-list">
- <!-- Responsible: MBA -->
- <value oor:separator=":">$(userpath)/plugin</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies the directoray in which the plugins are saved.</desc>
</info>
+ <value oor:separator=":">$(userpath)/plugin</value>
</prop>
<prop oor:name="Storage" oor:type="xs:string">
- <!-- Responsible: KSO -->
- <value>$(userpath)/store</value>
<info>
+ <author>KSO</author>
<desc xml:lang="en-US">Mail, news files and other information (for example, information about the FTP Server) are stored here.</desc>
</info>
+ <value>$(userpath)/store</value>
</prop>
<prop oor:name="Temp" oor:type="xs:string">
- <!-- Responsible: MBA -->
- <value>$(userurl)/temp</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies the base directory used by the Office to store temp files.</desc>
</info>
+ <value>$(userurl)/temp</value>
</prop>
<prop oor:name="Template" oor:type="oor:string-list">
- <!-- Responsible: MBA -->
- <value oor:separator=":">$(insturl)/share/template/$(vlang):$(userurl)/template</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">The templates originate from these folders and sub-folders.</desc>
</info>
+ <value oor:separator=":">$(insturl)/share/template/$(vlang):$(userurl)/template</value>
</prop>
<prop oor:name="UIConfig" oor:type="oor:string-list">
- <!-- Responsible: MBA -->
- <value oor:separator=":"/>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies additional folders containing a global user interface configuration. The final user interface configuration is merged from UserConfig and from these folders.</desc>
</info>
+ <value oor:separator=":"/>
</prop>
<prop oor:name="UserConfig" oor:type="xs:string">
- <!-- Responsible: MBA -->
- <value>$(userurl)/config</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies the folder with the user settings.</desc>
</info>
+ <value>$(userurl)/config</value>
</prop>
<prop oor:name="UserDictionary" oor:type="xs:string">
- <!-- Responsible: TL -->
- <value>$(userurl)/wordbook</value>
<info>
+ <author>TL</author>
<desc xml:lang="en-US">Contains the custom dictionaries.</desc>
</info>
+ <value>$(userurl)/wordbook</value>
</prop>
<prop oor:name="Work" oor:type="xs:string">
- <!-- Responsible: MBA -->
- <value>$(userurl)/work</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies the path of the work folder, which can be modified according to the user's needs. The path specified here can be seen in the Open or Save dialog.</desc>
</info>
+ <value>$(userurl)/work</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains the global path settings, mainly those of the Options dialog.</desc>
- </info>
</group>
<group oor:name="Default">
- <!-- Responsible: MBA -->
+ <info>
+ <author>MBA</author>
+ <desc xml:lang="en-US">Contains the default values of all the paths, which can be modified according to the user's needs. They are used when pressing the Standard-button in the Options dialog.</desc>
+ </info>
<prop oor:name="Addin" oor:type="xs:string">
- <value>$(progpath)/addin</value>
<info>
<desc xml:lang="en-US">Specifies the default directory that contains spreadsheet add-ins which use the old add-in API.</desc>
</info>
+ <value>$(progpath)/addin</value>
</prop>
<prop oor:name="AutoCorrect" oor:type="oor:string-list">
- <value oor:separator=":">$(insturl)/share/autocorr:$(userurl)/autocorr</value>
<info>
<desc xml:lang="en-US">Specifies the default directory for the settings of the AutoCorrect dialog.</desc>
</info>
+ <value oor:separator=":">$(insturl)/share/autocorr:$(userurl)/autocorr</value>
</prop>
<prop oor:name="AutoText" oor:type="oor:string-list">
- <value oor:separator=":">$(insturl)/share/autotext/$(vlang):$(userurl)/autotext</value>
<info>
<desc xml:lang="en-US">Specifies the default directory where the AutoText modules are located.</desc>
</info>
+ <value oor:separator=":">$(insturl)/share/autotext/$(vlang):$(userurl)/autotext</value>
</prop>
<prop oor:name="Backup" oor:type="xs:string">
- <value>$(userurl)/backup</value>
<info>
<desc xml:lang="en-US">Specifies the default directory for the automatic backup copies of documents.</desc>
</info>
+ <value>$(userurl)/backup</value>
</prop>
<prop oor:name="Basic" oor:type="oor:string-list">
- <value oor:separator=":">$(insturl)/share/basic:$(userurl)/basic</value>
<info>
<desc xml:lang="en-US">Specifies the default directory where the Basic files, used by the AutoPilots, are located.</desc>
</info>
+ <value oor:separator=":">$(insturl)/share/basic:$(userurl)/basic</value>
</prop>
<prop oor:name="Bitmap" oor:type="xs:string">
- <value>$(insturl)/share/config/symbol</value>
<info>
<desc xml:lang="en-US">Specifies the default directory where the bitmap files, which can be used for the menu and toolbar icons, are located.</desc>
</info>
+ <value>$(insturl)/share/config/symbol</value>
</prop>
<prop oor:name="Config" oor:type="xs:string">
- <value>$(insturl)/share/config</value>
<info>
<desc xml:lang="en-US">Specifies the default directory where the configuration files are stored.</desc>
</info>
+ <value>$(insturl)/share/config</value>
</prop>
<prop oor:name="Dictionary" oor:type="xs:string">
- <value>$(insturl)/share/wordbook/$(vlang)</value>
<info>
<desc xml:lang="en-US">Specifies the default directory where the provided dictionaries are located.</desc>
</info>
+ <value>$(insturl)/share/wordbook/$(vlang)</value>
</prop>
<prop oor:name="Favorite" oor:type="xs:string">
- <value>$(userurl)/config/folders</value>
<info>
<desc xml:lang="en-US">Specifies the default directory where folder bookmarks are stored.</desc>
</info>
+ <value>$(userurl)/config/folders</value>
</prop>
<prop oor:name="Filter" oor:type="xs:string">
- <value>$(progpath)/filter</value>
<info>
<desc xml:lang="en-US">Specifies the default directory where all the filters are stored.</desc>
</info>
+ <value>$(progpath)/filter</value>
</prop>
<prop oor:name="Gallery" oor:type="oor:string-list">
- <value oor:separator=":">$(insturl)/share/gallery:$(userurl)/gallery</value>
<info>
<desc xml:lang="en-US">Specifies the default directory where the Gallery database and multimedia files are located.</desc>
</info>
+ <value oor:separator=":">$(insturl)/share/gallery:$(userurl)/gallery</value>
</prop>
<prop oor:name="Graphic" oor:type="xs:string">
- <value>$(insturl)/share/gallery</value>
<info>
<desc xml:lang="en-US">Specifies the default directory used by the dialog for opening a graphic or for saving a new graphic.</desc>
</info>
+ <value>$(insturl)/share/gallery</value>
</prop>
<prop oor:name="Help" oor:type="xs:string">
- <value>$(instpath)/help</value>
<info>
<desc xml:lang="en-US">Specifies the default directory where Office help files are located.</desc>
</info>
+ <value>$(instpath)/help</value>
</prop>
<prop oor:name="Linguistic" oor:type="xs:string">
- <value>$(insturl)/share/dict</value>
<info>
<desc xml:lang="en-US">Specifies the default directory where the files that are necessary for the spellcheck are saved.</desc>
</info>
+ <value>$(insturl)/share/dict</value>
</prop>
<prop oor:name="Module" oor:type="xs:string">
- <value>$(progpath)</value>
<info>
<desc xml:lang="en-US">Specifies the default directory which contains the Office modules.</desc>
</info>
+ <value>$(progpath)</value>
</prop>
<prop oor:name="Palette" oor:type="xs:string">
- <value>$(userurl)/config</value>
<info>
<desc xml:lang="en-US">Specifies the default directory for the palette files *.SOB to *.SOF containing user-defined colors and patterns.</desc>
</info>
+ <value>$(userurl)/config</value>
</prop>
<prop oor:name="Plugin" oor:type="oor:string-list">
- <value oor:separator=":">$(userpath)/plugin</value>
<info>
<desc xml:lang="en-US">Specifies the default directory where the Office plugins are located.</desc>
</info>
+ <value oor:separator=":">$(userpath)/plugin</value>
</prop>
<prop oor:name="Temp" oor:type="xs:string">
- <value>$(userurl)/temp</value>
<info>
<desc xml:lang="en-US">Specifies the default directory that is used as a base directory for all temporary Office files.</desc>
</info>
+ <value>$(userurl)/temp</value>
</prop>
<prop oor:name="Template" oor:type="oor:string-list">
- <value oor:separator=":">$(insturl)/share/template/$(vlang):$(userurl)/template</value>
<info>
<desc xml:lang="en-US">Specifies the default directory where all provided templates are located in folders and sub-folders.</desc>
</info>
+ <value oor:separator=":">$(insturl)/share/template/$(vlang):$(userurl)/template</value>
</prop>
<prop oor:name="UIConfig" oor:type="oor:string-list">
- <value oor:separator=":"/>
<info>
<desc xml:lang="en-US">Specifies the default directories for the global user interface configuration. The final user interface configuration is merged from UserConfig and from these folders.</desc>
</info>
+ <value oor:separator=":"/>
</prop>
<prop oor:name="UserConfig" oor:type="xs:string">
- <value>$(userurl)/config</value>
<info>
<desc xml:lang="en-US">Specifies the default directory which stores the user settings.</desc>
</info>
+ <value>$(userurl)/config</value>
</prop>
<prop oor:name="UserDictionary" oor:type="xs:string">
- <value>$(userurl)/wordbook</value>
<info>
<desc xml:lang="en-US">Specifies the default directory which stores the custom dictionaries.</desc>
</info>
+ <value>$(userurl)/wordbook</value>
</prop>
<prop oor:name="Work" oor:type="xs:string">
- <value>$(userurl)/work</value>
<info>
<desc xml:lang="en-US">Specifies the default working directory where user stores documents.</desc>
</info>
+ <value>$(userurl)/work</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains the default values of all the paths, which can be modified according to the user's needs. They are used when pressing the Standard-button in the Options dialog.</desc>
- </info>
</group>
</group>
<group oor:name="Font">
- <!-- Responsible: OS -->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Contains some common settings for fonts.</desc>
</info>
<group oor:name="Substitution">
- <!-- Responsible: OS -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Contains settings for the font substitution.</desc>
+ </info>
<prop oor:name="Replacement" oor:type="xs:boolean">
<!-- OldPath: FontSubstitution -->
<!-- OldLocation: fntsubst.ini -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools - Options - General - Font replacement -->
- <value>false</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Determines if the list of font replacements is applied or not</desc>
<label xml:lang="en-US">Apply replacement table</label>
</info>
+ <value>false</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains settings for the font substitution.</desc>
- </info>
<set oor:name="FontPairs" oor:node-type="FontReplacement">
<!-- OldPath: FontSubstitution-->
<!-- OldLocation: fntsubst.ini-->
- <!-- Responsible: OS-->
<!-- UIHints: Tools - Options - General - Font replacement -->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies a substitution of the requested font, even if this font is available on the user's system.</desc>
</info>
</set>
</group>
<group oor:name="View">
- <!-- Responsible: PB-->
+ <info>
+ <author>PB</author>
+ <desc xml:lang="en-US">Contains the settings for the font selection box in the object bar.</desc>
+ </info>
<prop oor:name="History" oor:type="xs:boolean">
<!-- OldPath: Desktop/FontHistory -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - View -->
- <value>true</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Contains the last five fonts, which are shown on the top of a list, beginning with the last one. This list will be displayed on the font-name-box of the object bar.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="ShowFontBoxWYSIWYG" oor:type="xs:boolean">
<!-- OldPath: Desktop/ShowFontBoxWYSIWYG -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - View -->
- <value>true</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Specifies that the names of the selectable fonts will be displayed with this font.</desc>
</info>
+ <value>true</value>
</prop>
+ </group>
+ <group oor:name="SourceViewFont">
<info>
- <desc xml:lang="en-US">Contains the settings for the font selection box in the object bar.</desc>
+ <author>OS</author>
</info>
+ <prop oor:name="FontName" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the name of the font that is used in source views (HTML source view or BASIC IDE)</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="FontHeight" oor:type="xs:short">
+ <info>
+ <desc xml:lang="en-US">Specifies the height in point of the font that is used in source views (HTML source view or BASIC IDE)</desc>
+ </info>
+ <value>10</value>
+ </prop>
+ <prop oor:name="NonProportionalFontsOnly" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies whether only non-proportional font should be presented on the dialog page.</desc>
+ </info>
+ <value>true</value>
+ </prop>
</group>
- <group oor:name="SourceViewFont">
- <!-- Responsible: OS -->
- <prop oor:name="FontName" oor:type="xs:string">
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the name of the font that is used in source views (HTML source view or BASIC IDE)</desc>
- </info>
- </prop>
- <prop oor:name="FontHeight" oor:type="xs:short">
- <value>10</value>
- <info>
- <desc xml:lang="en-US">Specifies the height in point of the font that is used in source views (HTML source view or BASIC IDE)</desc>
- </info>
- </prop>
- <prop oor:name="NonProportionalFontsOnly" oor:type="xs:boolean">
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies whether only non-proportional font should be presented on the dialog page.</desc>
- </info>
- </prop>
- </group>
- </group>
+ </group>
<group oor:name="Gallery">
- <!-- Responsible: AF -->
+ <info>
+ <author>AF</author>
+ </info>
<prop oor:name="ID_Dialog" oor:type="xs:boolean">
<!-- OldPath: Common/Peets-ID-Dialog -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: AF -->
<!-- UIHints: If entry is set to True, activate context menu on gallery theme -->
- <value>false</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
</info>
+ <value>false</value>
</prop>
</group>
<group oor:name="Menus">
- <!-- Responsible: AS -->
<info>
+ <author>AS</author>
<desc xml:lang="en-US">Contains information about configurable menus.</desc>
</info>
<set oor:name="New" oor:node-type="MenuType">
@@ -1560,28 +1552,30 @@
</info>
</set>
<set oor:name="HelpBookmarks" oor:node-type="MenuType">
- <!-- Responsible: PB -->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Contains all help bookmarks.</desc>
</info>
</set>
</group>
<group oor:name="History">
- <!-- Responsible: AS -->
<!-- OldLocation: soffice.ini -->
+ <info>
+ <author>AS</author>
+ <desc xml:lang="en-US">Contains history information.</desc>
+ </info>
<prop oor:name="HelpBookmarkSize" oor:type="xs:int">
- <!-- Responsible: PB -->
- <value>10000</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Describes the range and current size of the help bookmark history list.</desc>
</info>
<constraints>
<minInclusive oor:value="0"/>
<maxInclusive oor:value="10000"/>
</constraints>
+ <value>10000</value>
</prop>
<prop oor:name="Size" oor:type="xs:int">
- <value>100</value>
<info>
<desc xml:lang="en-US">Describes the range and current size of the history list.</desc>
</info>
@@ -1589,10 +1583,10 @@
<minInclusive oor:value="0"/>
<maxInclusive oor:value="100"/>
</constraints>
+ <value>100</value>
</prop>
<prop oor:name="PickListSize" oor:type="xs:int">
<!--UI hints: File menu-->
- <value>4</value>
<info>
<desc xml:lang="en-US">Describes the range and current size of the picklist shown inside the menu.</desc>
</info>
@@ -1600,10 +1594,8 @@
<minInclusive oor:value="0"/>
<maxInclusive oor:value="9"/>
</constraints>
+ <value>4</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains history information.</desc>
- </info>
<set oor:name="HelpBookmarks" oor:node-type="HistoryType">
<info>
<desc xml:lang="en-US">Contains the most recently opened help documents.</desc>
@@ -1622,143 +1614,145 @@
</set>
</group>
<group oor:name="Internal">
- <!-- Responsible: MBA -->
+ <info>
+ <author>MBA</author>
+ <desc xml:lang="en-US">Contains settings which are used during the Office startup to check for unfinished work.</desc>
+ </info>
<prop oor:name="SendCrashMail" oor:type="xs:boolean">
<!-- OldPath: Common/SendCrashMail -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: MBA -->
- <value>false</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>MBA</author>
</info>
+ <value>false</value>
</prop>
<prop oor:name="UseMailUI" oor:type="xs:boolean">
- <!-- Responsible: MBA -->
- <value>false</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>MBA</author>
</info>
+ <value>false</value>
</prop>
<prop oor:name="Slot" oor:type="xs:boolean">
<!-- OldPath: Common/Slots -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: MBA -->
- <value>false</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>MBA</author>
</info>
+ <value>false</value>
</prop>
<prop oor:name="DevelopmentChart" oor:type="xs:boolean">
- <!-- Responsible: BM -->
- <value>false</value>
<info>
+ <author>BM</author>
<desc xml:lang="en-US">If this option is set to true the new development chart library is used insted of the standard one. Do not set this option to true unless you know exactly what you do. This new library will be unstable and incomplete most of the time. This flag will be removed when the new library is in a stable state.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="CurrentTempURL" oor:type="xs:string">
- <!-- Responsible: CD -->
<info>
+ <author>CD</author>
<desc xml:lang="en-US">Specifies the current or last temp directory. This directory will be removed during shutdown or next office start.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Contains settings which are used during the Office startup to check for unfinished work.</desc>
- </info>
<set oor:name="RecoveryList" oor:node-type="RecoveryEntry">
- <!-- Responsible: AS -->
<info>
+ <author>AS</author>
<desc xml:lang="en-US">Contains the documents that were opened when the office crashed.</desc>
</info>
</set>
</group>
<group oor:name="Save">
- <!-- Responsible: MBA -->
+ <info>
+ <author>MBA</author>
+ <desc xml:lang="en-US">Contains general settings about the saving process.</desc>
+ </info>
<prop oor:name="WorkingSet" oor:type="xs:boolean">
<!-- OldPath: General/Restore -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options - General Save - [Section] Restore editing view - Open documents-->
- <value>false</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies if the all open windows and documents should be saved. If set to true, the URLs of all open documents and all view properties of all open views are saved when terminating the application.</desc>
<label xml:lang="en-US">Open documents</label>
</info>
+ <value>false</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains general settings about the saving process.</desc>
- </info>
<group oor:name="Document">
- <!-- Responsible: MBA -->
+ <info>
+ <author>MBA</author>
+ <desc xml:lang="en-US">Contains settings which specify how documents are saved.</desc>
+ </info>
<prop oor:name="Unpacked" oor:type="xs:boolean">
- <!-- Responsible: MBA -->
<!-- UIHints: File - Save/Save As -->
- <value>false</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Saves OOo 6.0 XML file documents unpacked into a directory. Documents are represented by the directory content and not by a single file.</desc>
<label xml:lang="en-US">Save XML files unpacked</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="UseUserData" oor:type="xs:boolean">
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: File - Save/Save As -->
- <value>true</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Specifies if the user's name should be written into the Properties dialog of the document when saving the document.</desc>
<label xml:lang="en-US">Use data for document properties</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="AutoSave" oor:type="xs:boolean">
<!-- OldPath: General/Save/Documents -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options - General Save - [Section] Save -->
- <value>false</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies whether all modified documents are automatically saved in a time interval.</desc>
<label xml:lang="en-US">AutoSave every</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="CreateBackup" oor:type="xs:boolean">
<!-- OldPath: General/Save/Documents -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options - General Save - [Section] Save -->
- <value>false</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies whether to create a backup copy when a modified document is saved.</desc>
<label xml:lang="en-US">Always create backup copy</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="EditProperty" oor:type="xs:boolean">
<!-- OldPath: General/Save/Documents -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options - General Save - [Section] Save -->
- <value>false</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies if the document properties dialog will be opened for editing every time a document is saved under a new filename.</desc>
<label xml:lang="en-US">Edit document properties before saving</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="AutoSavePrompt" oor:type="xs:boolean">
<!-- OldPath: General/Save/Documents -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options - General Save - [Section] Save -->
- <value>true</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Shows a prompt when doing AutoSave, even when the document already has a filename.</desc>
<label xml:lang="en-US">Prompt to save</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="AutoSaveTimeIntervall" oor:type="xs:int">
<!-- OldPath: General/Save/Documents -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options - General Save - [Section] Save -->
- <value>15</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies the AutoSave time interval in minutes.</desc>
<label xml:lang="en-US">Minutes</label>
</info>
@@ -1766,52 +1760,52 @@
<minInclusive oor:value="1"/>
<maxInclusive oor:value="60"/>
</constraints>
+ <value>15</value>
</prop>
<prop oor:name="ViewInfo" oor:type="xs:boolean">
<!-- OldPath: General/Restore -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options - General Save - [Section] Restore editing view - Document view-->
- <value>true</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Saves view properties of last active document view when saving a document.</desc>
<label xml:lang="en-US">Document view</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="DocumentWindows" oor:type="xs:boolean">
<!-- OldPath: General/Restore -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options - General Save - [Section] Restore editing view - Open windows-->
- <value>false</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies whether all currently open windows of a document should be saved. If true the view properties for all open document views of that document are saved.</desc>
<label xml:lang="en-US">Open windows</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="PrettyPrinting" oor:type="xs:boolean">
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options - General Save - optimize XML file size-->
<!--the UI setting is inverse to this setting-->
- <value>false</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies if files saved in the OOo 6.0 XML file formats should be in pretty printing format. Saving and loading the document takes more time in pretty printing format.</desc>
<label xml:lang="en-US">Open windows</label>
</info>
+ <value>false</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains settings which specify how documents are saved.</desc>
- </info>
</group>
<group oor:name="Graphic">
- <!-- Responsible: MBA -->
+ <info>
+ <author>MBA</author>
+ <desc xml:lang="en-US">Contains settings on how graphics contained in a document should be saved.</desc>
+ </info>
<prop oor:name="Format" oor:type="xs:int">
<!-- OldPath: General/Save/Graphics -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Save - [Section] Save graphics -->
- <value>1</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Specifies how graphics contained in a document are saved.</desc>
<label xml:lang="en-US">Save graphics Normal/Compressed/Original format</label>
</info>
@@ -1832,79 +1826,79 @@
</info>
</enumeration>
</constraints>
+ <value>1</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains settings on how graphics contained in a document should be saved.</desc>
- </info>
</group>
<group oor:name="URL">
- <!-- Responsible: MBA -->
+ <info>
+ <author>MBA</author>
+ <desc xml:lang="en-US">Specifies how URLs in documents should be processed during save.</desc>
+ </info>
<prop oor:name="FileSystem" oor:type="xs:boolean">
<!-- OldPath: General/Save/URL -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options - General Save - [Section] Save URLs relative to -->
- <value>true</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies whether URLs in documents should be saved relative to the file system.</desc>
<label xml:lang="en-US">File system</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Internet" oor:type="xs:boolean">
<!-- OldPath: General/Save/URL -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options - General Save - [Section] Save URLs relative to -->
- <value>true</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies if URLs in documents should be saved relative to the Internet.</desc>
<label xml:lang="en-US">Internet</label>
</info>
+ <value>true</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies how URLs in documents should be processed during save.</desc>
- </info>
</group>
</group>
<group oor:name="Load">
- <!-- Responsible: MBA -->
+ <info>
+ <author>MBA</author>
+ <desc xml:lang="en-US">Contains settings regarding the loading of documents.</desc>
+ </info>
<prop oor:name="UserDefinedSettings" oor:type="xs:boolean">
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options - General Load/Save - General [Section] Load - Load user-defined with the document-->
- <value>true</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies whether the user defined configuration settings are loaded together with the document.</desc>
<label xml:lang="en-US">Load user-defined settings</label>
</info>
+ <value>true</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains settings regarding the loading of documents.</desc>
- </info>
</group>
<group oor:name="Security">
- <!-- Responsible: MBA -->
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Contains security specific Office settings.</desc>
</info>
<group oor:name="Scripting">
- <!-- Responsible: MBA -->
+ <info>
+ <author>MBA</author>
+ <desc xml:lang="en-US">Contains security settings regarding Basic scripts.</desc>
+ </info>
<prop oor:name="SecureURL" oor:type="oor:string-list">
<!-- OldPath: Security/SecureURL -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: MBA -->
<!-- UIHints: Tools - Options - Browser -->
- <value>$(userurl) $(insturl)</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">A list of all trustworthy URLs: file:/ =&gt; All scripts from the local file system including a LAN; private:explorer =&gt; Scripts from the Explorer; private:help =&gt; Scripts in the help system; private:newmenu =&gt; Scripts that are executed by the commands File-New and AutoPilot; private:schedule =&gt; Scripts of the scheduler; private:searchfolder =&gt; Scripts of the searchfolder; private:user =&gt; Scripts that are entered in the URL field.</desc>
</info>
+ <value>$(userurl) $(insturl)</value>
</prop>
<prop oor:name="OfficeBasic" oor:type="xs:int">
<!-- OldPath: Security/StarBASIC -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: MBA -->
<!-- UIHints: Tools - Options - Browser -->
- <value>1</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Determines how Office Basic scripts should be handled.</desc>
</info>
<constraints>
@@ -1924,42 +1918,42 @@
</info>
</enumeration>
</constraints>
+ <value>1</value>
</prop>
<prop oor:name="ExecutePlugins" oor:type="xs:boolean">
- <!-- Responsible: MBA -->
- <value>true</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies whether execution of plugins found inside a document is allowed.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Warning" oor:type="xs:boolean">
- <!-- Responsible: MBA -->
- <value>false</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies whether a warning box should be displayed before executing a script.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="Confirmation" oor:type="xs:boolean">
- <!-- Responsible: MBA -->
- <value>true</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies whether the user must confirm before a basic script can be executed.</desc>
</info>
+ <value>true</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains security settings regarding Basic scripts.</desc>
- </info>
</group>
</group>
<group oor:name="View">
- <!--Responsible: MBA-->
+ <info>
+ <author>MBA</author>
+ <desc xml:lang="en-US">Contains window and dialog settings.</desc>
+ </info>
<prop oor:name="FontScaling" oor:type="xs:short">
<!-- OldPath: General/View -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: PB-->
<!-- UIHints: Tools Options - General View [Section] Display -->
- <value>100</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Specifies the scaling only of the screen representation [UNIT=%].</desc>
<label xml:lang="en-US">Scaling</label>
</info>
@@ -1967,14 +1961,14 @@
<minInclusive oor:value="50"/>
<maxInclusive oor:value="200"/>
</constraints>
+ <value>100</value>
</prop>
<prop oor:name="LookAndFeel" oor:type="xs:short">
<!-- OldPath: General/View -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools Options - General View [Section] Display -->
- <value>0</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Determines the look and feel of the application.</desc>
<label xml:lang="en-US">Look &amp; Feel</label>
</info>
@@ -2000,27 +1994,27 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains window and dialog settings.</desc>
- </info>
<group oor:name="AppWindow">
- <!-- Responsible: MBA -->
+ <info>
+ <author>MBA</author>
+ <desc xml:lang="en-US">Contains settings on how the application window should be displayed.</desc>
+ </info>
<prop oor:name="FullScreen" oor:type="xs:boolean">
<!-- OldPath: soffice-view/App-Window -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: MBA -->
- <value>false</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies whether the application window should be opened in Fullscreen mode.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="Preference" oor:type="xs:int">
<!-- OldPath: soffice-view/App-Window -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: MBA -->
- <value>0</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies the preferred view of the application window.</desc>
</info>
<constraints>
@@ -2040,53 +2034,53 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains settings on how the application window should be displayed.</desc>
- </info>
</group>
<group oor:name="Dialog">
- <!-- Responsible: MBA -->
+ <info>
+ <author>MBA</author>
+ <desc xml:lang="en-US">Contains settings which specify how dialogs and toolbars should be displayed.</desc>
+ </info>
<prop oor:name="ButtonLarge" oor:type="xs:boolean">
<!-- OldPath: General/View -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options - General View [Section] Buttons -->
- <value>false</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies whether toolbar buttons should be drawn large or small. True means large.</desc>
<label xml:lang="en-US">Large buttons</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="ButtonFlat" oor:type="xs:boolean">
<!-- OldPath: General/View -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options - General View [Section] Buttons -->
- <value>true</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies whether toolbox buttons should be drawn with a flat or 3D design. True means flat design.</desc>
<label xml:lang="en-US">Flat buttons</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="ColoredTab" oor:type="xs:boolean">
<!-- OldPath: General/View -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools Options - General View [Section] Options -->
- <value>false</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Specifies TabDialogs with colored tab control (True)</desc>
<label xml:lang="en-US">Colored tab controls</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="MousePositioning" oor:type="xs:short">
<!-- OldPath: General/View -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools Options - General View [Section] Mouse positioning -->
- <value>2</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Determines the automatic mouse positioning on dialogs: 0 - Default button 1 - Dialog center 2 - No automatic positioning</desc>
<label xml:lang="en-US">Mouse positioning</label>
</info>
@@ -2107,13 +2101,13 @@
</info>
</enumeration>
</constraints>
+ <value>2</value>
</prop>
<prop oor:name="MiddleMouseButton" oor:type="xs:short">
<!-- OldPath: General/View -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options - General View [Section] Middle mouse button -->
- <value>1</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Determines the action assigned to the middle mouse button: 0 - No action 1 -Auto scroll 2 - Paste selection.</desc>
<label xml:lang="en-US">Middle mouse button</label>
</info>
@@ -2134,36 +2128,34 @@
</info>
</enumeration>
</constraints>
+ <value>1</value>
</prop>
<prop oor:name="SingleLineTab" oor:type="xs:boolean">
<!-- OldPath: General/View -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools Options - General View [Section] Options -->
- <value>false</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Specifies TabDialogs with single line tab control (True).</desc>
<label xml:lang="en-US">Single line tab controls</label>
</info>
+ <value>false</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains settings which specify how dialogs and toolbars should be displayed.</desc>
- </info>
</group>
<group oor:name="Localisation">
<prop oor:name="AutoMnemonic" oor:type="xs:boolean" oor:localized="true">
<!-- OldPath: International/AutoMnemonic -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: VK-->
<info>
+ <author>VK</author>
<desc xml:lang="en-US">Specifies if shortcuts are assigned automatically.</desc>
</info>
</prop>
<prop oor:name="DialogScale" oor:type="xs:int" oor:localized="true">
<!-- OldPath: International/DialogScaleX -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: VK-->
<info>
+ <author>VK</author>
<desc xml:lang="en-US">Specifies the factor for increasing controls.</desc>
</info>
<constraints>
@@ -2173,50 +2165,52 @@
</prop>
</group>
<group oor:name="Menu">
- <!--Responsible: PB-->
+ <info>
+ <author>PB</author>
+ <desc xml:lang="en-US">Contains menu view settings.</desc>
+ </info>
<prop oor:name="DontHideDisabledEntry" oor:type="xs:boolean">
<!-- OldPath: Desktop/DontHideDisabledEntry -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - View -->
- <value>true</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Shows all deactivated menu entries. Menu commands that are normally not necessary are hidden by default.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="ShowIconsInMenues" oor:type="xs:boolean">
<!-- OldPath: General/View -->
- <!-- Responsible: CD -->
<!-- UIHints: Tools Options - General View [Section] Options -->
- <value>true</value>
<info>
+ <author>CD</author>
<desc xml:lang="en-US">Indicates whether icons in the office menus should be displayed.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="FollowMouse" oor:type="xs:boolean">
<!-- OldPath: General/View -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools Options - General View [Section] Options -->
- <value>true</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Specifies automatic selection while moving the mouse over a menu (True).</desc>
<label xml:lang="en-US">Menu follows mouse pointer</label>
</info>
+ <value>true</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains menu view settings.</desc>
- </info>
</group>
<group oor:name="Window">
- <!-- Responsible: MBA -->
+ <info>
+ <author>MBA</author>
+ <desc xml:lang="en-US">Contains settings for general windows used by the Office.</desc>
+ </info>
<prop oor:name="Drag" oor:type="xs:short">
<!-- OldPath: General/View -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools Options - General View [Section] Display -->
- <value>2</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Specifies the representation of the window while dragging.</desc>
<label xml:lang="en-US">Window Drag</label>
</info>
@@ -2237,14 +2231,15 @@
</info>
</enumeration>
</constraints>
+ <value>2</value>
</prop>
<prop oor:name="Key" oor:type="xs:int">
<!-- OldPath: soffice_View/Window -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: MBA -->
<!-- Notice: LM: Description is missing 5962Window=V1,995/150/280/321,H,0,AL:(16,4,0/0/400/250)#100 -->
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>MBA</author>
</info>
</prop>
<prop oor:name="Version" oor:type="xs:string">
@@ -2252,24 +2247,24 @@
<!-- OldLocation: soffice.ini -->
<!-- Notice: LM: Description is missing -->
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
</info>
</prop>
<prop oor:name="State" oor:type="xs:boolean">
<!-- OldPath: soffice_View/Window -->
<!-- OldLocation: soffice.ini -->
<!-- Notice: LM: Description is missing -->
- <value>false</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
</info>
+ <value>false</value>
</prop>
<prop oor:name="Flag" oor:type="xs:int">
<!-- OldPath: soffice_View/Window -->
<!-- OldLocation: soffice.ini -->
<!-- Notice: LM: Description is missing -->
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
</info>
<constraints>
<enumeration oor:value="01">
@@ -2309,39 +2304,39 @@
<!-- OldLocation: soffice.ini -->
<!-- Notice: LM: Description is missing -->
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Contains settings for general windows used by the Office.</desc>
- </info>
</group>
<group oor:name="SplitWindow">
- <!-- Responsible: MBA -->
+ <info>
+ <deprecated/>
+ <author>MBA</author>
+ </info>
<prop oor:name="Key" oor:type="xs:string">
<!-- OldPath: soffice_View/SplitWindow -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: MBA -->
<!-- Notice: LM: Description is missing 0SplitWindow=V1,2,1,0,6308 -->
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>MBA</author>
</info>
</prop>
<prop oor:name="Version" oor:type="xs:int">
<!-- OldPath: soffice_View/SplitWindow -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: MBA -->
<!-- Notice: LM: Description is missing -->
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>MBA</author>
</info>
</prop>
<prop oor:name="State" oor:type="xs:int">
<!-- OldPath: soffice_View/SplitWindow -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: MBA -->
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>MBA</author>
</info>
<constraints>
<enumeration oor:value="0">
@@ -2368,54 +2363,49 @@
</prop>
<prop oor:name="Count" oor:type="xs:int">
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
</info>
<!-- OldPath: soffice_View/SplitWindow -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: MBA -->
<!-- Notice: LM: Description is missing -->
</prop>
<prop oor:name="Sequence" oor:type="xs:int">
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
</info>
<!-- OldPath: soffice_View/SplitWindow -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: MBA -->
<!-- Notice: LM: Description is missing -->
</prop>
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
</group>
<group oor:name="FontAntiAliasing">
<prop oor:name="Enabled" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies whether fonts should be antialiased. This setting is used on UNIX systems only.</desc>
<label xml:lang="en-US">Font Antialiasing Enabled</label>
</info>
- <!-- Responsible: HDU -->
+ <value>true</value>
</prop>
<prop oor:name="MinPixelHeight" oor:type="xs:short">
- <value>8</value>
<info>
<desc xml:lang="en-US">If Font Antialiasing is enabled, this values specifies an additional limit. Fonts which are smaller than the value given as limit here are not antialiased.</desc>
<label xml:lang="en-US">Font Antialiasing Minimum Pixel Height</label>
</info>
- <!-- Responsible: HDU -->
+ <value>8</value>
</prop>
</group>
</group>
<group oor:name="Undo">
- <!-- Responsible: MBA -->
+ <info>
+ <author>MBA</author>
+ <desc xml:lang="en-US">Contains the settings regarding the undo operation in the Office.</desc>
+ </info>
<prop oor:name="Steps" oor:type="xs:int">
<!-- OldPath: General/Undo -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options - General Save - [Section] Undo -->
- <value>20</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies how many operations can be undone in a row.</desc>
<label xml:lang="en-US">Number of steps</label>
</info>
@@ -2431,10 +2421,8 @@
</info>
</maxInclusive>
</constraints>
+ <value>20</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains the settings regarding the undo operation in the Office.</desc>
- </info>
</group>
<group oor:name="Setup">
<group oor:name="Language">
@@ -2449,387 +2437,389 @@
</group>
</group>
<group oor:name="Print">
- <!-- Responsible: AF -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Specifies options related to printing.</desc>
+ </info>
<prop oor:name="PrintingModifiesDocument" oor:type="xs:boolean">
- <!-- Responsible: (MBA)-->
<!-- UIHints: Tools Options - General Print [Section] PrinterOptions-->
- <value>true</value>
<info>
+ <author>(MBA)</author>
<desc xml:lang="en-US">Specifies if printing a document can modify a document due to reformating.</desc>
<label xml:lang="en-US">(PrinterOptions) PrintingModifiesDocument</label>
</info>
+ <value>true</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies options related to printing.</desc>
- </info>
<group oor:name="Warning">
- <!-- Responsible: (OS) -->
+ <info>
+ <author>(OS)</author>
+ <desc xml:lang="en-US">Contains settings for print specific warnings.</desc>
+ </info>
<prop oor:name="PaperSize" oor:type="xs:boolean">
<!-- OldPath: General/Print/Warning -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: (OS) -->
<!-- UIHints: Tools Options - General Print [Section] Warnings -->
- <value>false</value>
<info>
+ <author>(OS)</author>
<desc xml:lang="en-US">Specifies if a warning should be displayed in case the printout requires a specific paper size</desc>
<label xml:lang="en-US">(Warnings) Paper size</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="PaperOrientation" oor:type="xs:boolean">
<!-- OldPath: General/Print/Warning -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: (OS) -->
<!-- UIHints: Tools Options - General Print [Section] Warnings -->
- <value>false</value>
<info>
+ <author>(OS)</author>
<desc xml:lang="en-US">Specifies if a warning should be displayed in case the printout requires a specific paper orientation</desc>
<label xml:lang="en-US">(Warnings) Paper orientation</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="NotFound" oor:type="xs:boolean">
<!-- OldPath: General/Print/Warning -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: (OS) -->
<!-- UIHints: Tools Options - General Print [Section] Warnings -->
- <value>false</value>
<info>
+ <author>(OS)</author>
<desc xml:lang="en-US">Specifies if a warning should be displayed in case the printer defined in the document was not found</desc>
<label xml:lang="en-US">(Warnings) Not found</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="Transparency" oor:type="xs:boolean">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] Warnings -->
- <value>true</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Specifies if a warning should be displayed in case the printout contains transparent objects.</desc>
<label xml:lang="en-US">(Warnings) Transparency</label>
</info>
+ <value>true</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains settings for print specific warnings.</desc>
- </info>
</group>
<group oor:name="Option">
- <!-- Responsible: AF -->
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Options related to printing.</desc>
</info>
<group oor:name="Printer">
+ <info>
+ <desc xml:lang="en-US">Options related to printing.</desc>
+ </info>
<prop oor:name="ReduceTransparency" oor:type="xs:boolean">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrinterOptions-->
- <value>false</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Indicates whether to ignore transparency for the output of objects.</desc>
<label xml:lang="en-US">(PrinterOptions) ReduceTransparency</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="ReducedTransparencyMode" oor:type="xs:short">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrinterOptions-->
- <value>0</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Specifies type of transparency reduction: 0 - Automatically determine reduction, 1 - Allways disabled.</desc>
<label xml:lang="en-US">(PrinterOptions) ReducedTransparencyMode</label>
</info>
+ <value>0</value>
</prop>
<prop oor:name="ReduceGradients" oor:type="xs:boolean">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrinterOptions-->
- <value>false</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Indicates whether to reduce memory usage for output of gradients by limiting the number of gradient steps.</desc>
<label xml:lang="en-US">(PrinterOptions) ReduceGradients</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="ReducedGradientMode" oor:type="xs:short">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrinterOptions-->
- <value>0</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Specifies type of gradient reduction: 0 - reduce the number of stripes, 1 - reduce to color.</desc>
<label xml:lang="en-US">(PrinterOptions) ReducedGradientMode</label>
</info>
+ <value>0</value>
</prop>
<prop oor:name="ReducedGradientStepCount" oor:type="xs:short">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrinterOptions-->
- <value>64</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Specifies the Mmximum number stripes used for output of gradients.</desc>
<label xml:lang="en-US">(PrinterOptions) ReducedGradientStepCount</label>
</info>
+ <value>64</value>
</prop>
<prop oor:name="ReduceBitmaps" oor:type="xs:boolean">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrinterOptions-->
- <value>false</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Indicates whether to reduce the memory usage of bitmaps for print process by limiting the resolution.</desc>
<label xml:lang="en-US">(PrinterOptions) ReduceBitmaps</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="ReducedBitmapMode" oor:type="xs:short">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrinterOptions-->
- <value>1</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Specifies type of bitmap reduction: 0 - Automatically determine optimal resolution, 1 - Use original resolution, 2 - User defined resolution.</desc>
<label xml:lang="en-US">(PrinterOptions) ReducedBitmapMode</label>
</info>
+ <value>1</value>
</prop>
<prop oor:name="ReducedBitmapResolution" oor:type="xs:short">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrinterOptions-->
- <value>3</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Specifies resolution of reduced bitmaps: 0 - 72DPI, 1 - 96DPI, 2 - 150DPI, 3 - 200DPI, 4 - 300DPI, 5 - 600DPI.</desc>
<label xml:lang="en-US">(PrinterOptions) ReducedBitmapResolution</label>
</info>
+ <value>3</value>
</prop>
<prop oor:name="ReducedBitmapIncludesTransparency" oor:type="xs:boolean">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrinterOptions-->
- <value>true</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Indicates whether to reduce the resolution of automatically created substitution bitmaps of transparent objects.</desc>
<label xml:lang="en-US">(PrinterOptions)
- ReducedBitmapIncludesTransparency</label>
+ ReducedBitmapIncludesTransparency</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="ConvertToGreyscales" oor:type="xs:boolean">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrinterOptions-->
- <value>false</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Indicates whether to create only greyscale output of all objects.</desc>
<label xml:lang="en-US">(PrinterOptions) ConvertToGreyscales</label>
</info>
+ <value>false</value>
</prop>
- <info>
- <desc xml:lang="en-US">Options related to printing.</desc>
- </info>
</group>
<group oor:name="File">
<prop oor:name="ReduceTransparency" oor:type="xs:boolean">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrintFileOptions-->
- <value>false</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Indicates whether to ignore transparency for the output of objects.</desc>
<label xml:lang="en-US">(PrintFileOptions) ReduceTransparency</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="ReducedTransparencyMode" oor:type="xs:short">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrintFileOptions-->
- <value>0</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Indicates the type of transparency reduction: 0 - Automatically determine reduction, 1 - Always disabled.</desc>
<label xml:lang="en-US">(PrintFileOptions) ReducedTransparencyMode</label>
</info>
+ <value>0</value>
</prop>
<prop oor:name="ReduceGradients" oor:type="xs:boolean">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrintFileOptions-->
- <value>false</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Indicates whether to reduce memory usage for output of gradients by limiting the number of gradient steps.</desc>
<label xml:lang="en-US">(PrintFileOptions) ReduceGradients</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="ReducedGradientMode" oor:type="xs:short">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrintFileOptions-->
- <value>0</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Indicates the type of gradient reduction: 0 - Reduce the number of stripes, 1 - Reduce to color.</desc>
<label xml:lang="en-US">(PrintFileOptions) ReducedGradientMode</label>
</info>
+ <value>0</value>
</prop>
<prop oor:name="ReducedGradientStepCount" oor:type="xs:short">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrintFileOptions-->
- <value>64</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Specifies the maximum number stripes used for output of gradients.</desc>
<label xml:lang="en-US">(PrintFileOptions) ReducedGradientStepCount</label>
</info>
+ <value>64</value>
</prop>
<prop oor:name="ReduceBitmaps" oor:type="xs:boolean">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrintFileOptions-->
- <value>false</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Indicates whether to reduce the memory usage of bitmaps for the print process by limiting the resolution.</desc>
<label xml:lang="en-US">(PrintFileOptions) ReduceBitmaps</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="ReducedBitmapMode" oor:type="xs:short">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrintFileOptions-->
- <value>1</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Specifies the type of bitmap reduction: 0 - Automatically
determine optimal resolution, 1 - Use original resolution, 2 - User
defined resolution.</desc>
<label xml:lang="en-US">(PrintFileOptions) ReducedBitmapMode</label>
</info>
+ <value>1</value>
</prop>
<prop oor:name="ReducedBitmapResolution" oor:type="xs:short">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrintFileOptions-->
- <value>3</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Specifies the resolution of reduced bitmaps: 0 - 72DPI, 1 - 96DPI,
2 - 150DPI, 3 - 200DPI, 4 - 300DPI, 5 - 600DPI.</desc>
<label xml:lang="en-US">(PrintFileOptions) ReducedBitmapResolution</label>
</info>
+ <value>3</value>
</prop>
<prop oor:name="ReducedBitmapIncludesTransparency" oor:type="xs:boolean">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrintFileOptions-->
- <value>true</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Indicates whether to reduce the resolution of
automatically created substitution bitmaps of transparent
objects.</desc>
<label xml:lang="en-US">(PrintFileOptions) ReducedBitmapIncludesTransparency</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="ConvertToGreyscales" oor:type="xs:boolean">
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - General Print [Section] PrintFileOptions-->
- <value>false</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Indicates whether to create only greyscale output of
all objects.</desc>
<label xml:lang="en-US">(PrintFileOptions) ConvertToGreyscales</label>
</info>
+ <value>false</value>
</prop>
</group>
</group>
</group>
<group oor:name="WorkingSet">
- <!-- Responsible: MBA -->
+ <info>
+ <deprecated/>
+ <author>MBA</author>
+ </info>
<prop oor:name="WindowList" oor:type="oor:string-list">
<!-- OldPath: SavedWorkingSet -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options - General Save -->
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>MBA</author>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
</group>
<group oor:name="AddXMLToStorage">
- <!-- Responsible: OS -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Contains settings specifiing if a XML package is added to the applications binary files.</desc>
+ </info>
<prop oor:name="Writer" oor:type="xs:boolean">
<!-- OldPath: AddXMLToStorage_Writer -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: OS -->
<!-- UIHints: no -->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Defines if a XML package is added to the Writer binary files.</desc>
</info>
</prop>
<prop oor:name="Calc" oor:type="xs:boolean">
<!-- OldPath: AddXMLToStorage_Calc -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: OS -->
<!-- UIHints: no -->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Defines if a XML package is added to the Calc binary files.</desc>
</info>
</prop>
<prop oor:name="Impress" oor:type="xs:boolean">
<!-- OldPath: AddXMLToStorage_Impress -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: OS -->
<!-- UIHints: no -->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Defines if a XML package is added to the Impress binary files.</desc>
</info>
</prop>
<prop oor:name="Draw" oor:type="xs:boolean">
<!-- OldPath: AddXMLToStorage_Draw -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: OS -->
<!-- UIHints: no -->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Defines if a XML package is added to the Draw binary files.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Contains settings specifiing if a XML package is added to the applications binary files.</desc>
- </info>
</group>
<group oor:name="Help">
<prop oor:name="Locale" oor:type="xs:string">
- <!-- Responsible: ABI -->
<info>
+ <author>ABI</author>
<desc xml:lang="en-US">Determines the locale for the help pages.</desc>
</info>
</prop>
<prop oor:name="System" oor:type="xs:string">
- <!-- Responsible: ABI -->
<info>
+ <author>ABI</author>
<desc xml:lang="en-US">Determines the operating system on which the help system is displayed.</desc>
</info>
</prop>
<prop oor:name="Tip" oor:type="xs:boolean">
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: MBA-->
<!-- UIHints: Help menu-->
- <value>true</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Activates the Tip help.</desc>
<label xml:lang="en-US">Tips</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="ExtendedTip" oor:type="xs:boolean">
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: MBA-->
<!-- UIHints: Help menu-->
- <value>false</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Activates the Extended help.</desc>
<label xml:lang="en-US">Extended Tips</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="HelpStyleSheet" oor:type="xs:string">
- <!-- Responsible: ABI -->
- <value>Default</value>
<info>
+ <author>ABI</author>
<desc xml:lang="en-US">Specifies the name of the stylesheet used to display help content.</desc>
</info>
+ <value>Default</value>
</prop>
<group oor:name="HelpAgent">
- <!-- Responsible: MBA-->
+ <info>
+ <author>MBA</author>
+ </info>
<prop oor:name="Enabled" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies whether the HelpAgent is enabled.</desc>
<label xml:lang="en-US">enable HelpAgent</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Timeout" oor:type="xs:int">
- <value>30</value>
<info>
<desc xml:lang="en-US">Specifies the timeout value in seconds after which the HelpAgent is closed automatically if ignored by the user.</desc>
<label xml:lang="en-US">HelpAgent timeout</label>
</info>
+ <value>30</value>
</prop>
<prop oor:name="RetryLimit" oor:type="xs:int">
- <value>3</value>
<info>
<desc xml:lang="en-US">Specifies how often the user must ignore a given HelpAgent topic until it is disregarded in the future (any requests for this topic will be dropped silently).</desc>
<label xml:lang="en-US">HelpAgent retry limit</label>
</info>
+ <value>3</value>
</prop>
<set oor:name="IgnoreList" oor:node-type="NameCounter">
<info>
@@ -2839,7 +2829,9 @@
</set>
</group>
<group oor:name="Registration">
- <!-- Responsible: FS-->
+ <info>
+ <author>FS</author>
+ </info>
<prop oor:name="URL" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Contains a string specifying the URL to be used for online registration.</desc>
@@ -2851,49 +2843,51 @@
</info>
</prop>
<prop oor:name="RequestDialog" oor:type="xs:int">
- <value>2</value>
<info>
<desc xml:lang="en-US">Contains the number used internally to determine when the dialog should be started.</desc>
</info>
+ <value>2</value>
</prop>
<prop oor:name="ShowMenuItem" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Contains a boolean specifying if the "Registration..." menu item is available.</desc>
</info>
+ <value>true</value>
</prop>
</group>
</group>
<group oor:name="Java">
- <!-- Responsible: JL -->
<info>
+ <author>JL</author>
<desc xml:lang="en-US">Contains Java related settings.</desc>
</info>
<group oor:name="Applet">
+ <info>
+ <desc xml:lang="en-US">Contains Applet related settings.</desc>
+ </info>
<prop oor:name="Enable" oor:type="xs:boolean">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<!-- UIHints: Tools Options Security Enable Applets -->
- <value>true</value>
<info>
<desc xml:lang="en-US">Enables/disables Java applets in Office documents.</desc>
<label xml:lang="en-US">Enable Applets</label>
</info>
+ <value>true</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains Applet related settings.</desc>
- </info>
</group>
</group>
<group oor:name="Vectorize">
- <!-- Responsible: AF -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Options related to the vectorization of bitmaps.</desc>
+ </info>
<prop oor:name="ColorCount" oor:type="xs:short">
<!-- OldPath: Draw_Impress/Vectorize -->
<!-- OldLocation: drawing.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Select bitmap =&amp;gt; context menu convert To polygon -->
- <value>8</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Number of
colors used to create a vector graphic in Draw/Impress [UNIT=count].</desc>
<label xml:lang="en-US">Number of colors</label>
@@ -2902,14 +2896,14 @@
<minInclusive oor:value="8"/>
<maxInclusive oor:value="32"/>
</constraints>
+ <value>8</value>
</prop>
<prop oor:name="PointReduce" oor:type="xs:short">
<!-- OldPath: Draw_Impress/Vectorize -->
<!-- OldLocation: drawing.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Select bitmap =&amp;gt; context menu convert To polygon -->
- <value>0</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Number of
pixels to be used as one pixel when creating a vector
graphic.</desc>
@@ -2919,187 +2913,187 @@
<minInclusive oor:value="0"/>
<maxInclusive oor:value="32"/>
</constraints>
+ <value>0</value>
</prop>
<prop oor:name="FillHole" oor:type="xs:boolean">
<!-- OldPath: Draw_Impress/Vectorize -->
<!-- OldLocation: drawing.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Select bitmap =&amp;gt; context menu convert To polygon -->
- <value>false</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Indicates whether to
create a tiled background before vectorizing.</desc>
<label xml:lang="en-US">Fill holes</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="TileExtent" oor:type="xs:short">
<!-- OldPath: Draw_Impress/Vectorize -->
<!-- OldLocation: drawing.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Select bitmap =&amp;gt; context menu convert To polygon -->
- <value>32</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Specifies the extent of background tiles that are used for
- vectorizing [UNIT=pixel].</desc>
+ vectorizing [UNIT=pixel].</desc>
<label xml:lang="en-US">Tile extent</label>
</info>
<constraints>
<minInclusive oor:value="8"/>
<maxInclusive oor:value="128"/>
</constraints>
+ <value>32</value>
</prop>
- <info>
- <desc xml:lang="en-US">Options related to the vectorization of bitmaps.</desc>
- </info>
</group>
<group oor:name="Image">
- <!-- Responsible: AF -->
+ <info>
+ <author>AF</author>
+ </info>
<group oor:name="Color">
<prop oor:name="Grayscale" oor:type="xs:short">
<!-- OldPath: Image/Colors -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Colors [Section] Grayscale -->
- <value>256</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">Number</label>
</info>
<constraints>
<minInclusive oor:value="4"/>
<maxInclusive oor:value="256"/>
</constraints>
+ <value>256</value>
</prop>
<prop oor:name="PosterColor" oor:type="xs:short">
<!-- OldPath: Image/Colors -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Colors [Section] Poster colors -->
- <value>16</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">Number</label>
</info>
<constraints>
<minInclusive oor:value="1"/>
<maxInclusive oor:value="64"/>
</constraints>
+ <value>16</value>
</prop>
<prop oor:name="Brightness" oor:type="xs:int">
<!-- OldPath: Image/Colors -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Colors [Section] Brightness and Contrast -->
- <value>10</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">Brightness</label>
</info>
<constraints>
<minInclusive oor:value="0"/>
<maxInclusive oor:value="100"/>
</constraints>
+ <value>10</value>
</prop>
<prop oor:name="Contrast" oor:type="xs:int">
<!-- OldPath: Image/Colors -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Colors [Section] Brightness and Contrast -->
- <value>10</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">Contrast</label>
</info>
<constraints>
<minInclusive oor:value="0"/>
<maxInclusive oor:value="100"/>
</constraints>
+ <value>10</value>
</prop>
<prop oor:name="RotationAngle" oor:type="xs:int">
<!-- OldPath: Image/Colors -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Colors [Section] Rotation -->
- <value>4500</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">Angle</label>
</info>
<constraints>
<minInclusive oor:value="0"/>
<maxInclusive oor:value="36000"/>
</constraints>
+ <value>4500</value>
</prop>
<prop oor:name="LeftRight" oor:type="xs:boolean">
<!-- OldPath: Image/Colors -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Colors [Section] Rotation -->
- <value>true</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">To the left / To the right</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="BlackWhiteThreshold" oor:type="xs:int">
<!-- OldPath: Image/Colors -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Colors [Section] Black &amp; White -->
- <value>50</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">Threshold value</label>
</info>
<constraints>
<minInclusive oor:value="0"/>
<maxInclusive oor:value="100"/>
</constraints>
+ <value>50</value>
</prop>
<group oor:name="RGB">
<prop oor:name="Red" oor:type="xs:int">
<!-- OldPath: Image/Colors/RGB -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Colors - [Section] RGB values -->
- <value>10</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">Red</label>
</info>
<constraints>
<minInclusive oor:value="0"/>
<maxInclusive oor:value="100"/>
</constraints>
+ <value>10</value>
</prop>
<prop oor:name="Green" oor:type="xs:int">
<!-- OldPath: Image/Colors/RGB -->
<!-- OldLocation: Soffice.cfg -->
<!-- UIHints: Tools Options - Picture Colors - [Section] RGB values -->
- <value>10</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
<label xml:lang="en-US">Green</label>
</info>
<constraints>
<minInclusive oor:value="0"/>
<maxInclusive oor:value="100"/>
</constraints>
+ <value>10</value>
</prop>
<prop oor:name="Blue" oor:type="xs:int">
<!-- OldPath: Image/Colors/RGB -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Colors - [Section] RGB values -->
- <value>10</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">Blue</label>
</info>
<constraints>
<minInclusive oor:value="0"/>
<maxInclusive oor:value="100"/>
</constraints>
+ <value>10</value>
</prop>
</group>
</group>
@@ -3107,41 +3101,40 @@
<prop oor:name="MosaicX_Tile" oor:type="xs:short">
<!-- OldPath: Image/Effects -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Effects - [Section] Mosaic -->
- <value>4</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">X Tile</label>
</info>
<constraints>
<minInclusive oor:value="1"/>
<maxInclusive oor:value="999"/>
</constraints>
+ <value>4</value>
</prop>
<prop oor:name="MosaicY_Tile" oor:type="xs:short">
<!-- OldPath: Image/Effects -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Effects - [Section] Mosaic -->
- <value>4</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">Y Tile</label>
</info>
<constraints>
<minInclusive oor:value="1"/>
<maxInclusive oor:value="999"/>
</constraints>
+ <value>4</value>
</prop>
<prop oor:name="Definition" oor:type="xs:short">
<!-- OldPath: Image/Effects -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Effects - [Section] Mosaic -->
- <value>2</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">Definition</label>
</info>
<constraints>
@@ -3150,72 +3143,72 @@
<enumeration oor:value="2"/>
<enumeration oor:value="3"/>
</constraints>
+ <value>2</value>
</prop>
<prop oor:name="SolarizationThreshold" oor:type="xs:int">
<!-- OldPath: Image/Effects -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Effects - [Section] Solarization -->
- <value>10</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">Threshold value</label>
</info>
<constraints>
<minInclusive oor:value="0"/>
<maxInclusive oor:value="100"/>
</constraints>
+ <value>10</value>
</prop>
<prop oor:name="Invert" oor:type="xs:boolean">
<!-- OldPath: Image/Effects -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Effects - [Section] Solarization -->
- <value>false</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">Invert</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="TileX_Tile" oor:type="xs:short">
<!-- OldPath: Image/Effects -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Effects - [Section] Tile -->
- <value>4</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">X Tile</label>
</info>
<constraints>
<minInclusive oor:value="1"/>
<maxInclusive oor:value="999"/>
</constraints>
+ <value>4</value>
</prop>
<prop oor:name="TileY_Tile" oor:type="xs:short">
<!-- OldPath: Image/Effects -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Effects - [Section] Tile -->
- <value>4</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">Y Tile</label>
</info>
<constraints>
<minInclusive oor:value="1"/>
<maxInclusive oor:value="999"/>
</constraints>
+ <value>4</value>
</prop>
<prop oor:name="Degree" oor:type="xs:short">
<!-- OldPath: Image/Effects -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Effects - [Section] Definition -->
<!-- Notice: Description in the enumeration is missing -->
- <value>2</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">Degree</label>
</info>
<constraints>
@@ -3224,21 +3217,22 @@
<enumeration oor:value="2"/>
<enumeration oor:value="3"/>
</constraints>
+ <value>2</value>
</prop>
<prop oor:name="Intensity" oor:type="xs:int">
<!-- OldPath: Image/Effects -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
<!-- UIHints: Tools Options - Picture Effects - [Section] Aging -->
- <value>10</value>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
+ <author>AF</author>
<label xml:lang="en-US">Intensity</label>
</info>
<constraints>
<minInclusive oor:value="0"/>
<maxInclusive oor:value="100"/>
</constraints>
+ <value>10</value>
</prop>
</group>
</group>
@@ -3246,87 +3240,87 @@
<prop oor:name="TwoDigitYear" oor:type="xs:int">
<!-- OldPath: General/Other -->
<!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: NN -->
<!-- UIHints: Tools - Options - General - Other - Year (two digits) -->
- <value>1930</value>
<info>
+ <author>NN</author>
<desc xml:lang="en-US">Specifies the first year that can be entered using two-digit-year date formats.</desc>
<label xml:lang="en-US">First two-digit year</label>
</info>
+ <value>1930</value>
</prop>
</group>
<group oor:name="Filter">
- <!-- Responsible: SJ / OS / KA-->
<info>
+ <author>SJ / OS / KA</author>
<desc xml:lang="en-US">Specifies default settings of Microsoft-, Graphic- and HTML filters.</desc>
</info>
<group oor:name="Microsoft">
- <!-- Responsible: SJ -->
<info>
+ <author>SJ</author>
<desc xml:lang="en-US">Specifies default settings of Microsoft filters.</desc>
</info>
<group oor:name="Import">
+ <info>
+ <desc xml:lang="en-US">Specifies default settings of Microsoft import filters.</desc>
+ </info>
<prop oor:name="MathTypeToMath" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies if convertable MathType OLE objects are converted into Math objects.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="WinWordToWriter" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies if convertable WinWord OLE objects are converted into Writer objects.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="ExcelToCalc" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies if convertable Excel OLE objects are converted into Calc objects.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="PowerPointToImpress" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies if convertable PowerPoint OLE objects are converted into Impress objects.</desc>
</info>
+ <value>false</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies default settings of Microsoft import filters.</desc>
- </info>
</group>
<group oor:name="Export">
+ <info>
+ <desc xml:lang="en-US">Specifies default settings of Microsoft export filters.</desc>
+ </info>
<prop oor:name="MathToMathType" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies if embedded Math objects are converted into MathType objects.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="WriterToWinWord" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies if embedded Writer objects are converted into WinWord objects.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="CalcToExcel" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies if embedded Calc objects are converted into Excel objects.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="ImpressToPowerPoint" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies if embedded Impress objects are converted into PowerPoint objects.</desc>
</info>
+ <value>false</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies default settings of Microsoft export filters.</desc>
- </info>
</group>
</group>
<group oor:name="Graphic">
- <!-- Responsible: SJ -->
<info>
+ <author>SJ</author>
<desc xml:lang="en-US">Specifies default settings of graphic import and export dialogs.</desc>
</info>
<group oor:name="Import">
@@ -3334,10 +3328,12 @@
<desc xml:lang="en-US">Specifies default settings of graphic import dialogs.</desc>
</info>
<group oor:name="PCD">
+ <info>
+ <desc xml:lang="en-US">Specifies default settings of the PCD - Photo CD Base import dialog.</desc>
+ </info>
<prop oor:name="Resolution" oor:type="xs:int">
<!-- OldPath: PCD-IMPORT-RESOLUTION -->
<!-- OldLocation: fltopt.ini -->
- <value>2</value>
<info>
<desc xml:lang="en-US">Specifies import resolution of PCD graphics.</desc>
<label xml:lang="en-US">Resolution - Base16 / Base4 / Base</label>
@@ -3359,10 +3355,8 @@
</info>
</enumeration>
</constraints>
+ <value>2</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies default settings of the PCD - Photo CD Base import dialog.</desc>
- </info>
</group>
</group>
<group oor:name="Export">
@@ -3370,11 +3364,13 @@
<desc xml:lang="en-US">Specifies default settings of graphic export dialogs.</desc>
</info>
<group oor:name="BMP">
+ <info>
+ <desc xml:lang="en-US">Specifies default settings of the Windows Bitmap export dialog.</desc>
+ </info>
<prop oor:name="ExportMode" oor:type="xs:int">
<!-- OldPath: BMP-EXPORT-MODE -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype BMP-MS Windows - [dialog] BMP Options -->
- <value>0</value>
<info>
<desc xml:lang="en-US">Specifies usable export modes.</desc>
<label xml:lang="en-US">Mode - Original / Resolution / Size</label>
@@ -3397,12 +3393,12 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</prop>
<prop oor:name="Resolution" oor:type="xs:int">
<!-- OldPath: BMP-EXPORT-RES -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype BMP-MS Windows - [dialog] BMP Options -->
- <value>75</value>
<info>
<desc xml:lang="en-US">Specifies resolution which is to be used if export mode is 1. [UNIT=dpi]</desc>
<label xml:lang="en-US">Resolution</label>
@@ -3429,11 +3425,11 @@
</info>
</enumeration>
</constraints>
+ <value>75</value>
</prop>
<prop oor:name="Color" oor:type="xs:int">
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype BMP-MS Windows - [dialog] BMP Options -->
- <value>0</value>
<info>
<desc xml:lang="en-US">Specifies number colors that are to be used for the export.</desc>
<label xml:lang="en-US">Color resolution</label>
@@ -3482,20 +3478,18 @@
<minInclusive oor:value="0"/>
<maxInclusive oor:value="7"/>
</constraints>
+ <value>0</value>
</prop>
<prop oor:name="RLE_Coding" oor:type="xs:boolean">
<!-- OldPath: BMP-RLE_CODING -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype BMP-MS Windows - [dialog] BMP Options -->
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies if Run-Length-Encoding should be used in the export.</desc>
<label xml:lang="en-US">RLE coding</label>
</info>
+ <value>true</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies default settings of the Windows Bitmap export dialog.</desc>
- </info>
<node-ref oor:name="Size" oor:node-type="GraphicSize">
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype BMP-MS Windows - [dialog] BMP Options -->
@@ -3504,8 +3498,10 @@
<group oor:name="EPS">
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype File Export Filetype EPS-Encapsulated Postscript -->
+ <info>
+ <desc xml:lang="en-US">Specifies default settings of the EPS - Encapsualted Postscript export dialog.</desc>
+ </info>
<prop oor:name="Preview" oor:type="xs:int">
- <value>0</value>
<info>
<desc xml:lang="en-US">Specifies if a preview graphic should be exported together with the Encapsulated PostScript file.
Due to the fact that most programs can't render eps graphics, it is useful to
@@ -3539,9 +3535,9 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</prop>
<prop oor:name="Version" oor:type="xs:int">
- <value>2</value>
<info>
<desc xml:lang="en-US">Specifies the PostScript version that has to be used for the EPS export. Because not every PostScript printer is capable of version 2 PostScript, it
is sometimes necessary to create version 1 PostScript graphics.
@@ -3560,9 +3556,9 @@
</info>
</enumeration>
</constraints>
+ <value>2</value>
</prop>
<prop oor:name="ColorFormat" oor:type="xs:int">
- <value>2</value>
<info>
<desc xml:lang="en-US">Specifies if color or grayscale format is used for the EPS export.
This option is not available for version 1 PostScript files.</desc>
@@ -3580,9 +3576,9 @@
</info>
</enumeration>
</constraints>
+ <value>2</value>
</prop>
<prop oor:name="CompressionMode" oor:type="xs:int">
- <value>2</value>
<info>
<desc xml:lang="en-US">Specifies if bitmaps are exported by using the LZW (Lempel - Ziv - Welch) compression algorithm.
Compression is only available for level 2 PostScript files.</desc>
@@ -3600,9 +3596,9 @@
</info>
</enumeration>
</constraints>
+ <value>2</value>
</prop>
<prop oor:name="TextMode" oor:type="xs:int">
- <value>0</value>
<info>
<desc xml:lang="en-US">Specifies if glyph outlines are exported.</desc>
<label xml:lang="en-US">Export text using glyph outlines - always / never</label>
@@ -3623,20 +3619,20 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies default settings of the EPS - Encapsualted Postscript export dialog.</desc>
- </info>
</group>
<group oor:name="GIF">
+ <info>
+ <desc xml:lang="en-US">Specifies default settings of the GIF - Graphics Interchange export dialog.</desc>
+ </info>
<prop oor:name="Interlaced" oor:type="xs:int">
<!-- OldPath: GIF-EXPORT-INTERLACED -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype GIF-Graphics Interchange -->
- <value>1</value>
<info>
<desc xml:lang="en-US">Specifies if graphics should be exported using interlace. It is recommended
- for big pictures to activate interlace, so the content can be displayed immediately
+ for big pictures to activate interlace, so the content can be displayed immediately
when loading the picture.</desc>
</info>
<constraints>
@@ -3651,12 +3647,12 @@
</info>
</enumeration>
</constraints>
+ <value>1</value>
</prop>
<prop oor:name="Translucent" oor:type="xs:int">
<!-- OldPath: GIF-EXPORT-TRANSLUCENT -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype GIF-Graphics Interchange -->
- <value>1</value>
<info>
<desc xml:lang="en-US">Specifies if the graphic background is stored as transparent.</desc>
</info>
@@ -3672,41 +3668,38 @@
</info>
</enumeration>
</constraints>
+ <value>1</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies default settings of the GIF - Graphics Interchange export dialog.</desc>
- </info>
</group>
<group oor:name="JPG">
+ <info>
+ <desc xml:lang="en-US">Specifies default settings of the JPEG - Joint Photographic Experts Group export dialog.</desc>
+ </info>
<prop oor:name="Quality" oor:type="xs:int">
<!-- OldPath: JPG-EXPORT-QUALITY -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype JPG-JPEG -->
- <value>75</value>
<info>
- <desc xml:lang="en-US">Specifies quality of the JPG export.
- A higher value results in hiqher quality and file size.</desc>
+ <desc xml:lang="en-US">Specifies quality of the JPG export. A higher value results in hiqher quality and file size.</desc>
</info>
<constraints>
<minInclusive oor:value="1">
<info>
- <desc xml:lang="en-US">Represents lowest value that can be used. The lower the value, the less good is
- the compression quality and the bigger is be the file size.</desc>
+ <desc xml:lang="en-US">Represents lowest value that can be used. The lower the value, the less good is the compression quality and the bigger is be the file size.</desc>
</info>
</minInclusive>
<maxInclusive oor:value="100">
<info>
- <desc xml:lang="en-US">Represents highest value that can be used. The higher the value, the better is
- the compression quality and the smaller is the file size.</desc>
+ <desc xml:lang="en-US">Represents highest value that can be used. The higher the value, the better is the compression quality and the smaller is the file size.</desc>
</info>
</maxInclusive>
</constraints>
+ <value>75</value>
</prop>
<prop oor:name="ColorMode" oor:type="xs:int">
<!-- OldPath: JPG_EXPORT_COLORMODE -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype JPG-JPEG -->
- <value>0</value>
<info>
<desc xml:lang="en-US">Specifies if graphics are exported using true color or grayscale.</desc>
</info>
@@ -3722,17 +3715,17 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies default settings of the JPEG - Joint Photographic Experts Group export dialog.</desc>
- </info>
</group>
<group oor:name="MET">
+ <info>
+ <desc xml:lang="en-US">Specifies if graphics are exported with the original- or selected size.</desc>
+ </info>
<prop oor:name="ExportMode" oor:type="xs:int">
<!-- OldPath: MET-EXPORT-MODE -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype MET-OS/2 Metafile -->
- <value>0</value>
<info>
<desc xml:lang="en-US">Specifies if graphics are exported with the original- or selected size.</desc>
</info>
@@ -3748,21 +3741,21 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies if graphics are exported with the original- or selected size.</desc>
- </info>
<node-ref oor:name="Size" oor:node-type="GraphicSize">
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype MET-MS Windows - [dialog] MET Options -->
</node-ref>
</group>
<group oor:name="PCT">
+ <info>
+ <desc xml:lang="en-US">Specifies default settings of the PCT - Mac Pict export dialog.</desc>
+ </info>
<prop oor:name="ExportMode" oor:type="xs:int">
<!-- OldPath: PCT-EXPORT-MODE -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype PCT-Mac Pict -->
- <value>0</value>
<info>
<desc xml:lang="en-US">Specifies if graphics are exported with original- or selected size.</desc>
</info>
@@ -3778,21 +3771,21 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies default settings of the PCT - Mac Pict export dialog.</desc>
- </info>
<node-ref oor:name="Size" oor:node-type="GraphicSize">
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype PCT-MS Windows - [dialog] PCT Options -->
</node-ref>
</group>
<group oor:name="PBM">
+ <info>
+ <desc xml:lang="en-US">Specifies default settings of the PBM - Portable Bitmap export dialog.</desc>
+ </info>
<prop oor:name="FileFormat" oor:type="xs:int">
<!-- OldPath: PBM-EXPORT-FORMAT -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype PBM-Portable Bitmap -->
- <value>1</value>
<info>
<desc xml:lang="en-US">Specifies if graphics are exported to binary- or ASCII format.</desc>
</info>
@@ -3808,17 +3801,17 @@
</info>
</enumeration>
</constraints>
+ <value>1</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies default settings of the PBM - Portable Bitmap export dialog.</desc>
- </info>
</group>
<group oor:name="PGM">
+ <info>
+ <desc xml:lang="en-US">Specifies default settings of the PGM - Portable Graymap export dialog.</desc>
+ </info>
<prop oor:name="FileFormat" oor:type="xs:int">
<!-- OldPath: PGM-EXPORT-FORMAT -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype PGM-Portable Graymap -->
- <value>1</value>
<info>
<desc xml:lang="en-US">Specifies if graphics are exported to a binary- or ASCII format.</desc>
</info>
@@ -3834,17 +3827,17 @@
</info>
</enumeration>
</constraints>
+ <value>1</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies default settings of the PGM - Portable Graymap export dialog.</desc>
- </info>
</group>
<group oor:name="PPM">
+ <info>
+ <desc xml:lang="en-US">Specifies default settings of the PPM - Portable Pixelmap export dialog.</desc>
+ </info>
<prop oor:name="FileFormat" oor:type="xs:int">
<!-- OldPath: PPM-EXPORT-FORMAT -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype PPM-Portable Pixelmap -->
- <value>1</value>
<info>
<desc xml:lang="en-US">Specifies if graphics are exported to a binary- or ASCII format.</desc>
</info>
@@ -3860,17 +3853,17 @@
</info>
</enumeration>
</constraints>
+ <value>1</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies default settings of the PPM - Portable Pixelmap export dialog.</desc>
- </info>
</group>
<group oor:name="SVM">
+ <info>
+ <desc xml:lang="en-US">Specifies default settings of the SVM - StarView Meta File export dialog.</desc>
+ </info>
<prop oor:name="ExportMode" oor:type="xs:int">
<!-- OldPath: SVM-EXPORT-MODE -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype SVM - StarView Metafile -->
- <value>0</value>
<info>
<desc xml:lang="en-US">Specifies if graphics should be exported with the original- or selected size.</desc>
</info>
@@ -3886,21 +3879,21 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies default settings of the SVM - StarView Meta File export dialog.</desc>
- </info>
<node-ref oor:name="Size" oor:node-type="GraphicSize">
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype SVM - StarView Metafile - [dialog] SVM Options -->
</node-ref>
</group>
<group oor:name="WMF">
+ <info>
+ <desc xml:lang="en-US">Specifies default settings of the WMF - Windows Metafile export dialog.</desc>
+ </info>
<prop oor:name="ExportMode" oor:type="xs:int">
<!-- OldPath: WMF-EXPORT-MODE -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype WMF -MS Windows Metafile -->
- <value>0</value>
<info>
<desc xml:lang="en-US">Specifies if graphics should be exported with the original- or selected size.</desc>
</info>
@@ -3916,21 +3909,21 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies default settings of the WMF - Windows Metafile export dialog.</desc>
- </info>
<node-ref oor:name="Size" oor:node-type="GraphicSize">
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype WMF - MS Windows Metafile - [dialog] WMF Options -->
</node-ref>
</group>
<group oor:name="EMF">
+ <info>
+ <desc xml:lang="en-US">Specifies default settings of the EMF - Enhanced Metafile export dialog.</desc>
+ </info>
<prop oor:name="ExportMode" oor:type="xs:int">
<!-- OldPath: EMF-EXPORT-MODE -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File - Export -->
- <value>0</value>
<info>
<desc xml:lang="en-US">Specifies if graphics should be exported with the original- or selected size.</desc>
</info>
@@ -3946,21 +3939,21 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies default settings of the EMF - Enhanced Metafile export dialog.</desc>
- </info>
<node-ref oor:name="Size" oor:node-type="GraphicSize">
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype EMF - Enhanced Metafile - [dialog] EMF Options -->
</node-ref>
</group>
<group oor:name="PNG">
+ <info>
+ <desc xml:lang="en-US">Specifies default settings of the PNG - Portable Network Graphic export dialog.</desc>
+ </info>
<prop oor:name="Compression" oor:type="xs:int">
<!-- OldPath: PNG-EXPORT-COMPRESSION -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype PNG-Portable Network Graphic -->
- <value>6</value>
<info>
<desc xml:lang="en-US">Specifies export compression settings which ranges from 0 (no compression) to
9 (maximum compression). The calculating time increases with an ascending
@@ -3978,15 +3971,15 @@
</info>
</maxInclusive>
</constraints>
+ <value>6</value>
</prop>
<prop oor:name="Interlaced" oor:type="xs:int">
<!-- OldPath: PNG-EXPORT-INTERLACED -->
<!-- OldLocation: fltopt.ini -->
<!-- UIHints: File Export Filetype PNG-Portable Network Graphic -->
- <value>1</value>
<info>
<desc xml:lang="en-US">Specifies if graphics should be exported using interlace. It is recommended
- for big pictures to activate interlace, so the content can be displayed immediately
+ for big pictures to activate interlace, so the content can be displayed immediately
when loading the picture.</desc>
</info>
<constraints>
@@ -4001,132 +3994,132 @@
</info>
</enumeration>
</constraints>
+ <value>1</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies default settings of the PNG - Portable Network Graphic export dialog.</desc>
- </info>
</group>
</group>
</group>
<group oor:name="HTML">
- <!-- Responsible: OS -->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Contains settings for HTML import/export.</desc>
</info>
<group oor:name="Import">
+ <info>
+ <desc xml:lang="en-US">Contains settings for HTML import.</desc>
+ </info>
<prop oor:name="UnknownTag" oor:type="xs:boolean">
<!-- OldPath: Browser/HTML/Import -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options - Browser HTML [Section] Import -->
- <value>false</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if unknown tags should be imported as fields.</desc>
<label xml:lang="en-US">Import unknown HTML tags as fields</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="FontSetting" oor:type="xs:boolean">
<!-- OldPath: Browser/HTML/Import -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options - Browser HTML [Section] Import -->
- <value>false</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if font settings should be ignored when importing.</desc>
<label xml:lang="en-US">Ignore font settings</label>
</info>
+ <value>false</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains settings for HTML import.</desc>
- </info>
<group oor:name="FontSize">
<prop oor:name="Size_1" oor:type="xs:int">
<!-- OldPath: Browser/HTML/Font_Sizes -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options - Browser HTML [Section] Font sizes -->
- <value>7</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies fontsize for HTML as Token Font 1.</desc>
<label xml:lang="en-US">Size 1</label>
</info>
+ <value>7</value>
</prop>
<prop oor:name="Size_2" oor:type="xs:int">
<!-- OldPath: Browser/HTML/Font_Sizes -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options - Browser HTML [Section] Font sizes -->
- <value>10</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies fontsize for HTML as Token Font 2.</desc>
<label xml:lang="en-US">Size 2</label>
</info>
+ <value>10</value>
</prop>
<prop oor:name="Size_3" oor:type="xs:int">
<!-- OldPath: Browser/HTML/Font_Sizes -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options - Browser HTML [Section] Font sizes -->
- <value>12</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies fontsize for HTML as Token Font 3.</desc>
<label xml:lang="en-US">Size 3</label>
</info>
+ <value>12</value>
</prop>
<prop oor:name="Size_4" oor:type="xs:int">
<!-- OldPath: Browser/HTML/Font_Sizes -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options - Browser HTML [Section] Font sizes -->
- <value>14</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies fontsize for HTML as Token Font 4.</desc>
<label xml:lang="en-US">Size 4</label>
</info>
+ <value>14</value>
</prop>
<prop oor:name="Size_5" oor:type="xs:int">
<!-- OldPath: Browser/HTML/Font_Sizes -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options - Browser HTML [Section] Font sizes -->
- <value>18</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies fontsize for HTML as Token Font 5.</desc>
<label xml:lang="en-US">Size 5</label>
</info>
+ <value>18</value>
</prop>
<prop oor:name="Size_6" oor:type="xs:int">
<!-- OldPath: Browser/HTML/Font_Sizes -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options - Browser HTML [Section] Font sizes -->
- <value>24</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies fontsize for HTML as Token Font 6.</desc>
<label xml:lang="en-US">Size 6</label>
</info>
+ <value>24</value>
</prop>
<prop oor:name="Size_7" oor:type="xs:int">
<!-- OldPath: Browser/HTML/Font_Sizes -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options - Browser HTML [Section] Font sizes -->
- <value>36</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies fontsize for HTML as Token Font 7.</desc>
<label xml:lang="en-US">Size 7</label>
</info>
+ <value>36</value>
</prop>
</group>
</group>
<group oor:name="Export">
+ <info>
+ <desc xml:lang="en-US">Contains settings for HTML export.</desc>
+ </info>
<prop oor:name="Browser" oor:type="xs:int">
<!-- OldPath: Browser/HTML/Export -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options - Browser HTML [Section] Export -->
- <value>4</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies the browser for which the HTML export should be optimized</desc>
<label xml:lang="en-US">Browser</label>
</info>
@@ -4157,72 +4150,72 @@
</info>
</enumeration>
</constraints>
+ <value>4</value>
</prop>
<prop oor:name="Basic" oor:type="xs:boolean">
<!-- OldPath: Browser/HTML/Export -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options - Browser HTML [Section] Export -->
- <value>false</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if Office Basic instructions are considered when exporting in HTML format.</desc>
<label xml:lang="en-US">(Productname) Basic</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="PrintLayout" oor:type="xs:boolean">
<!-- OldPath: Browser/HTML/Export -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options - Browser HTML [Section] Export -->
- <value>false</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if the print layout of the current document should also be exported.</desc>
<label xml:lang="en-US">Print layout</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="LocalGraphic" oor:type="xs:boolean">
<!-- OldPath: Browser/HTML/Export -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options - Browser HTML [Section] Export -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if graphics are copied to the Internet server when uploading via FTP.</desc>
<label xml:lang="en-US">Copy local graphics to Internet</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Warning" oor:type="xs:boolean">
<!-- OldPath: Browser/HTML/Export -->
<!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options - Browser HTML [Section] Export -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies if a warning should be displayed to point out that the available Basic macros will be lost when exporting in HTML format.</desc>
<label xml:lang="en-US">Display warning</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Encoding" oor:type="xs:int">
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options - Browser HTML [Section] Export -->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies the mimetype for the text encoding.</desc>
<label xml:lang="en-US">Encoding export</label>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Contains settings for HTML export.</desc>
- </info>
</group>
</group>
<group oor:name="PDF">
- <!-- Responsible: KA -->
<info>
+ <author>KA</author>
<desc xml:lang="en-US">Specifies default settings of PDF export dialog.</desc>
</info>
<group oor:name="Export">
+ <info>
+ <desc xml:lang="en-US">Specifies default settings of PDF export dialog.</desc>
+ </info>
<prop oor:name="CompressMode" oor:type="xs:int">
- <value>0</value>
<info>
<desc xml:lang="en-US">Specifies usable export modes.</desc>
<label xml:lang="en-US">Screen - Print - Press</label>
@@ -4244,10 +4237,8 @@
</info>
</enumeration>
</constraints>
+ <value>0</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies default settings of PDF export dialog.</desc>
- </info>
</group>
</group>
</group>
@@ -4255,27 +4246,25 @@
<prop oor:name="PluginsEnabled" oor:type="xs:boolean">
<!-- OldPath: ? -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools Options Browser Other Plug-Ins Enable -->
- <value>true</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Enables/Disables Plugins.</desc>
<label xml:lang="en-US">PluginsEnabled</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="UseSystemFileDialog" oor:type="xs:boolean">
- <!-- Responsible: FS -->
- <value>true</value>
<info>
- <desc xml:lang="en-US">Determines if the system's file and folder pickers should be used. If false, the proprietary file/folder picker implementations will be used.
-Relevant on platforms where file/folder picker integration is implemented.</desc>
+ <author>FS</author>
+ <desc xml:lang="en-US">Determines if the system's file and folder pickers should be used. If false, the proprietary file/folder picker implementations will be used. Relevant on platforms where file/folder picker integration is implemented.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="SymbolSet" oor:type="xs:short">
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options General View -->
- <value>0</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies which symbol set is used for the toolbars.</desc>
</info>
<constraints>
@@ -4290,12 +4279,12 @@ Relevant on platforms where file/folder picker integration is implemented.</desc
</info>
</enumeration>
</constraints>
+ <value>0</value>
</prop>
<prop oor:name="ToolboxStyle" oor:type="xs:short">
- <!-- Responsible: MBA -->
<!-- UIHints: Tools Options General View -->
- <value>1</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies which button style the toolbars should use.</desc>
</info>
<constraints>
@@ -4310,358 +4299,358 @@ Relevant on platforms where file/folder picker integration is implemented.</desc
</info>
</enumeration>
</constraints>
+ <value>1</value>
</prop>
<prop oor:name="FormControlPilotsEnabled" oor:type="xs:boolean">
- <!-- Responsible: FS-->
- <value>true</value>
<info>
+ <author>FS</author>
<desc xml:lang="en-US">Enables/Disables the usage of AutoPilots for form controls.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="FirstRun" oor:type="xs:boolean">
- <!-- Responsible: MBA-->
- <value>true</value>
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Specifies if the office has never before been started.</desc>
<label xml:lang="en-US">FirstRun</label>
</info>
+ <value>true</value>
</prop>
</group>
<group oor:name="AsianLayout">
- <!-- Responsible: OS -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Contains layout specific settings for Asian languages.</desc>
+ </info>
<prop oor:name="IsKerningWesternTextOnly" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS-->
<!-- UIHints: Tools Options Asian typography Asian layout Kerning Western characters only-->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Determins the kerning of western text and/or punctuation inside of asian text.</desc>
<label xml:lang="en-US">IsKerningWesternTextOnly</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="CompressCharacterDistance" oor:type="xs:short">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools Options Asian typography Asian layout Character distance -->
- <value>0</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Determins the type of character distance compression in asian text: 0 - no compression; 1 - compress punctuation only; 2 - compress interpunction an japanese kana.</desc>
<label xml:lang="en-US">CompressCharacterDistance</label>
</info>
+ <value>0</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains layout specific settings for Asian languages.</desc>
- </info>
<set oor:name="StartEndCharacters" oor:node-type="StartEndCharacters">
- <!-- Responsible: OS -->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Contains the characters at which lines are not allowed to begin or to end. For each locale there is a separate entry with the locale as its node name.</desc>
<label xml:lang="en-US">StartEndCharacters</label>
</info>
</set>
</group>
<group oor:name="SearchOptions">
- <!--Responsible: OS / PB-->
+ <info>
+ <author>OS / PB</author>
+ <desc xml:lang="en-US">Contains all options for search.</desc>
+ </info>
<prop oor:name="IsWholeWordsOnly" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: PB -->
<!-- UIHints: Edit/Find & Replace -->
- <value>false</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Specifies search for whole words only.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="IsBackwards" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: PB -->
<!-- UIHints: Edit/Find & Replace -->
- <value>false</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Specifices search backwards.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="IsUseRegularExpression" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: PB -->
<!-- UIHints: Edit/Find & Replace -->
- <value>false</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Specifies search with the use of regular expressions.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="IsSearchForStyles" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: PB -->
<!-- UIHints: Edit/Find & Replace -->
- <value>false</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Specifies search for styles only.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="IsSimilaritySearch" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: PB -->
<!-- UIHints: Edit/Find & Replace -->
- <value>false</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Specifies search with similarity.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="IsMatchCase" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: PB -->
<!-- UIHints: Edit/Find & Replace -->
- <value>false</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Specifies search as case sensitive.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="IsUseAsianOptions" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: PB -->
<!-- UIHints: Edit/Find & Replace -->
- <value>false</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Specifies search with the use of asian options.</desc>
</info>
+ <value>false</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains all options for search.</desc>
- </info>
<group oor:name="Japanese">
- <!-- Responsible: OS -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Contains search options for the Japanese language.</desc>
+ </info>
<prop oor:name="IsMatchFullHalfWidthForms" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Do not distinguish between full-width and half-width characters.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatchHiraganaKatakana" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Do not distinguish between hiragana and katakana characters.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatchContractions" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies search without distinguishing between characters with diphthongs and double consonants and plain characters.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatchMinusDashCho-on" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies search without distinguishing between minus signs, dashes, and long vowel sounds.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatchRepeatCharMarks" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies search without distinguishing between repeat character marks.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatchVariantFormKanji" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies search without distinguishing between standard and nonstandard ideography.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatchOldKanaForms" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies search without distinguishing between standard and nonstandard ideography.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatch_DiZi_DuZu" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies search without distinguishing between 'Di' and 'Zi' or 'Du' and 'Zu'.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatch_BaVa_HaFa" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies search without distinguishing between 'Ba' and 'Va' or 'Ha' and 'Fa'.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatch_TsiThiChi_DhiZi" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies search without distinguishing between 'Tsi', 'Thi' and 'Chi' or 'Dhi' and 'Zi'.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatch_HyuIyu_ByuVyu" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies search without distinguishing between 'Hyu' and 'Fyu' or 'Byu' and 'Vyu'.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatch_SeShe_ZeJe" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies search without distinguishing between 'Se' and 'She' or 'Ze' and 'Je'.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatch_IaIya" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies search without distinguishing between 'Ia' and 'Iya'.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatch_KiKu" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies search without distinguishing between 'Ki' and 'Ku'.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsIgnorePunctuation" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies search without distinguishing between punctuation characters.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsIgnoreWhitespace" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies search without distinguishing between characters used as blank spaces, such as full-width spaces, half-width spaces, and tabs.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsIgnoreProlongedSoundMark" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies search without distinguishing between prolonged sound marks.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsIgnoreMiddleDot" oor:type="xs:boolean">
<!-- OldPath: -->
<!-- OldLocation: -->
- <!-- Responsible: OS -->
<!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies search without distinguishing between normal dots and middle dots.</desc>
</info>
+ <value>true</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains search options for the Japanese language.</desc>
- </info>
</group>
</group>
<group oor:name="Accessibility">
<prop oor:name="IsForDrawings" oor:type="xs:boolean">
- <!-- Responsible: AF -->
- <value>true</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Indicates whether to use high contrast mode, when
- activated, in Draw and Impress.</desc>
+ activated, in Draw and Impress.</desc>
<label xml:lang="en-US">Use high contrast for drawings and presentations</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsForBorders" oor:type="xs:boolean">
- <!-- Responsible: OS-->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Defaults the new contrast mode of borders, when high contrast mode is "active".</desc>
<label xml:lang="en-US">For borders and shadows of pages, paragraphs, tables and frames</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsForPagePreviews" oor:type="xs:boolean">
- <!-- Responsible: OS-->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Enables the use of high contrast colors, instead of displaying the normal/original WYSIWYG colors.</desc>
<label xml:lang="en-US">For page previews</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsHelpTipsDisappear" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <value>true</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">This enables/disables the automatic time out of Helptips. Duration (n) could be chosen from 1 to 99 seconds. If option is disabled the Helptip will not expire automatically (Loosing focus or ESC key if automatic time out is inactive.)</desc>
<label xml:lang="en-US">Help tips disappear after</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="HelpTipSeconds" oor:type="xs:short">
- <!-- Responsible: OS-->
- <value>4</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">This enables/disables the automatic time out of Helptips. Duration (n) could be chosen from 1 to 99 seconds. If option is disabled the Helptip will not expire automatically (Loosing focus or ESC key if automatic time out is inactive.)</desc>
<label xml:lang="en-US">Help tips disappear after</label>
</info>
@@ -4669,82 +4658,83 @@ Relevant on platforms where file/folder picker integration is implemented.</desc
<minInclusive oor:value="1"/>
<maxInclusive oor:value="99"/>
</constraints>
+ <value>4</value>
</prop>
<prop oor:name="IsAllowAnimatedGraphics" oor:type="xs:boolean">
- <!-- Responsible: AF -->
- <value>true</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Indicates whether to allow the graphical
- animation in all SO/OO applications (i.e. animated GIFs and objects in Impress
- during presentation, animated graphical previews (Gallery, Insert-Graphics-From
- File, Animation Tool in Impress.)</desc>
+ animation in all SO/OO applications (i.e. animated GIFs and objects in Impress
+ during presentation, animated graphical previews (Gallery, Insert-Graphics-From
+ File, Animation Tool in Impress.)</desc>
<label xml:lang="en-US">Allow animated graphics</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsAllowAnimatedText" oor:type="xs:boolean">
- <!-- Responsible: AF -->
- <value>true</value>
<info>
+ <author>AF</author>
<desc xml:lang="en-US">Indicates whether to allow all textual animation like blinking and
- scrolling in all SO/OO applications.</desc>
+ scrolling in all SO/OO applications.</desc>
<label xml:lang="en-US">Allow animated text</label>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsAutomaticFontColor" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <value>false</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Overrides all text color attributes set in a SO/OO document for display only.</desc>
<label xml:lang="en-US">Always use automatic font color for screen display</label>
</info>
+ <value>false</value>
</prop>
<prop oor:name="IsSystemFont" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <value>false</value>
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Allows the user to change the UI font to the system default.</desc>
<label xml:lang="en-US">Use system default user interface font</label>
</info>
+ <value>false</value>
</prop>
- <prop oor:name="IsSelectionInReadonly" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <value>false</value>
+ <prop oor:name="IsSelectionInReadonly" oor:type="xs:boolean">
<info>
- <desc xml:lang="en-US">Indicates whether or not the cursor is displayed in readonly texts.</desc>
- <label xml:lang="en-US">Use text selection mode in readonly texts.</label>
+ <author>OS</author>
+ <desc xml:lang="en-US">Indicates whether or not the cursor is displayed in readonly texts.</desc>
+ <label xml:lang="en-US">Use text selection mode in readonly texts.</label>
</info>
+ <value>false</value>
</prop>
- </group>
+ </group>
<set oor:name="OfficeObjects" oor:node-type="ObjectNames"/>
<group oor:name="ExternalApps" oor:extensible="true">
- <!--Responsible: OBR-->
<info>
+ <author>OBR</author>
<desc xml:lang="en-US">Specifies external helper applications / protocol handlers.</desc>
</info>
</group>
<group oor:name="ExternalMailer">
- <!--Responsible: OBR-->
+ <info>
+ <author>OBR</author>
+ <desc xml:lang="en-US">Specifies an external mail application to be used for Send as email.</desc>
+ </info>
<prop oor:name="UseDefaultMailer" oor:type="xs:boolean">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Indicates if the mail application in the OS specific user settings should be used.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Program" oor:type="xs:string">
- <value/>
<info>
<desc xml:lang="en-US">Specifies the external mail application to be used.</desc>
</info>
+ <value/>
</prop>
<prop oor:name="CommandProfile" oor:type="xs:string">
- <value>Netscape 6.x</value>
<info>
<desc xml:lang="en-US">Specifies the default external mail application.</desc>
</info>
+ <value>Netscape 6.x</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies an external mail application to be used for Send as email.</desc>
- </info>
<set oor:name="Profiles" oor:node-type="MailCommandLineProfile">
<info>
<desc xml:lang="en-US">Contains a set of supported command line profiles.</desc>
@@ -4752,108 +4742,110 @@ Relevant on platforms where file/folder picker integration is implemented.</desc
</set>
</group>
<group oor:name="I18N">
- <!-- Responsible: OS -->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Contains various language/localization specific settings.</desc>
</info>
<group oor:name="CJK">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the Asian languages (Chinese, Japanese, Korean,...) layout.</desc>
+ </info>
<prop oor:name="CJKFont" oor:type="xs:boolean">
<!-- UIHints: setup -->
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies, whether CJK font settings are available (true) or not (false).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="VerticalText" oor:type="xs:boolean">
<!-- UIHints: setup -->
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies, whether vertical text is available (true) or not (false).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="AsianTypography" oor:type="xs:boolean">
<!-- UIHints: setup -->
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies, whether asian typography options like compression and forbidden characters are available (true) or not (false).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="JapaneseFind" oor:type="xs:boolean">
<!-- UIHints: setup -->
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies, whether Japanese find options are selectable for search and replace (true) or not (false).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Ruby" oor:type="xs:boolean">
<!-- UIHints: setup -->
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies whether Rubys are available (true) or not (false).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="ChangeCaseMap" oor:type="xs:boolean">
<!-- UIHints: setup -->
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies whether case mapping to half and full width, hiragana and katagana are available (true) or not (false).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="DoubleLines" oor:type="xs:boolean">
<!-- UIHints: setup -->
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies whether writing in double lines is available (true) or not (false).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="EmphasisMarks" oor:type="xs:boolean">
<!-- UIHints: setup -->
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies whether emphasis marks are available (true) or not (false).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="VerticalCallOut" oor:type="xs:boolean">
<!-- UIHints: setup -->
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies whether vertical call out objects are available (true) or not (false).</desc>
</info>
+ <value>true</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains settings for the Asian languages (Chinese, Japanese, Korean,...) layout.</desc>
- </info>
</group>
<group oor:name="CTL">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the languages with complex text layout (Hebrew, Arabic, Thai,...).</desc>
+ </info>
<prop oor:name="CTLFont" oor:type="xs:boolean">
<!-- UIHints: setup -->
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies whether CTL font settings are available (true) or not (false).</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="CTLSequenceChecking" oor:type="xs:boolean">
<!-- UIHints: setup -->
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies whether CTL strings are checked for the correct input sequence(true) or not (false).</desc>
</info>
+ <value>false</value>
</prop>
- <info>
- <desc xml:lang="en-US">Contains settings for the languages with complex text layout (Hebrew, Arabic, Thai,...).</desc>
- </info>
</group>
</group>
<group oor:name="Startup">
- <!-- Responsible: AS -->
+ <info>
+ <author>AS</author>
+ </info>
<set oor:name="Run" oor:node-type="JobDescription">
<info>
- <desc xml:lang="en-US">Deprecated: use cfg package Jobs instead of this.</desc>
+ <deprecated>Use cfg package Jobs instead of this.</deprecated>
</info>
</set>
<set oor:name="RunOnce" oor:node-type="JobDescription">
<info>
- <desc xml:lang="en-US">Deprecated: use cfg package Jobs instead of this.</desc>
+ <deprecated>Use cfg package Jobs instead of this.</deprecated>
</info>
</set>
</group>
diff --git a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
index 990eb58d4201..9fb42e804719 100644
--- a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: DataAccess.xcs,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:06:47 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,23 +60,30 @@
*
************************************************************************ -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<oor:component-schema oor:name="DataAccess" 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">
- <!-- Responsible: OJ-->
+<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="DataAccess" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <author>OJ</author>
+ </info>
<import oor:component="org.openoffice.Office.Common"/>
<uses oor:component="org.openoffice.Office.Common"/>
<templates>
- <!-- Responsible: OJ -->
+ <info>
+ <author>OJ</author>
+ </info>
<group oor:name="DataSettings">
+ <info>
+ <desc xml:lang="en-US">Contains information for displaying, sorting and ordering of data.</desc>
+ </info>
<prop oor:name="Filter" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Contains a filter condition for a data object like a database table or query. The conditions must be defined according to the rules of SQL.</desc>
</info>
</prop>
<prop oor:name="ApplyFilter" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Indicates whether the filter is applied.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="Order" oor:type="xs:string">
<info>
@@ -84,38 +91,35 @@
</info>
</prop>
<prop oor:name="RowHeight" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the height of a data row.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="TextColor" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the text color (RGB) for displaying text.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="TextLineColor" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the color (RGB) for text lines (i.e. underlining and outstriking).</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="CharacterEmphasis" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the character emphasis to use. This is a com.sun.star.awt.FontEmphasisMark value.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="CharacterRelief" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the character relief to use. This is a com.sun.star.FontRelief value.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Contains information for displaying, sorting and ordering of data.</desc>
- </info>
<node-ref oor:name="Font" oor:node-type="Font">
<!-- oor:component="org.openoffice.Office.Common" -->
<info>
@@ -124,26 +128,28 @@
</node-ref>
</group>
<group oor:name="Column">
+ <info>
+ <desc xml:lang="en-US">Contains information for displaying the data of a column.</desc>
+ </info>
<prop oor:name="FormatKey" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Contains the index of the number format that is used for the column. If the number format to be used for this column is not a standard number format (and thus can't be made persistent using a format key only), the FormatDescriptor and FormatLocale settings should be applied to calculate the format. FormatKey would be NULL in this case. If FormatKey as well as FormatDescriptor are NULL, a default number format should be used according to the datatype of the column.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="FormatString" oor:type="xs:string">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Contains the format which will be used to query the format key when not already set.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="FormatLocale" oor:type="xs:string">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Contains the locale which will be used to query the format key when not already set.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Align" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the alignment of a columns text. If the value is a default alignment, it should be applied according to the datatype of the column.</desc>
</info>
@@ -164,12 +170,13 @@
</info>
</enumeration>
</constraints>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Width" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the width of the column displayed in a grid. If the value is NULL, a default width should be used according to the size of the columns name. [UNIT=1/100 mm]</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Position" oor:type="xs:int">
<info>
@@ -177,31 +184,28 @@
</info>
</prop>
<prop oor:name="Hidden" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Determines whether the column is displayed.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Control" oor:type="xs:hexBinary">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Contains information about a control used for displaying and editing the columns data.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="HelpText" oor:type="xs:string">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Describes an optional help text which can be used by UI components when representing this column.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="ControlDefault" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Describes the default value which should be displayed by a control when moving to a new row.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Contains information for displaying the data of a column.</desc>
- </info>
</group>
<group oor:name="Table">
<info>
@@ -219,16 +223,19 @@
</set>
</group>
<group oor:name="Query">
+ <info>
+ <desc xml:lang="en-US">Specifies a database query according to the rules of SQL and contains information for displaying the query result data.</desc>
+ </info>
<prop oor:name="Command" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Specifies the SQL command.</desc>
</info>
</prop>
<prop oor:name="EscapeProcessing" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Determines whether the escape processing should be applied on the command.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="UpdateTableName" oor:type="xs:string">
<info>
@@ -250,9 +257,6 @@
<desc xml:lang="en-US">Contains the information for the querydesign.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies a database query according to the rules of SQL and contains information for displaying the query result data.</desc>
- </info>
<node-ref oor:name="Settings" oor:node-type="DataSettings">
<info>
<desc xml:lang="en-US">Extends the database table with additional display information, sorting and filtering criterias.</desc>
@@ -265,42 +269,45 @@
</set>
</group>
<group oor:name="DataSourceSetting">
+ <info>
+ <desc xml:lang="en-US">Defines the value for database driver specific value.</desc>
+ </info>
<prop oor:name="Value" oor:type="oor:any">
<info>
<desc xml:lang="en-US">Contains the value of the data source setting item.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Defines the value for database driver specific value.</desc>
- </info>
</group>
<group oor:name="Bookmark">
+ <info>
+ <desc xml:lang="en-US">Contains a list of bookmarks to documents.</desc>
+ </info>
<prop oor:name="DocumentLocation" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Specifies the location of a document.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Contains a list of bookmarks to documents.</desc>
- </info>
</group>
<group oor:name="DataSourceDescription">
+ <info>
+ <desc xml:lang="en-US">Describes how to establish a database connection and how to filter and layout the database data.</desc>
+ </info>
<prop oor:name="URL" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Indicates a database URL, which locates a database driver.</desc>
</info>
</prop>
<prop oor:name="IsPasswordRequired" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Indicates that a password is always necessary.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="TableFilter" oor:type="oor:string-list">
- <value oor:separator=";">%</value>
<info>
<desc xml:lang="en-US">Defines a list of tables on which the DataSource has its focus. If empty, all the tables are used.</desc>
</info>
+ <value oor:separator=";">%</value>
</prop>
<prop oor:name="TableTypeFilter" oor:type="oor:string-list">
<info>
@@ -323,19 +330,16 @@
</info>
</prop>
<prop oor:name="SuppressVersionColumns" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">If set to true (the default), components displaying data obtained from this data source will suppress version columns.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="LayoutInformation" oor:type="xs:hexBinary" oor:nillable="false">
<info>
<desc xml:lang="en-US">Contains the information for the relation design.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Describes how to establish a database connection and how to filter and layout the database data.</desc>
- </info>
<set oor:name="DataSourceSettings" oor:node-type="DataSourceSetting">
<info>
<desc xml:lang="en-US">Specifies a list of arbitrary string tag/value pairs as connection arguments; normally at least a "user" and "password" property should be included.</desc>
@@ -358,6 +362,9 @@
</set>
</group>
<group oor:name="DataSource">
+ <info>
+ <desc xml:lang="en-US">Specifies the data source to be used for the bibliography.</desc>
+ </info>
<prop oor:name="DataSourceName" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Specifies the name of the registered data source.</desc>
@@ -373,9 +380,6 @@
<desc xml:lang="en-US">Determines the exact meaning of Command. Valid values are: 0 - Command is a table name 1 - Command is a query name 2 - Command is an SQL command.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies the data source to be used for the bibliography.</desc>
- </info>
<set oor:name="Fields" oor:node-type="FieldAssignment">
<info>
<desc xml:lang="en-US">Specifies the column name mapping between the programatic column name and the logical column name.</desc>
@@ -383,6 +387,9 @@
</set>
</group>
<group oor:name="FieldAssignment">
+ <info>
+ <desc xml:lang="en-US">Specifies the mapping between the desired (logical) column titles and the real column titles of the data source.</desc>
+ </info>
<prop oor:name="ProgrammaticFieldName" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Specifies the desired (logical) column name.</desc>
@@ -393,11 +400,11 @@
<desc xml:lang="en-US">Specifies the real column name used in the data source.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies the mapping between the desired (logical) column titles and the real column titles of the data source.</desc>
- </info>
</group>
<group oor:name="DriverPooling">
+ <info>
+ <desc xml:lang="en-US">Specifies the connection pooling of used database drivers.</desc>
+ </info>
<prop oor:name="DriverName" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Specifies the name of the database drivers.</desc>
@@ -413,39 +420,38 @@
<desc xml:lang="en-US">Specifies the time after a connection will be released.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies the connection pooling of used database drivers.</desc>
- </info>
</group>
<group oor:name="Font">
- <!-- Responsible: JB (Temporary 'hack' to avoid cross-component references) -->
<!-- Copied from org.openoffice.Office.Common -->
+ <info>
+ <author>JB (Temporary 'hack' to avoid cross-component references)</author>
+ <desc xml:lang="en-US">Describes the characteristics of a font.</desc>
+ </info>
<prop oor:name="Name" oor:type="xs:string">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the exact name of the font ("Arial","Courier", "Frutiger").</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Height" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the height of the font in the measure of the destination.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Width" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the width of the font in the measure of the destination.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="StyleName" oor:type="xs:string">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the style name of the font ("Bold", "Italic", "Italic Bold").</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Family" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the general style of the font.</desc>
</info>
@@ -491,9 +497,9 @@
</info>
</enumeration>
</constraints>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="CharSet" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the character set that is supported by the font.</desc>
</info>
@@ -554,9 +560,9 @@
</info>
</enumeration>
</constraints>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Pitch" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the pitch of the font.</desc>
</info>
@@ -577,21 +583,21 @@
</info>
</enumeration>
</constraints>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="CharacterWidth" oor:type="xs:double">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the character width. Depending on the specified width, a font that supports this width may be selected. [UNIT=%]</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Weight" oor:type="xs:double">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the thickness of the line.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Slant" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies if there is a character slant (italic).</desc>
</info>
@@ -627,9 +633,9 @@
</info>
</enumeration>
</constraints>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="UnderLine" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the type of underline.</desc>
</info>
@@ -730,9 +736,9 @@
</info>
</enumeration>
</constraints>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Strikeout" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the type of strikeout.</desc>
</info>
@@ -773,27 +779,27 @@
</info>
</enumeration>
</constraints>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Orientation" oor:type="xs:double">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the rotation of the font. [UNIT=degree]</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Kerning" oor:type="xs:boolean">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">For requesting, specifies if there is a kerning table available. For selecting, specifies if the kerning table is to be used.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="WordLineMode" oor:type="xs:boolean">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies if only words get underlined.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
<prop oor:name="Type" oor:type="xs:short">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies the technology of the font representation.</desc>
</info>
@@ -819,38 +825,35 @@
</info>
</enumeration>
</constraints>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Describes the characteristics of a font.</desc>
- </info>
</group>
</templates>
<component>
- <!-- Responsible: OJ -->
<info>
- <desc xml:lang="en-US">Describes how to access databases of different vendors and how to filter and layout result data of specific database tables.</desc>
+ <author>OJ</author>
</info>
<group oor:name="DriverManager">
+ <info>
+ <desc xml:lang="en-US">Specifies additional information about the database drivers.</desc>
+ </info>
<prop oor:name="DriverPrecedence" oor:type="oor:string-list">
- <value oor:separator=";">com.sun.star.comp.sdbc.ODBCDriver;com.sun.star.comp.sdbc.JDBCDriver</value>
<info>
<desc xml:lang="en-US">Specifies order of database drivers in which they should be asked if the accept the conncetion string.</desc>
</info>
+ <value oor:separator=";">com.sun.star.comp.sdbc.ODBCDriver;com.sun.star.comp.sdbc.JDBCDriver</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies additional information about the database drivers.</desc>
- </info>
</group>
<group oor:name="ConnectionPool">
+ <info>
+ <desc xml:lang="en-US">Specifies all information which is needed for the global connection pool.</desc>
+ </info>
<prop oor:name="EnablePooling" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies if the global connection pool is enabled.</desc>
</info>
+ <value>true</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies all information which is needed for the global connection pool.</desc>
- </info>
<set oor:name="DriverSettings" oor:node-type="DriverPooling"/>
</group>
<set oor:name="DataSources" oor:node-type="DataSourceDescription">
@@ -859,6 +862,9 @@
</info>
</set>
<group oor:name="AddressBook">
+ <info>
+ <desc xml:lang="en-US">Specifies the data source that can be used as an AddressBook.</desc>
+ </info>
<prop oor:name="DataSourceName" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Specifies the name of the registered data source.</desc>
@@ -875,14 +881,11 @@
</info>
</prop>
<prop oor:name="AutoPilotCompleted" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies if the auto pilot is completed.</desc>
</info>
+ <value>false</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies the data source that can be used as an AddressBook.</desc>
- </info>
<set oor:name="Fields" oor:node-type="FieldAssignment">
<info>
<desc xml:lang="en-US">Specifies the column name mapping between the programatic column name and the logical column name.</desc>
@@ -890,30 +893,32 @@
</set>
</group>
<group oor:name="Bibliography">
- <!-- Responsible: OS-->
+ <info>
+ <author>OS</author>
+ </info>
<prop oor:name="BeamerHeight" oor:type="xs:int"/>
<prop oor:name="ViewHeight" oor:type="xs:int"/>
<prop oor:name="QueryText" oor:type="xs:string"/>
<prop oor:name="QueryField" oor:type="xs:string"/>
- <prop oor:name="ShowColumnAssignmentWarning" oor:type="xs:boolean">
- <value>true</value>
+ <prop oor:name="ShowColumnAssignmentWarning" oor:type="xs:boolean">
<info>
- <desc xml:lang="en-US">Determines whether a non-assigned column results in a warning box.</desc>
+ <desc xml:lang="en-US">Determines whether a non-assigned column results in a warning box.</desc>
</info>
- </prop>
+ <value>true</value>
+ </prop>
<node-ref oor:name="CurrentDataSource" oor:node-type="DataSource">
<!-- OldPath: Bibliography/BibliographyCurrent-->
<!-- OldLocation: Soffice.ini-->
- <!-- Responsible: OS-->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Determines the current data source for the bibliography.</desc>
</info>
</node-ref>
<set oor:name="DataSourceHistory" oor:node-type="DataSource">
<!--OldPath: Bibliography/Bibliography-->
<!--OldLocation: Soffice.ini-->
- <!--Responsible: OS-->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Specifies the data source that can be used as a bibliography.</desc>
</info>
</set>
@@ -927,16 +932,19 @@
<desc xml:lang="en-US">Specifies the driver settings for the mozilla database driver.</desc>
</info>
<group oor:name="MozillaPreferences">
+ <info>
+ <desc xml:lang="en-US">Specifies the mozilla preferences.</desc>
+ </info>
<prop oor:name="ProfileName" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Specifies the mozilla profilename.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies the mozilla preferences.</desc>
- </info>
</group>
<group oor:name="ColumnAliases">
+ <info>
+ <desc xml:lang="en-US">Specifies the column alias names used.</desc>
+ </info>
<prop oor:name="FirstName" oor:type="xs:string" oor:localized="true">
<info>
<desc xml:lang="en-US">Specifies the first name.</desc>
@@ -1122,15 +1130,14 @@
<desc xml:lang="en-US">Specifies the notes.</desc>
</info>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies the column alias names used.</desc>
- </info>
</group>
</group>
</group>
<group oor:name="FormSearchOptions">
+ <info>
+ <desc xml:lang="en-US">Specifies the options for searching in forms.</desc>
+ </info>
<prop oor:name="SearchType" oor:type="xs:string">
- <value>text</value>
<info>
<desc xml:lang="en-US">Specifies the search type.</desc>
</info>
@@ -1151,9 +1158,9 @@
</info>
</enumeration>
</constraints>
+ <value>text</value>
</prop>
<prop oor:name="SearchPosition" oor:type="xs:string">
- <value>anywhere-in-field</value>
<info>
<desc xml:lang="en-US">Specifies the search position.</desc>
</info>
@@ -1179,6 +1186,7 @@
</info>
</enumeration>
</constraints>
+ <value>anywhere-in-field</value>
</prop>
<prop oor:name="SearchHistory" oor:type="oor:string-list">
<info>
@@ -1186,192 +1194,189 @@
</info>
</prop>
<prop oor:name="IsSearchAllFields" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies if all fields should be searched.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="IsUseFormatter" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies that the formatter should be used.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsBackwards" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies that the search starts backward.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="IsWildcardSearch" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies that the search contains wildcards.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="IsUseRegularExpression" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies that regular expressions should be used.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="IsSimilaritySearch" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies that the similarity search should be used.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="IsLevenshteinRelaxed" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies that the similarity search should be combined.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="LevenshteinOther" oor:type="xs:short">
- <value>2</value>
<info>
<desc xml:lang="en-US">Specifies the number of characters that can be exchanged while searching for similarity.</desc>
</info>
+ <value>2</value>
</prop>
<prop oor:name="LevenshteinShorter" oor:type="xs:short">
- <value>2</value>
<info>
<desc xml:lang="en-US">Specifies the number of characters that can be deleted while searching for similarity.</desc>
</info>
+ <value>2</value>
</prop>
<prop oor:name="LevenshteinLonger" oor:type="xs:short">
- <value>2</value>
<info>
<desc xml:lang="en-US">Specifies the number of characters that can be added while searching for similarity.</desc>
</info>
+ <value>2</value>
</prop>
<prop oor:name="IsMatchCase" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies that the searched value should match.</desc>
</info>
+ <value>false</value>
</prop>
<prop oor:name="IsUseAsianOptions" oor:type="xs:boolean">
- <value>false</value>
<info>
<desc xml:lang="en-US">Specifies that the Asian options for search should be used.</desc>
</info>
+ <value>false</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies the options for searching in forms.</desc>
- </info>
<group oor:name="Japanese">
+ <info>
+ <desc xml:lang="en-US">Specifies the Japanese options for searching.</desc>
+ </info>
<prop oor:name="IsMatchFullHalfWidthForms" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the MatchFullHalfWidthForms search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatchHiraganaKatakana" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the MatchHiraganaKatakana search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatchContractions" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the MatchContractions search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatchMinusDashCho-on" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the MatchMinusDashCho-on search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatchRepeatCharMarks" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the MatchRepeatCharMarks search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatchVariantFormKanji" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the MatchVariantFormKanji search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatchOldKanaForms" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the MatchOldKanaForms search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatch_DiZi_DuZu" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the Match_DiZi_DuZu search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatch_BaVa_HaFa" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the Match_BaVa_HaFa search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatch_TsiThiChi_DhiZi" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the Match_TsiThiChi_DhiZi search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatch_HyuIyu_ByuVyu" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the Match_HyuIyu_ByuVyu search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatch_SeShe_ZeJe" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the Match_SeShe_ZeJe search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatch_IaIya" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the Match_IaIya search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsMatch_KiKu" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the Match_KiKu search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsIgnorePunctuation" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the IgnorePunctuation search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsIgnoreWhitespace" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the IgnoreWhitespace search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsIgnoreProlongedSoundMark" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the IgnoreProlongedSoundMark search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="IsIgnoreMiddleDot" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the IgnoreMiddleDot search option is enabled.</desc>
</info>
+ <value>true</value>
</prop>
- <info>
- <desc xml:lang="en-US">Specifies the Japanese options for searching.</desc>
- </info>
</group>
</group>
</component>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
index 34d4421fb913..852fe8743cc8 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:06:48 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,1044 +60,1002 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: AF -->
- <info>
- <desc xml:lang="en-US">Defines the properties of the Draw application.</desc>
- </info>
- <import oor:component="org.openoffice.Office.Common"/>
- <component>
- <group oor:name="Layout">
- <info>
- <desc xml:lang="en-US">Defines the general properties of the graphical object representation.</desc>
- </info>
- <group oor:name="Display">
- <info>
- <desc xml:lang="en-US">Defines the general properties of the graphical object representation of screen
- displays.</desc>
- </info>
- <prop oor:name="Ruler" oor:type="xs:boolean">
- <!-- OldPath: Draw/Layout/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show the rulers at the left and at the top
- of the working area.</desc>
- <label xml:lang="en-US">Rulers visible</label>
- </info>
- </prop>
- <prop oor:name="Helpline" oor:type="xs:boolean">
- <!-- OldPath: Draw/Layout/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show help lines that can be created by
- dragging them from the rulers.</desc>
- <label xml:lang="en-US">Helplines visible</label>
- </info>
- </prop>
- <prop oor:name="Guide" oor:type="xs:boolean">
- <!-- OldPath: Draw/Layout/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show help lines when moving an object.</desc>
- <label xml:lang="en-US">Guides when moving</label>
- </info>
- </prop>
- <prop oor:name="Bezier" oor:type="xs:boolean">
- <!-- OldPath: Draw/Layout/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show all control points in the Bezier
- curve editor.</desc>
- <label xml:lang="en-US">All control points in Bezier editor</label>
- </info>
- </prop>
- <prop oor:name="Contour" oor:type="xs:boolean">
- <!-- OldPath: Draw/Layout/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show the outline of all moved objects when moving
- more then one object at a time.</desc>
- <label xml:lang="en-US">Contour of each individual object</label>
- </info>
- </prop>
- </group>
- <group oor:name="Other">
- <info>
- <desc xml:lang="en-US">Defines other properties regarding device independant graphical object
- representation.</desc>
- </info>
- <group oor:name="TabStop">
- <!-- OldPath: Draw/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Tab stops -->
- <!-- Notice: Default-Nonmetric Value: 1270 1/100 mm-->
- <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 distance between adjacent tab stops.</desc>
- <label xml:lang="en-US">Tab stops</label>
- </info>
- </group>
- <group oor:name="MeasureUnit">
- <!-- OldPath: Draw/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Meas. units -->
- <prop oor:name="Metric" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Specifies the unit used for specification of distances and
- sizes in a metric environment.</desc>
- </info>
- <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">
- <info>
- <desc xml:lang="en-US">Specifies the unit used for specification of distances and
- sizes in a non metric environment.</desc>
- <label xml:lang="en-US">Measurement unit</label>
- </info>
- <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">Contains the specification of distances and sizes.</desc>
- <label xml:lang="en-US">Measurement unit</label>
- </info>
- </group>
- </group>
- </group>
- <group oor:name="Content">
- <info>
- <desc xml:lang="en-US">Contains the specification of how to display the content of Draw documents.</desc>
- </info>
- <group oor:name="Display">
- <info>
- <desc xml:lang="en-US">Contains the specification of how to display the content of Draw documents on
- screen.</desc>
- </info>
- <prop oor:name="PicturePlaceholder" oor:type="xs:boolean">
- <!-- OldPath: Draw/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show only outlines of graphical
- objects.</desc>
- <label xml:lang="en-US">Picture placeholders</label>
- </info>
- </prop>
- <prop oor:name="ContourMode" oor:type="xs:boolean">
- <!-- OldPath: Draw/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show only outlines of draw objects.</desc>
- <label xml:lang="en-US">Contour mode</label>
- </info>
- </prop>
- <prop oor:name="TextPlaceholder" oor:type="xs:boolean">
- <!-- OldPath: Draw/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to use placeholders for text in draw objects.</desc>
- <label xml:lang="en-US">Text placeholders</label>
- </info>
- </prop>
- <prop oor:name="LineContour" oor:type="xs:boolean">
- <!-- OldPath: Draw/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show only hairlines
- instead of an object's linestyle.</desc>
- <label xml:lang="en-US">Line contour only</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Misc">
- <info>
- <desc xml:lang="en-US">Contains a collection of configuration items of the Draw application that do not fit into another category.</desc>
- </info>
- <prop oor:name="BackgroundCache" oor:type="xs:boolean">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Other [Section] Other -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to store master pages in a cache to speed up
- drawing.</desc>
- <label xml:lang="en-US">Use background cache</label>
- </info>
- </prop>
- <prop oor:name="CopyWhileMoving" oor:type="xs:boolean">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Other [Section] Other -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether moving while holding the Control key makes a copy
- of the moved object.</desc>
- <label xml:lang="en-US">Copy while moving</label>
- </info>
- </prop>
- <prop oor:name="ObjectMoveable" oor:type="xs:boolean">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Other [Section] Other -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether objects can still be moved while in rotating mode.</desc>
- <label xml:lang="en-US">Objects always moveable</label>
- </info>
- </prop>
- <prop oor:name="NoDistort" oor:type="xs:boolean">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Other [Section] Other -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">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 xml:lang="en-US">Don&amp;apos;t distort objects in curve</label>
- </info>
- </prop>
- <prop oor:name="DclickTextedit" oor:type="xs:boolean">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Option Bar -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether a double-click on a text object changes activates the
- edit mode.</desc>
- <label xml:lang="en-US">Double-Click Text to Edit</label>
- </info>
- </prop>
- <prop oor:name="RotateClick" oor:type="xs:boolean">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Option Bar -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether a double-click on an object activates the
- rotation mode.</desc>
- <label xml:lang="en-US">Rotation Mode after clicking object</label>
- </info>
- </prop>
- <prop oor:name="Preview" oor:type="xs:double">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Menu: view - preview mode -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the color quality of the preview: 0 - Color, 868 -
- Grayscale, 5381 - Black/White.</desc>
- <label xml:lang="en-US">Preview-Mode</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Color</desc>
- </info>
- </enumeration>
- <enumeration oor:value="868">
- <info>
- <desc xml:lang="en-US">Grayscale</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5381">
- <info>
- <desc xml:lang="en-US">Black/White</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="SimpleHandles" oor:type="xs:boolean">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Optionbar -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show simple (true) or 3D-handles (false).</desc>
- <label xml:lang="en-US">Simple Handles</label>
- </info>
- </prop>
- <prop oor:name="BigHandles" oor:type="xs:boolean">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Optionbar -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show big (true) or small (false) handles.</desc>
- <label xml:lang="en-US">Big Handles</label>
- </info>
- </prop>
- <prop oor:name="CreateWithAttributes" oor:type="xs:boolean">
- <!-- OldPath: Draw/Other -->
- <!-- OldLocation: soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Optionbar -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether the current attributes will be assigned to newly
- created objects.</desc>
- <label xml:lang="en-US">Create with attributes</label>
- </info>
- </prop>
- <group oor:name="TextObject">
- <info>
- <desc xml:lang="en-US">Defines text editing related configuration items.</desc>
- </info>
- <prop oor:name="QuickEditing" oor:type="xs:boolean">
- <!-- OldPath: Draw/Other/Text_Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Other [Section] Text objects -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether a simple click on a text object changes it to
- edit mode.</desc>
- <label xml:lang="en-US">Allow quick editing</label>
- </info>
- </prop>
- <prop oor:name="Selectable" oor:type="xs:boolean">
- <!-- OldPath: Draw/Other/Text_Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Other [Section] Text objects -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether a text frame can only be selected by clicking
- on the text or by clicking somewhere in the frame.</desc>
- <label xml:lang="en-US">Only text area selectable</label>
- </info>
- </prop>
- </group>
- <group oor:name="CrossFading">
- <info>
- <desc xml:lang="en-US">Contains a specification of how to morph between objects (e.g. how many steps
- and whether to regard the object's attributes).</desc>
- </info>
- <prop oor:name="Steps" oor:type="xs:short">
- <!-- OldPath: Draw/Cross_fading -->
- <!-- OldLocation: drawing.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Select two objects =&amp;gt; Edit Cross-fade -->
- <value>16</value>
- <info>
- <desc xml:lang="en-US">Number of intermediate morphing steps between two objects.</desc>
- <label xml:lang="en-US">Steps</label>
- </info>
- <constraints>
- <minInclusive oor:value="1"/>
- <maxInclusive oor:value="256"/>
- </constraints>
- </prop>
- <prop oor:name="Orientation" oor:type="xs:boolean">
- <!-- OldPath: Draw/Cross_fading -->
- <!-- OldLocation: drawing.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Select two objects =&amp;gt; Edit Cross-fade -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether two objects to be
- morphed shall have the same orientation.</desc> <label xml:lang="en-US">Orientation</label>
- </info>
- </prop>
- <prop oor:name="Attributes" oor:type="xs:boolean">
- <!-- OldPath: Draw/Cross_fading -->
- <!-- OldLocation: drawing.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Select two objects =&amp;gt; Edit Cross-fade -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to consider objects'
- attributes (e.g. colors) when morphing one object into another.</desc>
- <label xml:lang="en-US">Attributes</label>
- </info>
- </prop>
- </group>
- <group oor:name="DefaultObjectSize">
- <!-- OldPath: -->
- <!-- OldLocation: -->
- <!-- Responsible: AW -->
- <!-- 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">Specifies the default width of new objects. [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">Specifies the default height of new objects. [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>
- <group oor:name="Snap">
- <info>
- <desc xml:lang="en-US">Contains the specification of how to force object positions and sizes to the snap
- grid or to align with other objects.</desc>
- </info>
- <group oor:name="Object">
- <info>
- <desc xml:lang="en-US">Contains the specification of how to force object positions and sizes to
- predefined locations in relation to other objects.</desc>
- </info>
- <prop oor:name="Grid" oor:type="xs:boolean">
- <!-- OldPath: Draw/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to snap an object when moved to the next grid
- point.</desc>
- <label xml:lang="en-US">Grid lines</label>
- </info>
- </prop>
- <prop oor:name="SnapLine" oor:type="xs:boolean">
- <!-- OldPath: Draw/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to snap at snap lines.</desc>
- <label xml:lang="en-US">Snap lines</label>
- </info>
- </prop>
- <prop oor:name="PageMargin" oor:type="xs:boolean">
- <!-- OldPath: Draw/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether the outline of an object is justified with adjacent page margins.</desc>
- <label xml:lang="en-US">Page margins</label>
- </info>
- </prop>
- <prop oor:name="ObjectFrame" oor:type="xs:boolean">
- <!-- OldPath: Draw/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to justify the outline of an object to that of
- an adjacent object.</desc>
- <label xml:lang="en-US">Object frame</label>
- </info>
- </prop>
- <prop oor:name="ObjectPoint" oor:type="xs:boolean">
- <!-- OldPath: Draw/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to snap corner points of adjacent objects.</desc>
- <label xml:lang="en-US">Object points</label>
- </info>
- </prop>
- <prop oor:name="Range" oor:type="xs:int">
- <!-- OldPath: Draw/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
- <value>5</value>
- <info>
- <desc xml:lang="en-US">Specifies the maximal range in pixel along the coordinate axes at which
- snapping becomes active.</desc>
- <label xml:lang="en-US">Snap range</label>
- </info>
- <constraints>
- <minInclusive oor:value="1"/>
- <maxInclusive oor:value="50"/>
- </constraints>
- </prop>
- </group>
- <group oor:name="Position">
- <info>
- <desc xml:lang="en-US">Specifies constraints regarding the creation and modification of graphical
- objects.</desc>
- </info>
- <prop oor:name="CreatingMoving" oor:type="xs:boolean">
- <!-- OldPath: Draw/Snap/Position -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to restrict the creation of objects to squares,
- circles, etc. and to retain the x/y ratio when resizing.</desc>
- <label xml:lang="en-US">When creating or moving objects</label>
- </info>
- </prop>
- <prop oor:name="ExtendEdges" oor:type="xs:boolean">
- <!-- OldPath: Draw/Snap/Position -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">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 xml:lang="en-US">Extend edges</label>
- </info>
- </prop>
- <prop oor:name="Rotating" oor:type="xs:boolean">
- <!-- OldPath: Draw/Snap/Position -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to use snapping while rotating an object.</desc>
- <label xml:lang="en-US">When rotating</label>
- </info>
- </prop>
- <prop oor:name="RotatingValue" oor:type="xs:int">
- <!-- OldPath: Draw/Snap/Position -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
- <value>1500</value>
- <info>
- <desc xml:lang="en-US">Specifies the rotation angle as a multiple of this input value when snapping for rotation is enabled. [UNIT=Degree/100]</desc>
- <label xml:lang="en-US">When rotating</label>
- </info>
- <constraints>
- <minInclusive oor:value="0"/>
- <maxInclusive oor:value="18000"/>
- </constraints>
- </prop>
- <prop oor:name="PointReduction" oor:type="xs:int">
- <!-- OldPath: Draw/Snap/Position -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
- <value>1500</value>
- <info>
- <desc xml:lang="en-US">When moving a point in the point editor this is the maximal angle
- at the two adjacent points between the lines connecting those two points with each other
- and with the moved point at which snapping to the connection line and removal of the
- moved point takes place. [UNIT=Degree/100]</desc>
- <label xml:lang="en-US">Point reduction</label>
- </info>
- <constraints>
- <minInclusive oor:value="100"/>
- <maxInclusive oor:value="9000"/>
- </constraints>
- </prop>
- </group>
- </group>
- <group oor:name="Zoom">
- <info>
- <desc xml:lang="en-US">Contains configuration items related to zooming.</desc>
- </info>
- <prop oor:name="ScaleX" oor:type="xs:int">
- <!-- OldPath: Draw/Zoom -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Zoom - [Section] Scale -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies zoom factor along the horizontal axis.</desc>
- <label xml:lang="en-US">Scale</label>
- </info>
- </prop>
- <prop oor:name="ScaleY" oor:type="xs:int">
- <!-- OldPath: Draw/Zoom -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Zoom - [Section] Scale -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies zoom factor along the vertical axis.</desc>
- <label xml:lang="en-US">Scale</label>
- </info>
- </prop>
- </group>
- <group oor:name="Grid">
- <info>
- <desc xml:lang="en-US">Defines handling and display of the (snap) grid.</desc>
- </info>
- <group oor:name="Option">
- <info>
- <desc xml:lang="en-US">Switches regarding use and display of the (snap) grid.</desc>
- </info>
- <prop oor:name="SnapToGrid" oor:type="xs:boolean">
- <!-- OldPath: Draw/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to force frames and
- drawing elements on grid points.</desc>
- <label xml:lang="en-US">Snap to grid</label>
- </info>
- </prop>
- <prop oor:name="VisibleGrid" oor:type="xs:boolean">
- <!-- OldPath: Draw/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show the grid.</desc>
- <label xml:lang="en-US">Visible grid</label>
- </info>
- </prop>
- <prop oor:name="Synchronize" oor:type="xs:boolean">
- <!-- OldPath: Draw/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to synchronize the
- resolutions of x- and y-grids.</desc>
- <label xml:lang="en-US">Synchronize axes</label>
- </info>
- </prop>
- </group>
- <group oor:name="Resolution">
- <info>
- <desc xml:lang="en-US">Specifies the grid resolution.</desc>
- </info>
- <group oor:name="XAxis">
- <!-- OldPath: Draw/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
- <!-- Notice: Default-nonmetrical value: 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 adjacent grid points.</desc>
- <label xml:lang="en-US">X Axis Resolution</label>
- </info>
- </group>
- <group oor:name="YAxis">
- <!-- OldPath: Draw/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
- <!-- Notice: Default- nonmerical value: 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 adjacent grid points.</desc>
- <label xml:lang="en-US">Y Axis Resolution</label>
- </info>
- </group>
- </group>
- <group oor:name="Subdivision">
- <info>
- <desc xml:lang="en-US">Specifies the subdivision of the grid.</desc>
- </info>
- <prop oor:name="XAxis" oor:type="xs:double">
- <!-- OldPath: Draw/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
- <!-- Notice: Default value for English Version only: 254 Points) -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of points 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:double">
- <!-- OldPath: Draw/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
- <!-- Notice: Default value for English Version only: 254 Points) -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of points between two grid points on the Y axis.</desc>
- <label xml:lang="en-US">Y Axis Subdivision</label>
- </info>
- </prop>
- </group>
- <group oor:name="SnapGrid">
- <info>
- <desc xml:lang="en-US">Specifies the snap grid.</desc>
- </info>
- <prop oor:name="Size" oor:type="xs:boolean">
- <!-- OldPath: Draw/Grid/Snap_Grid -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Snap grid -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to synchronize grid and snap-grid.</desc>
- <label xml:lang="en-US">Size to grid</label>
- </info>
- </prop>
- <group oor:name="XAxis">
- <!-- OldPath: Draw/Grid/Snap_Grid -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Snap grid -->
- <!-- Notice: Default-nonmetrical value: 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 adjacent points of the
- snap grid.</desc>
- <label xml:lang="en-US">X axis</label>
- </info>
- </group>
- <group oor:name="YAxis">
- <!-- OldPath: Draw/Grid/Snap_Grid -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Grid - [Section] Snap grid -->
- <!-- Notice: Default-Default-nonmetrical value: 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 adjacent points of the snap
- grid.</desc>
- <label xml:lang="en-US">Y axis</label>
- </info>
- </group>
- </group>
- </group>
- <group oor:name="Print">
- <info>
- <desc xml:lang="en-US">Defines options regarding the printing of Draw documents.</desc>
- </info>
- <group oor:name="Content">
- <info>
- <desc xml:lang="en-US">Defines options regarding the printing of document content.</desc>
- </info>
- <prop oor:name="Drawing" oor:type="xs:boolean">
- <!-- OldPath: Draw/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Print - [Section] Contents -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether the drawing page (in contrast to master page)
- will be printed.</desc>
- <label xml:lang="en-US">Drawing</label>
- </info>
- </prop>
- </group>
- <group oor:name="Page">
- <info>
- <desc xml:lang="en-US">Specifies how and what pages will be printed.</desc>
- </info>
- <prop oor:name="PageSize" oor:type="xs:boolean">
- <!-- OldPath: Draw/Print/Page -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to enlarge or shrink a document's page size
- while printing to fit the physical paper size.</desc>
- <label xml:lang="en-US">Fit to page</label>
- </info>
- </prop>
- <prop oor:name="PageTile" oor:type="xs:boolean">
- <!-- OldPath: Draw/Print/Page -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to print the pages' titles at the top of every
- page.</desc>
- <label xml:lang="en-US">Tile pages</label>
- </info>
- </prop>
- <prop oor:name="Booklet" oor:type="xs:boolean">
- <!-- OldPath: Draw/Print/Page -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to print a document in the form of a brochure.</desc>
- <label xml:lang="en-US">Brochure</label>
- </info>
- </prop>
- <prop oor:name="BookletFront" oor:type="xs:boolean">
- <!-- OldPath: Draw/Print/Page -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to print the front side pages of a brochure.</desc>
- <label xml:lang="en-US">Front side</label>
- </info>
- </prop>
- <prop oor:name="BookletBack" oor:type="xs:boolean">
- <!-- OldPath: Draw/Print/Page -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to print the back side pages of a brochure.</desc>
- <label xml:lang="en-US">Back side</label>
- </info>
- </prop>
- </group>
- <group oor:name="Other">
- <info>
- <desc xml:lang="en-US">Contains specifications of general printing related issues.</desc>
- </info>
- <prop oor:name="PageName" oor:type="xs:boolean">
- <!-- OldPath: Draw/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Print - [Section] Print -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to print page names.</desc>
- <label xml:lang="en-US">Page name</label>
- </info>
- </prop>
- <prop oor:name="Date" oor:type="xs:boolean">
- <!-- OldPath: Draw/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Print - [Section] Print -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to print the current date at the top of every
- page.</desc>
- <label xml:lang="en-US">Date</label>
- </info>
- </prop>
- <prop oor:name="Time" oor:type="xs:boolean">
- <!-- OldPath: Draw/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Print - [Section] Print -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to print the current time at the top of every
- page.</desc>
- <label xml:lang="en-US">Time</label>
- </info>
- </prop>
- <prop oor:name="HiddenPage" oor:type="xs:boolean">
- <!-- OldPath: Draw/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Print - [Section] Print -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to print hidden pages.</desc>
- <label xml:lang="en-US">Hidden pages</label>
- </info>
- </prop>
- <prop oor:name="Quality" oor:type="xs:int">
- <!-- OldPath: Draw/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Print - [Section] Quality -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the quality of the printed colors.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Color</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Grayscale</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Black/White</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="FromPrinterSetup" oor:type="xs:boolean">
- <!-- OldPath: Draw/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: AF -->
- <!-- UIHints: Tools - Options - Drawing Print [Check box] From printer setup -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to use the system settings of the printer to
- choose the paper tray.</desc>
- <label xml:lang="en-US">From printer setup</label>
- </info>
- </prop>
- </group>
- </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="Draw" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Defines the properties of the Draw application.</desc>
+ </info>
+ <import oor:component="org.openoffice.Office.Common"/>
+ <component>
+ <group oor:name="Layout">
+ <info>
+ <desc xml:lang="en-US">Defines the general properties of the graphical object representation.</desc>
+ </info>
+ <group oor:name="Display">
+ <info>
+ <desc xml:lang="en-US">Defines the general properties of the graphical object representation of screen displays.</desc>
+ </info>
+ <prop oor:name="Ruler" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Layout/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to show the rulers at the left and at the top of the working area.</desc>
+ <label xml:lang="en-US">Rulers visible</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Helpline" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Layout/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to show help lines that can be created by dragging them from the rulers.</desc>
+ <label xml:lang="en-US">Helplines visible</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Guide" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Layout/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to show help lines when moving an object.</desc>
+ <label xml:lang="en-US">Guides when moving</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Bezier" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Layout/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to show all control points in the Bezier curve editor.</desc>
+ <label xml:lang="en-US">All control points in Bezier editor</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Contour" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Layout/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to show the outline of all moved objects when moving more then one object at a time.</desc>
+ <label xml:lang="en-US">Contour of each individual object</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Other">
+ <info>
+ <desc xml:lang="en-US">Defines other properties regarding device independant graphical object representation.</desc>
+ </info>
+ <group oor:name="TabStop">
+ <!-- OldPath: Draw/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Tab stops -->
+ <!-- Notice: Default-Nonmetric Value: 1270 1/100 mm-->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Specifies the distance between adjacent tab stops.</desc>
+ <label xml:lang="en-US">Tab stops</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1250</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ <group oor:name="MeasureUnit">
+ <!-- OldPath: Draw/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Meas. units -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Contains the specification of distances and sizes.</desc>
+ <label xml:lang="en-US">Measurement unit</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies the unit used for specification of distances and sizes in a metric environment.</desc>
+ </info>
+ <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>
+ <value>2</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies the unit used for specification of distances and sizes in a non metric environment.</desc>
+ <label xml:lang="en-US">Measurement unit</label>
+ </info>
+ <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>
+ <value>8</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Content">
+ <info>
+ <desc xml:lang="en-US">Contains the specification of how to display the content of Draw documents.</desc>
+ </info>
+ <group oor:name="Display">
+ <info>
+ <desc xml:lang="en-US">Contains the specification of how to display the content of Draw documents on screen.</desc>
+ </info>
+ <prop oor:name="PicturePlaceholder" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to show only outlines of graphical objects.</desc>
+ <label xml:lang="en-US">Picture placeholders</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ContourMode" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to show only outlines of draw objects.</desc>
+ <label xml:lang="en-US">Contour mode</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="TextPlaceholder" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to use placeholders for text in draw objects.</desc>
+ <label xml:lang="en-US">Text placeholders</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="LineContour" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to show only hairlines instead of an object's linestyle.</desc>
+ <label xml:lang="en-US">Line contour only</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Misc">
+ <info>
+ <desc xml:lang="en-US">Contains a collection of configuration items of the Draw application that do not fit into another category.</desc>
+ </info>
+ <prop oor:name="BackgroundCache" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Other [Section] Other -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to store master pages in a cache to speed up drawing.</desc>
+ <label xml:lang="en-US">Use background cache</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CopyWhileMoving" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Other [Section] Other -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether moving while holding the Control key makes a copy of the moved object.</desc>
+ <label xml:lang="en-US">Copy while moving</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ObjectMoveable" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Other [Section] Other -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether objects can still be moved while in rotating mode.</desc>
+ <label xml:lang="en-US">Objects always moveable</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="NoDistort" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Other [Section] Other -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">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 xml:lang="en-US">Don&amp;apos;t distort objects in curve</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="DclickTextedit" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Option Bar -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether a double-click on a text object changes activates the edit mode.</desc>
+ <label xml:lang="en-US">Double-Click Text to Edit</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="RotateClick" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Option Bar -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether a double-click on an object activates the rotation mode.</desc>
+ <label xml:lang="en-US">Rotation Mode after clicking object</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Preview" oor:type="xs:double">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Menu: view - preview mode -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Specifies the color quality of the preview: 0 - Color, 868 - Grayscale, 5381 - Black/White.</desc>
+ <label xml:lang="en-US">Preview-Mode</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Color</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="868">
+ <info>
+ <desc xml:lang="en-US">Grayscale</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5381">
+ <info>
+ <desc xml:lang="en-US">Black/White</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="SimpleHandles" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Optionbar -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to show simple (true) or 3D-handles (false).</desc>
+ <label xml:lang="en-US">Simple Handles</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="BigHandles" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Optionbar -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to show big (true) or small (false) handles.</desc>
+ <label xml:lang="en-US">Big Handles</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="CreateWithAttributes" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Other -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Optionbar -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether the current attributes will be assigned to newly created objects.</desc>
+ <label xml:lang="en-US">Create with attributes</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="TextObject">
+ <info>
+ <desc xml:lang="en-US">Defines text editing related configuration items.</desc>
+ </info>
+ <prop oor:name="QuickEditing" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Other/Text_Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Other [Section] Text objects -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether a simple click on a text object changes it to edit mode.</desc>
+ <label xml:lang="en-US">Allow quick editing</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Selectable" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Other/Text_Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Other [Section] Text objects -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether a text frame can only be selected by clicking on the text or by clicking somewhere in the frame.</desc>
+ <label xml:lang="en-US">Only text area selectable</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="CrossFading">
+ <info>
+ <desc xml:lang="en-US">Contains a specification of how to morph between objects (e.g. how many steps and whether to regard the object's attributes).</desc>
+ </info>
+ <prop oor:name="Steps" oor:type="xs:short">
+ <!-- OldPath: Draw/Cross_fading -->
+ <!-- OldLocation: drawing.cfg -->
+ <!-- UIHints: Select two objects =&amp;gt; Edit Cross-fade -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Number of intermediate morphing steps between two objects.</desc>
+ <label xml:lang="en-US">Steps</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1"/>
+ <maxInclusive oor:value="256"/>
+ </constraints>
+ <value>16</value>
+ </prop>
+ <prop oor:name="Orientation" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Cross_fading -->
+ <!-- OldLocation: drawing.cfg -->
+ <!-- UIHints: Select two objects =&amp;gt; Edit Cross-fade -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether two objects to be morphed shall have the same orientation.</desc>
+ <label xml:lang="en-US">Orientation</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Attributes" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Cross_fading -->
+ <!-- OldLocation: drawing.cfg -->
+ <!-- UIHints: Select two objects =&amp;gt; Edit Cross-fade -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to consider objects' attributes (e.g. colors) when morphing one object into another.</desc>
+ <label xml:lang="en-US">Attributes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="DefaultObjectSize">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Default size for newly created objects when using CTRL-Return or CTRL-Klick -->
+ <info>
+ <author>AW</author>
+ <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>
+ <prop oor:name="Width" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies the default width of new objects. [UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>8000</value>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies the default height of new objects. [UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>5000</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Snap">
+ <info>
+ <desc xml:lang="en-US">Contains the specification of how to force object positions and sizes to the snap grid or to align with other objects.</desc>
+ </info>
+ <group oor:name="Object">
+ <info>
+ <desc xml:lang="en-US">Contains the specification of how to force object positions and sizes to predefined locations in relation to other objects.</desc>
+ </info>
+ <prop oor:name="Grid" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to snap an object when moved to the next grid point.</desc>
+ <label xml:lang="en-US">Grid lines</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SnapLine" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to snap at snap lines.</desc>
+ <label xml:lang="en-US">Snap lines</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PageMargin" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether the outline of an object is justified with adjacent page margins.</desc>
+ <label xml:lang="en-US">Page margins</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ObjectFrame" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to justify the outline of an object to that of an adjacent object.</desc>
+ <label xml:lang="en-US">Object frame</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ObjectPoint" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to snap corner points of adjacent objects.</desc>
+ <label xml:lang="en-US">Object points</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Range" oor:type="xs:int">
+ <!-- OldPath: Draw/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap to -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Specifies the maximal range in pixel along the coordinate axes at which snapping becomes active.</desc>
+ <label xml:lang="en-US">Snap range</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1"/>
+ <maxInclusive oor:value="50"/>
+ </constraints>
+ <value>5</value>
+ </prop>
+ </group>
+ <group oor:name="Position">
+ <info>
+ <desc xml:lang="en-US">Specifies constraints regarding the creation and modification of graphical objects.</desc>
+ </info>
+ <prop oor:name="CreatingMoving" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Snap/Position -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to restrict the creation of objects to squares, circles, etc. and to retain the x/y ratio when resizing.</desc>
+ <label xml:lang="en-US">When creating or moving objects</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ExtendEdges" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Snap/Position -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">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 xml:lang="en-US">Extend edges</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Rotating" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Snap/Position -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to use snapping while rotating an object.</desc>
+ <label xml:lang="en-US">When rotating</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="RotatingValue" oor:type="xs:int">
+ <!-- OldPath: Draw/Snap/Position -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Specifies the rotation angle as a multiple of this input value when snapping for rotation is enabled. [UNIT=Degree/100]</desc>
+ <label xml:lang="en-US">When rotating</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0"/>
+ <maxInclusive oor:value="18000"/>
+ </constraints>
+ <value>1500</value>
+ </prop>
+ <prop oor:name="PointReduction" oor:type="xs:int">
+ <!-- OldPath: Draw/Snap/Position -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Snap to Grid - [Section] Snap position -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">When moving a point in the point editor this is the maximal angle
+ at the two adjacent points between the lines connecting those two points with each other
+ and with the moved point at which snapping to the connection line and removal of the
+ moved point takes place. [UNIT=Degree/100]</desc>
+ <label xml:lang="en-US">Point reduction</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="100"/>
+ <maxInclusive oor:value="9000"/>
+ </constraints>
+ <value>1500</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Zoom">
+ <info>
+ <desc xml:lang="en-US">Contains configuration items related to zooming.</desc>
+ </info>
+ <prop oor:name="ScaleX" oor:type="xs:int">
+ <!-- OldPath: Draw/Zoom -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Zoom - [Section] Scale -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Specifies zoom factor along the horizontal axis.</desc>
+ <label xml:lang="en-US">Scale</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="ScaleY" oor:type="xs:int">
+ <!-- OldPath: Draw/Zoom -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Zoom - [Section] Scale -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Specifies zoom factor along the vertical axis.</desc>
+ <label xml:lang="en-US">Scale</label>
+ </info>
+ <value>1</value>
+ </prop>
+ </group>
+ <group oor:name="Grid">
+ <info>
+ <desc xml:lang="en-US">Defines handling and display of the (snap) grid.</desc>
+ </info>
+ <group oor:name="Option">
+ <info>
+ <desc xml:lang="en-US">Switches regarding use and display of the (snap) grid.</desc>
+ </info>
+ <prop oor:name="SnapToGrid" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Options -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to force frames and drawing elements on grid points.</desc>
+ <label xml:lang="en-US">Snap to grid</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="VisibleGrid" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Options -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to show the grid.</desc>
+ <label xml:lang="en-US">Visible grid</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Synchronize" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Options -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to synchronize the resolutions of x- and y-grids.</desc>
+ <label xml:lang="en-US">Synchronize axes</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Resolution">
+ <info>
+ <desc xml:lang="en-US">Specifies the grid resolution.</desc>
+ </info>
+ <group oor:name="XAxis">
+ <!-- OldPath: Draw/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
+ <!-- Notice: Default-nonmetrical value: 1270 1/100 mm. -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Defines the horizontal distance between adjacent grid points.</desc>
+ <label xml:lang="en-US">X Axis Resolution</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ <group oor:name="YAxis">
+ <!-- OldPath: Draw/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
+ <!-- Notice: Default- nonmerical value: 1270 1/100 mm. -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Defines the vertical distance between adjacent grid points.</desc>
+ <label xml:lang="en-US">Y Axis Resolution</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Subdivision">
+ <info>
+ <desc xml:lang="en-US">Specifies the subdivision of the grid.</desc>
+ </info>
+ <prop oor:name="XAxis" oor:type="xs:double">
+ <!-- OldPath: Draw/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
+ <!-- Notice: Default value for English Version only: 254 Points) -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Specifies the number of points between two grid points on the X axis.</desc>
+ <label xml:lang="en-US">X Axis Subdivision</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="YAxis" oor:type="xs:double">
+ <!-- OldPath: Draw/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Grid -->
+ <!-- Notice: Default value for English Version only: 254 Points) -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Specifies the number of points between two grid points on the Y axis.</desc>
+ <label xml:lang="en-US">Y Axis Subdivision</label>
+ </info>
+ <value>1</value>
+ </prop>
+ </group>
+ <group oor:name="SnapGrid">
+ <info>
+ <desc xml:lang="en-US">Specifies the snap grid.</desc>
+ </info>
+ <prop oor:name="Size" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Grid/Snap_Grid -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Snap grid -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to synchronize grid and snap-grid.</desc>
+ <label xml:lang="en-US">Size to grid</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="XAxis">
+ <!-- OldPath: Draw/Grid/Snap_Grid -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Snap grid -->
+ <!-- Notice: Default-nonmetrical value: 1270 1/100 mm. -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Defines the horizontal distance between adjacent points of the snap grid.</desc>
+ <label xml:lang="en-US">X axis</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ <group oor:name="YAxis">
+ <!-- OldPath: Draw/Grid/Snap_Grid -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Grid - [Section] Snap grid -->
+ <!-- Notice: Default-Default-nonmetrical value: 1270 1/100 mm. -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Defines the vertical distance between adjacent points of the snap grid.</desc>
+ <label xml:lang="en-US">Y axis</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Print">
+ <info>
+ <desc xml:lang="en-US">Defines options regarding the printing of Draw documents.</desc>
+ </info>
+ <group oor:name="Content">
+ <info>
+ <desc xml:lang="en-US">Defines options regarding the printing of document content.</desc>
+ </info>
+ <prop oor:name="Drawing" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Print - [Section] Contents -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether the drawing page (in contrast to master page) will be printed.</desc>
+ <label xml:lang="en-US">Drawing</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Page">
+ <info>
+ <desc xml:lang="en-US">Specifies how and what pages will be printed.</desc>
+ </info>
+ <prop oor:name="PageSize" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Print/Page -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to enlarge or shrink a document's page size while printing to fit the physical paper size.</desc>
+ <label xml:lang="en-US">Fit to page</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="PageTile" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Print/Page -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to print the pages' titles at the top of every page.</desc>
+ <label xml:lang="en-US">Tile pages</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Booklet" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Print/Page -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to print a document in the form of a brochure.</desc>
+ <label xml:lang="en-US">Brochure</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="BookletFront" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Print/Page -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to print the front side pages of a brochure.</desc>
+ <label xml:lang="en-US">Front side</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="BookletBack" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Print/Page -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Drawing Print - [Section] Page options -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to print the back side pages of a brochure.</desc>
+ <label xml:lang="en-US">Back side</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Other">
+ <info>
+ <desc xml:lang="en-US">Contains specifications of general printing related issues.</desc>
+ </info>
+ <prop oor:name="PageName" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Print - [Section] Print -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to print page names.</desc>
+ <label xml:lang="en-US">Page name</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Date" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Print - [Section] Print -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to print the current date at the top of every page.</desc>
+ <label xml:lang="en-US">Date</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Time" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Print - [Section] Print -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to print the current time at the top of every page.</desc>
+ <label xml:lang="en-US">Time</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HiddenPage" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Print - [Section] Print -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to print hidden pages.</desc>
+ <label xml:lang="en-US">Hidden pages</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Quality" oor:type="xs:int">
+ <!-- OldPath: Draw/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Print - [Section] Quality -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Specifies the quality of the printed colors.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Color</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Grayscale</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Black/White</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="FromPrinterSetup" oor:type="xs:boolean">
+ <!-- OldPath: Draw/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Drawing Print [Check box] From printer setup -->
+ <info>
+ <author>AF</author>
+ <desc xml:lang="en-US">Indicates whether to use the system settings of the printer to choose the paper tray.</desc>
+ <label xml:lang="en-US">From printer setup</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ </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 695ba17b22f2..de632c0c55d0 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:06:50 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,1083 +60,1023 @@
*
************************************************************************ -->
<!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"/>
- <!-- Responsible: AF -->
- <info>
- <desc xml:lang="en-US">Contains configuration items related to the Impress application.</desc>
- </info>
- <component>
- <group oor:name="Layout">
- <info>
- <desc xml:lang="en-US">Contains general properties of the graphical object representation.</desc>
- </info>
- <group oor:name="Display">
- <info>
- <desc xml:lang="en-US">Contains general properties of the graphical object representation of screen
- displays.</desc>
- </info>
- <prop oor:name="Ruler" oor:type="xs:boolean">
- <!-- OldPath: Impress/Layout/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show the rulers at the left and at the top
- of the working area.</desc>
- <label xml:lang="en-US">Rulers visible</label>
- </info>
- </prop>
- <prop oor:name="Helpline" oor:type="xs:boolean">
- <!-- OldPath: Impress/Layout/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show help-lines that can be created by
- dragging them from the rulers.</desc>
- <label xml:lang="en-US">Helplines visible</label>
- </info>
- </prop>
- <prop oor:name="Guide" oor:type="xs:boolean">
- <!-- OldPath: Impress/Layout/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show help-lines when moving an object.</desc>
- <label xml:lang="en-US">Guides when moving</label>
- </info>
- </prop>
- <prop oor:name="Bezier" oor:type="xs:boolean">
- <!-- OldPath: Impress/Layout/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show all control points in the Bezier
- curve editor.</desc>
- <label xml:lang="en-US">All control points in Bezier editor</label>
- </info>
- </prop>
- <prop oor:name="Contour" oor:type="xs:boolean">
- <!-- OldPath: Impress/Layout/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show the outline of all moved objects when moving
- more then one object at the same time.</desc>
- <label xml:lang="en-US">Contour of each individual object</label>
- </info>
- </prop>
- </group>
- <group oor:name="Other">
- <group oor:name="TabStop">
- <!-- OldPath: Impress/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Tab stops -->
- <!-- Notice: Default-Nonmetric Value: 1270 1/100 mm-->
- <prop oor:name="Metric" oor:type="xs:int">
- <value>1250</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between adjacent tab stops in 1/100 mm when the metric
- system is selected.</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">Specifies the distance between adjacent tab stops in 1/100 mm when the non-metric
- system is selected.</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <info>
- <desc xml:lang="en-US">Specifies the distance between adjacent tab stops with regard to
- whether the metric or the non-metric system is currently selected.</desc>
- <label xml:lang="en-US">Tab stops</label>
- </info>
- </group>
- <group oor:name="MeasureUnit">
- <!-- OldPath: Impress/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation- Layout - [Section] Meas. units -->
- <info>
- <desc xml:lang="en-US">Specifies the measurement unit to be used with respect to whether
- the metric or the non-metric system is selected.</desc>
- <label xml:lang="en-US">Measurement unit</label>
- </info>
- <prop oor:name="Metric" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Specifies the measurement unit to be used when the metric
- system is selected.</desc>
- <label xml:lang="en-US">Measurement unit</label>
- </info>
- <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">
- <info>
- <desc xml:lang="en-US">Specifies the measurement unit to be used when the non-metric
- system is selected.</desc>
- <label xml:lang="en-US">Measurement unit</label>
- </info>
- <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>
- </group>
- </group>
- </group>
- <group oor:name="Content">
- <info>
- <desc xml:lang="en-US">Contains content related configuration items.</desc>
- </info>
- <group oor:name="Display">
- <info>
- <desc xml:lang="en-US">Contains configuration items related to the display of Impress documents.</desc>
- </info>
- <prop oor:name="PicturePlaceholder" oor:type="xs:boolean">
- <!-- OldPath: Impress/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation - Contents - [Section] Alternative display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show only the bounding box of
- graphic-objects like bitmaps and drawings.</desc>
- <label xml:lang="en-US">Picture placeholders</label>
- </info>
- </prop>
- <prop oor:name="ContourMode" oor:type="xs:boolean">
- <!-- OldPath: Impress/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation - Contents - [Section] Alternative display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show only outlines of objects such as filled
- rectangles and filled ellipses.</desc>
- <label xml:lang="en-US">Contour mode</label>
- </info>
- </prop>
- <prop oor:name="TextPlaceholder" oor:type="xs:boolean">
- <!-- OldPath: Impress/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation - Contents - [Section] Alternative display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show only a placeholder for text in
- graphical objects.</desc>
- <label xml:lang="en-US">Text placeholders</label>
- </info>
- </prop>
- <prop oor:name="LineContour" oor:type="xs:boolean">
- <!-- OldPath: Impress/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation - Contents - [Section] Alternative display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show only hairlines instead of the true
- line styles.</desc>
- <label xml:lang="en-US">Line contour only</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Misc">
- <info>
- <desc xml:lang="en-US">Contains a collection of configuration items of the Impress application that do not fit into another category.</desc>
- </info>
- <prop oor:name="BackgroundCache" oor:type="xs:boolean">
- <!-- OldPath: Impress/Other -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Other [Section] Other -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to store master pages in a cache to speed up
- drawing.</desc>
- <label xml:lang="en-US">Use background cache</label>
- </info>
- </prop>
- <prop oor:name="CopyWhileMoving" oor:type="xs:boolean">
- <!-- OldPath: Impress/Other -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Other [Section] Other -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether moving while holding the Control key makes a copy
- of the moved object.</desc>
- <label xml:lang="en-US">Copy while moving</label>
- </info>
- </prop>
- <prop oor:name="ObjectMoveable" oor:type="xs:boolean">
- <!-- OldPath: Impress/Other -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Other [Section] Other -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether objects can still be moved while in rotating mode.</desc>
- <label xml:lang="en-US">Objects always moveable</label>
- </info>
- </prop>
- <prop oor:name="NoDistort" oor:type="xs:boolean">
- <!-- OldPath: Impress/Other -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Other [Section] Other -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">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 xml:lang="en-US">Don&amp;apos;t distort objects in curve</label>
- </info>
- </prop>
- <prop oor:name="DclickTextedit" oor:type="xs:boolean">
- <!-- OldPath: Impress/Other -->
- <!-- OldLocation: soffice.cfg -->
- <!-- UIHints: Option Bar -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether a double-click on a text object activates the
- edit mode.</desc>
- <label xml:lang="en-US">Double-Click Text to Edit</label>
- </info>
- </prop>
- <prop oor:name="RotateClick" oor:type="xs:boolean">
- <!-- OldPath: Impress/Other -->
- <!-- OldLocation: soffice.cfg -->
- <!-- UIHints: Option Bar -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether a double-click on an object activates the
- rotation mode.</desc>
- <label xml:lang="en-US">Rotation Mode after clicking object</label>
- </info>
- </prop>
- <prop oor:name="Preview" oor:type="xs:double">
- <!-- OldPath: Impress/Other -->
- <!-- OldLocation: soffice.cfg -->
- <!-- UIHints: Menu: view - preview mode -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the color quality of the preview: 0 - Color, 868 -
- Grayscale, 5381 - Black/White.</desc>
- <label xml:lang="en-US">Preview-Mode</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Color</desc>
- </info>
- </enumeration>
- <enumeration oor:value="868">
- <info>
- <desc xml:lang="en-US">Grayscale</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5381">
- <info>
- <desc xml:lang="en-US">Black/White</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="SimpleHandles" oor:type="xs:boolean">
- <!-- OldPath: Impress/Other -->
- <!-- OldLocation: soffice.cfg -->
- <!-- UIHints: Optionbar -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show simple (true) or 3D-handles (false).</desc>
- <label xml:lang="en-US">Simple Handles</label>
- </info>
- </prop>
- <prop oor:name="BigHandles" oor:type="xs:boolean">
- <!-- OldPath: Impress/Other -->
- <!-- OldLocation: soffice.cfg -->
- <!-- UIHints: Optionbar -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show big (true) or small (false) handles.</desc>
- <label xml:lang="en-US">Big Handles</label>
- </info>
- </prop>
- <prop oor:name="CreateWithAttributes" oor:type="xs:boolean">
- <!-- OldPath: Impress/Other -->
- <!-- OldLocation: soffice.cfg -->
- <!-- UIHints: Optionbar -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether the current attributes will be assigned to newly
- created objects.</desc>
- <label xml:lang="en-US">Create with attributes</label>
- </info>
- </prop>
- <prop oor:name="ShowUndoDeleteWarning" oor:type="xs:boolean">
- <!-- OldPath: -->
- <!-- OldLocation: -->
- <!-- Responsible: AW -->
- <!-- UIHints: UNDO stack delete warnng dialog -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether the warning dialog appears when setting a new standard page layout.</desc>
- <label xml:lang="en-US">Show Undo-Stack Delete Warning</label>
- </info>
- </prop>
- <group oor:name="TextObject">
- <info>
- <desc xml:lang="en-US">Contains text editing related configuration items.</desc>
- </info>
- <prop oor:name="QuickEditing" oor:type="xs:boolean">
- <!-- OldPath: Impress/Other/Text_Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Other [Section] Text objects -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether a simple click on a text object changes it to
- edit mode.</desc>
- <label xml:lang="en-US">Allow quick editing</label>
- </info>
- </prop>
- <prop oor:name="Selectable" oor:type="xs:boolean">
- <!-- OldPath: Impress/Other/Text_Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Other [Section] Text objects -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether a text frame can only be selected by clicking
- on the text or by clicking somewhere in the frame.</desc>
- <label xml:lang="en-US">Only text area selectable</label>
- </info>
- </prop>
- </group>
- <group oor:name="NewDoc">
- <info>
- <desc xml:lang="en-US">Specifies configuration items governing the behaviour when creating a new
- document or a new page.</desc>
- <label xml:lang="en-US">Start with AutoPilots</label>
- </info>
- <prop oor:name="AutoPilot" oor:type="xs:boolean">
- <!-- OldPath: Impress/Other/New_Doc -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Other [Section] New document -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show the autopilot when creating a new
- presentation.</desc>
- <label xml:lang="en-US">Start with AutoPilots</label>
- </info>
- </prop>
- <prop oor:name="Layout" oor:type="xs:boolean">
- <!-- OldPath: Impress/Other/New_Doc -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Other [Section] New document -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show the layout dialog when creating a new
- page.</desc>
- <label xml:lang="en-US">Start with AutoPilots</label>
- </info>
- </prop>
- </group>
- <group oor:name="Start">
- <info>
- <desc xml:lang="en-US">Specifies configuration items governing behaviour when starting a
- presentation.</desc>
- </info>
- <prop oor:name="CurrentPage" oor:type="xs:boolean">
- <!-- OldPath: Impress/Other/Start -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Other [Section] Start presentation -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to start the presentation with the current
- (true) or the first (false) page.</desc>
- <label xml:lang="en-US">Always with current page</label>
- </info>
- </prop>
- </group>
- <group oor:name="Compatibility">
- <prop oor:name="AddBetween" oor:type="xs:boolean">
- <!-- OldPath: Writer/Other/Compatibility -->
- <!-- Responsible: SJ -->
- <!-- UIHints: Tools - Options - Presentation - Other - [Section] Compatibility -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if spacing between paragraphs should be added to ensure compatibility to MS Word documents</desc>
- <label xml:lang="en-US">Add spacing between paragraphs</label>
- </info>
- </prop>
- </group>
- <group oor:name="DefaultObjectSize">
- <!-- OldPath: -->
- <!-- OldLocation: -->
- <!-- Responsible: AW -->
- <!-- 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>
- <group oor:name="Snap">
- <info>
- <desc xml:lang="en-US">Specifies how to force object positions and sizes to the snap
- grid or to align with other objects.</desc>
- </info>
- <group oor:name="Object">
- <info>
- <desc xml:lang="en-US">Specifies how to force object positions and sizes to
- predefined locations in relation to other objects.</desc>
- </info>
- <prop oor:name="Grid" oor:type="xs:boolean">
- <!-- OldPath: Impress/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to snap an object when moved to the next grid
- point.</desc>
- <label xml:lang="en-US">Grid lines</label>
- </info>
- </prop>
- <prop oor:name="SnapLine" oor:type="xs:boolean">
- <!-- OldPath: Impress/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to snap at snap lines.</desc>
- <label xml:lang="en-US">Snap lines</label>
- </info>
- </prop>
- <prop oor:name="PageMargin" oor:type="xs:boolean">
- <!-- OldPath: Impress/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether the outline of an object is justified with adjacent page margins.</desc>
- <label xml:lang="en-US">Page margins</label>
- </info>
- </prop>
- <prop oor:name="ObjectFrame" oor:type="xs:boolean">
- <!-- OldPath: Impress/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to justify the outline of an object to that of
- an adjacent object.</desc>
- <label xml:lang="en-US">Object frame</label>
- </info>
- </prop>
- <prop oor:name="ObjectPoint" oor:type="xs:boolean">
- <!-- OldPath: Impress/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to snap corner points of adjacent objects.</desc>
- <label xml:lang="en-US">Object points</label>
- </info>
- </prop>
- <prop oor:name="Range" oor:type="xs:int">
- <!-- OldPath: Impress/Snap/Objects -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
- <value>5</value>
- <info>
- <desc xml:lang="en-US">Specifies the maximal range in pixels along the coordinate axes at which
- snapping becomes active.</desc>
- <label xml:lang="en-US">Snap range</label>
- </info>
- <constraints>
- <minInclusive oor:value="1"/>
- <maxInclusive oor:value="50"/>
- </constraints>
- </prop>
- </group>
- <group oor:name="Position">
- <info>
- <desc xml:lang="en-US">Specifies constraints regarding the creation and modification of graphical
- objects.</desc>
- </info>
- <prop oor:name="CreatingMoving" oor:type="xs:boolean">
- <!-- OldPath: Impress/Snap/Position -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap position -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to restrict the creation of objects to squares,
- circles, etc. and to retain the x/y ratio when resizing.</desc>
- <label xml:lang="en-US">When creating or moving objects</label>
- </info>
- </prop>
- <prop oor:name="ExtendEdges" oor:type="xs:boolean">
- <!-- OldPath: Impress/Snap/Position -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap position -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">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 xml:lang="en-US">Extend edges</label>
- </info>
- </prop>
- <prop oor:name="Rotating" oor:type="xs:boolean">
- <!-- OldPath: Impress/Snap/Position -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap position -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to use snapping while rotating an object.</desc>
- <label xml:lang="en-US">When rotating</label>
- </info>
- </prop>
- <prop oor:name="RotatingValue" oor:type="xs:int">
- <!-- OldPath: Impress/Snap/Position -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap position -->
- <value>1500</value>
- <info>
- <desc xml:lang="en-US">Specifies the rotation angle when snapping for rotation is enabled. [UNIT=Degree/100]</desc>
- <label xml:lang="en-US">When rotating</label>
- </info>
- <constraints>
- <minInclusive oor:value="0"/>
- <maxInclusive oor:value="18000"/>
- </constraints>
- </prop>
- <prop oor:name="PointReduction" oor:type="xs:int">
- <!-- OldPath: Impress/Snap/Position -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap position -->
- <value>1500</value>
- <info>
- <desc xml:lang="en-US">When moving a point in the point editor this is the maximal angle
- at the two adjacent points between the lines connecting those two points with each other
- and with the moved point at which snapping to the connection line and removal of the
- moved point takes place. [UNIT=Degree/100]</desc>
- <label xml:lang="en-US">Point reduction</label>
- </info>
- <constraints>
- <minInclusive oor:value="100"/>
- <maxInclusive oor:value="9000"/>
- </constraints>
- </prop>
- </group>
- </group>
- <group oor:name="Grid">
- <info>
- <desc xml:lang="en-US">Defines the handling and display of the snap grid.</desc>
- </info>
- <group oor:name="Option">
- <info>
- <desc xml:lang="en-US">Specifies switches regarding use and display of the snap grid.</desc>
- </info>
- <prop oor:name="SnapToGrid" oor:type="xs:boolean">
- <!-- OldPath: Impress/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Grid - [Section] Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to force frames and
- drawing elements on grid points.</desc>
- <label xml:lang="en-US">Snap to grid</label>
- </info>
- </prop>
- <prop oor:name="VisibleGrid" oor:type="xs:boolean">
- <!-- OldPath: Impress/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Grid - [Section] Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to show the grid.</desc>
- <label xml:lang="en-US">Visible grid</label>
- </info>
- </prop>
- <prop oor:name="Synchronize" oor:type="xs:boolean">
- <!-- OldPath: Impress/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Grid - [Section] Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to synchronize the
- resolutions of x- and y-grids.</desc>
- <label xml:lang="en-US">Synchronize axes</label>
- </info>
- </prop>
- </group>
- <group oor:name="Resolution">
- <info>
- <desc xml:lang="en-US">Specifies grid resolution.</desc>
- </info>
- <group oor:name="XAxis">
- <!-- OldPath: Impress/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Grid - [Section] Grid -->
- <!-- Notice: Default-nonmetrical value: 1270 1/100 mm. -->
- <prop oor:name="Metric" oor:type="xs:int">
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">Defines the horizontal distance between adjacent grid points in 1/100 mm, used when the metric system is active.</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">Defines the horizontal distance between adjacent grid points in 1/100 mm, used when the non-metric system is active.</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <info>
- <desc xml:lang="en-US">Defines the horizontal distance between adjacent grid points.</desc>
- <label xml:lang="en-US">X Axis Resolution</label>
- </info>
- </group>
- <group oor:name="YAxis">
- <!-- OldPath: Impress/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Grid - [Section] Grid -->
- <!-- Notice: Default- nonmerical value: 1270 1/100 mm. -->
- <prop oor:name="Metric" oor:type="xs:int">
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">Defines the vertical distance between adjacent grid points in 1/100 mm,
- used when the metric system is active.</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">Defines the vertical distance between adjacent grid points in 1/100 mm,
- used when the non-metric system is active.</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <info>
- <desc xml:lang="en-US">Defines the vertical distance between adjacent grid points.</desc>
- <label xml:lang="en-US">Y Axis Resolution</label>
- </info>
- </group>
- </group>
- <group oor:name="Subdivision">
- <info>
- <desc xml:lang="en-US">Specifies the subdivision of the grid.</desc>
- </info>
- <prop oor:name="XAxis" oor:type="xs:double">
- <!-- OldPath: Impress/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Grid - [Section] Grid -->
- <!-- Notice: Default value for English Version only: 254 Points) -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of points between two adjacent 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:double">
- <!-- OldPath: Impress/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Grid - [Section] Grid -->
- <!-- Notice: Default value for English Version only: 254 Points) -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of intervals between two adjacent grid
- points on the Y axis</desc>
- <label xml:lang="en-US">Y Axis Subdivision</label>
- </info>
- </prop>
- </group>
- <group oor:name="SnapGrid">
- <info>
- <desc xml:lang="en-US">Contains the specifications of the snap grid.</desc>
- </info>
- <prop oor:name="Size" oor:type="xs:boolean">
- <!-- OldPath: Impress/Grid/Snap_Grid -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Grid - [Section] Snap grid -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to synchronize grid and snap-grid.</desc>
- <label xml:lang="en-US">Size to grid</label>
- </info>
- </prop>
- <group oor:name="XAxis">
- <!-- OldPath: Impress/Grid/Snap_Grid -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Grid - [Section] Snap grid -->
- <!-- Notice: Default-nonmetrical value: 1270 1/100 mm. -->
- <prop oor:name="Metric" oor:type="xs:int">
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">Defines the horizontal distance between adjacent points of the snap grid in
- 1/100 mm, used when the metric system is selected.</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">Defines the horizontal distance between adjacent points of the snap grid in
- 1/100 mm, used when the non-metric system is selected.</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <info>
- <desc xml:lang="en-US">Defines the horizontal distance between adjacent points of the
- snap grid.</desc>
- <label xml:lang="en-US">X axis</label>
- </info>
- </group>
- <group oor:name="YAxis">
- <!-- OldPath: Impress/Grid/Snap_Grid -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Grid - [Section] Snap grid -->
- <!-- Notice: Default-Default-nonmetrical value: 1270 1/100 mm. -->
- <prop oor:name="Metric" oor:type="xs:int">
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">Defines the vertical distance between adjacent points of the snap grid in
- 1/100 mm, used when the metric system is selected.</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">Defines the vertical distance between adjacent points of the snap grid in
- 1/100 mm, used when the non-metric system is selected.</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <info>
- <desc xml:lang="en-US">Defines the vertical distance between adjacent points of the snap
- grid.</desc>
- <label xml:lang="en-US">Y axis</label>
- </info>
- </group>
- </group>
- </group>
- <group oor:name="Print">
- <info>
- <desc xml:lang="en-US">Defines options regarding the printing of Impress documents.</desc>
- </info>
- <group oor:name="Content">
- <info>
- <desc xml:lang="en-US">Defines options regarding the printing of document content.</desc>
- </info>
- <prop oor:name="Presentation" oor:type="xs:boolean">
- <!-- OldPath: Impress/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Print - [Section] Contents -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether the presentation will be printed.</desc>
- <label xml:lang="en-US">Presentation</label>
- </info>
- </prop>
- <prop oor:name="Note" oor:type="xs:boolean">
- <!-- OldPath: Impress/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Print - [Section] Contents -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether the notes will be printed.</desc>
- <label xml:lang="en-US">Notes</label>
- </info>
- </prop>
- <prop oor:name="Handout" oor:type="xs:boolean">
- <!-- OldPath: Impress/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Print - [Section] Contents -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether the handouts will be printed.</desc>
- <label xml:lang="en-US">Handouts</label>
- </info>
- </prop>
- <prop oor:name="Outline" oor:type="xs:boolean">
- <!-- OldPath: Impress/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Print - [Section] Contents -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether the outlines will be printed.</desc>
- <label xml:lang="en-US">Outline</label>
- </info>
- </prop>
- </group>
- <group oor:name="Page">
- <info>
- <desc xml:lang="en-US">Specifies how and which pages will be printed.</desc>
- </info>
- <prop oor:name="PageSize" oor:type="xs:boolean">
- <!-- OldPath: Impress/Print/Page -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to enlarge or shrink a document's page size
- while printing to fit the physical paper size.</desc>
- <label xml:lang="en-US">Fit to page</label>
- </info>
- </prop>
- <prop oor:name="PageTile" oor:type="xs:boolean">
- <!-- OldPath: Impress/Print/Page -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to print the pages' titles at the top of every
- page.</desc>
- <label xml:lang="en-US">Tile pages</label>
- </info>
- </prop>
- <prop oor:name="Booklet" oor:type="xs:boolean">
- <!-- OldPath: Impress/Print/Page -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to print a document in the form of a brochure.</desc>
- <label xml:lang="en-US">Brochure</label>
- </info>
- </prop>
- <prop oor:name="BookletFront" oor:type="xs:boolean">
- <!-- OldPath: Impress/Print/Page -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to print the front side pages of a brochure.</desc>
- <label xml:lang="en-US">Front side</label>
- </info>
- </prop>
- <prop oor:name="BookletBack" oor:type="xs:boolean">
- <!-- OldPath: Impress/Print/Page -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to print the back side pages of a brochure.</desc>
- <label xml:lang="en-US">Back side</label>
- </info>
- </prop>
- </group>
- <group oor:name="Other">
- <info>
- <desc xml:lang="en-US">Specifies general printing related issues.</desc>
- </info>
- <prop oor:name="PageName" oor:type="xs:boolean">
- <!-- OldPath: Impress/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Print - [Section] Print -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to print page names.</desc>
- <label xml:lang="en-US">Page name</label>
- </info>
- </prop>
- <prop oor:name="Date" oor:type="xs:boolean">
- <!-- OldPath: Impress/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Print - [Section] Print -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to print the current date at the top of every
- page.</desc>
- <label xml:lang="en-US">Date</label>
- </info>
- </prop>
- <prop oor:name="Time" oor:type="xs:boolean">
- <!-- OldPath: Impress/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Print - [Section] Print -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to print the current time at the top of every
- page.</desc>
- <label xml:lang="en-US">Time</label>
- </info>
- </prop>
- <prop oor:name="HiddenPage" oor:type="xs:boolean">
- <!-- OldPath: Impress/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Print - [Section] Print -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to print hidden pages.</desc>
- <label xml:lang="en-US">Hidden pages</label>
- </info>
- </prop>
- <prop oor:name="Quality" oor:type="xs:int">
- <!-- OldPath: Impress/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Print - [Section] Quality -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the quality of the printed colors.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Color</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Grayscale</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Black/White</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="FromPrinterSetup" oor:type="xs:boolean">
- <!-- OldPath: Impress/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools - Options - Presentation Print [Check box] From printer setup -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Indicates whether to use the system settings of the printer to
- choose the paper tray.</desc>
- <label xml:lang="en-US">From printer setup</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/PowerPoint -->
- <!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft PowerPoint 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/PowerPoint -->
- <!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft PowerPoint 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>
- <group oor:name="Export">
- <info>
- <desc xml:lang="en-US">Exports related configuration items.</desc>
- </info>
- <prop oor:name="LastUsed" oor:type="xs:string">
- <!-- OldPath: STARIMPRESS -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Set after export -->
- <info>
- <desc xml:lang="en-US">Specifies the filter last used to export an Impress document.</desc>
- </info>
- <constraints>
- <enumeration oor:value="HTML"/>
- <enumeration oor:value="BMP - MS Windows"/>
- <enumeration oor:value="PNG - Portable Network Graphic"/>
- <enumeration oor:value="EPS - Encapsulated PostScript"/>
- <enumeration oor:value="GIF - Graphic Interchange"/>
- <enumeration oor:value="JPG - JPEG"/>
- <enumeration oor:value="MET - OS/2 Metafile"/>
- <enumeration oor:value="PCT - Mac Pict"/>
- <enumeration oor:value="PBM - Portable Bitmap"/>
- <enumeration oor:value="PGM - Portable Graymap"/>
- <enumeration oor:value="PPM - Portable Pixelmap"/>
- <enumeration oor:value="RAS - Sun Rasterfile"/>
- <enumeration oor:value="SVM - StarView Metafile"/>
- <enumeration oor:value="WMF - MS Windows Metafile"/>
- <enumeration oor:value="XPM"/>
- </constraints>
- </prop>
- </group>
- </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="Impress" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc xml:lang="en-US">Contains configuration items related to the Impress application.</desc>
+ </info>
+ <import oor:component="org.openoffice.Office.Common"/>
+ <component>
+ <group oor:name="Layout">
+ <info>
+ <desc xml:lang="en-US">Contains general properties of the graphical object representation.</desc>
+ </info>
+ <group oor:name="Display">
+ <info>
+ <desc xml:lang="en-US">Contains general properties of the graphical object representation of screen displays.</desc>
+ </info>
+ <prop oor:name="Ruler" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Layout/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Display -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to show the rulers at the left and at the top of the working area.</desc>
+ <label xml:lang="en-US">Rulers visible</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Helpline" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Layout/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Display -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to show help-lines that can be created by dragging them from the rulers.</desc>
+ <label xml:lang="en-US">Helplines visible</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Guide" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Layout/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Display -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to show help-lines when moving an object.</desc>
+ <label xml:lang="en-US">Guides when moving</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Bezier" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Layout/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Display -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to show all control points in the Bezier curve editor.</desc>
+ <label xml:lang="en-US">All control points in Bezier editor</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Contour" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Layout/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Display -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to show the outline of all moved objects when moving more then one object at the same time.</desc>
+ <label xml:lang="en-US">Contour of each individual object</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Other">
+ <group oor:name="TabStop">
+ <!-- OldPath: Impress/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation - Layout - [Section] Tab stops -->
+ <!-- Notice: Default-Nonmetric Value: 1270 1/100 mm-->
+ <info>
+ <desc xml:lang="en-US">Specifies the distance between adjacent tab stops with regard to whether the metric or the non-metric system is currently selected.</desc>
+ <label xml:lang="en-US">Tab stops</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies the distance between adjacent tab stops in 1/100 mm when the metric system is selected.</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1250</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies the distance between adjacent tab stops in 1/100 mm when the non-metric system is selected.</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ <group oor:name="MeasureUnit">
+ <!-- OldPath: Impress/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation- Layout - [Section] Meas. units -->
+ <info>
+ <desc xml:lang="en-US">Specifies the measurement unit to be used with respect to whether the metric or the non-metric system is selected.</desc>
+ <label xml:lang="en-US">Measurement unit</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies the measurement unit to be used when the metric system is selected.</desc>
+ <label xml:lang="en-US">Measurement unit</label>
+ </info>
+ <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>
+ <value>2</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies the measurement unit to be used when the non-metric system is selected.</desc>
+ <label xml:lang="en-US">Measurement unit</label>
+ </info>
+ <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>
+ <value>8</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Content">
+ <info>
+ <desc xml:lang="en-US">Contains content related configuration items.</desc>
+ </info>
+ <group oor:name="Display">
+ <info>
+ <desc xml:lang="en-US">Contains configuration items related to the display of Impress documents.</desc>
+ </info>
+ <prop oor:name="PicturePlaceholder" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation - Contents - [Section] Alternative display -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to show only the bounding box of graphic-objects like bitmaps and drawings.</desc>
+ <label xml:lang="en-US">Picture placeholders</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ContourMode" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation - Contents - [Section] Alternative display -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to show only outlines of objects such as filled rectangles and filled ellipses.</desc>
+ <label xml:lang="en-US">Contour mode</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="TextPlaceholder" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation - Contents - [Section] Alternative display -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to show only a placeholder for text in graphical objects.</desc>
+ <label xml:lang="en-US">Text placeholders</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="LineContour" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation - Contents - [Section] Alternative display -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to show only hairlines instead of the true line styles.</desc>
+ <label xml:lang="en-US">Line contour only</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Misc">
+ <info>
+ <desc xml:lang="en-US">Contains a collection of configuration items of the Impress application that do not fit into another category.</desc>
+ </info>
+ <prop oor:name="BackgroundCache" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Other -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Other [Section] Other -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to store master pages in a cache to speed up drawing.</desc>
+ <label xml:lang="en-US">Use background cache</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CopyWhileMoving" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Other -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Other [Section] Other -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether moving while holding the Control key makes a copy of the moved object.</desc>
+ <label xml:lang="en-US">Copy while moving</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ObjectMoveable" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Other -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Other [Section] Other -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether objects can still be moved while in rotating mode.</desc>
+ <label xml:lang="en-US">Objects always moveable</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="NoDistort" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Other -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Other [Section] Other -->
+ <info>
+ <desc xml:lang="en-US">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 xml:lang="en-US">Don&amp;apos;t distort objects in curve</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="DclickTextedit" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Other -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Option Bar -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether a double-click on a text object activates the edit mode.</desc>
+ <label xml:lang="en-US">Double-Click Text to Edit</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="RotateClick" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Other -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Option Bar -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether a double-click on an object activates the rotation mode.</desc>
+ <label xml:lang="en-US">Rotation Mode after clicking object</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Preview" oor:type="xs:double">
+ <!-- OldPath: Impress/Other -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Menu: view - preview mode -->
+ <info>
+ <desc xml:lang="en-US">Specifies the color quality of the preview: 0 - Color, 868 - Grayscale, 5381 - Black/White.</desc>
+ <label xml:lang="en-US">Preview-Mode</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Color</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="868">
+ <info>
+ <desc xml:lang="en-US">Grayscale</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5381">
+ <info>
+ <desc xml:lang="en-US">Black/White</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="SimpleHandles" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Other -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Optionbar -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to show simple (true) or 3D-handles (false).</desc>
+ <label xml:lang="en-US">Simple Handles</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="BigHandles" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Other -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Optionbar -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to show big (true) or small (false) handles.</desc>
+ <label xml:lang="en-US">Big Handles</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="CreateWithAttributes" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Other -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Optionbar -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether the current attributes will be assigned to newly created objects.</desc>
+ <label xml:lang="en-US">Create with attributes</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ShowUndoDeleteWarning" oor:type="xs:boolean">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: UNDO stack delete warnng dialog -->
+ <info>
+ <author>AW</author>
+ <desc xml:lang="en-US">Indicates whether the warning dialog appears when setting a new standard page layout.</desc>
+ <label xml:lang="en-US">Show Undo-Stack Delete Warning</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="TextObject">
+ <info>
+ <desc xml:lang="en-US">Contains text editing related configuration items.</desc>
+ </info>
+ <prop oor:name="QuickEditing" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Other/Text_Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Other [Section] Text objects -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether a simple click on a text object changes it to edit mode.</desc>
+ <label xml:lang="en-US">Allow quick editing</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Selectable" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Other/Text_Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Other [Section] Text objects -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether a text frame can only be selected by clicking on the text or by clicking somewhere in the frame.</desc>
+ <label xml:lang="en-US">Only text area selectable</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="NewDoc">
+ <info>
+ <desc xml:lang="en-US">Specifies configuration items governing the behaviour when creating a new document or a new page.</desc>
+ <label xml:lang="en-US">Start with AutoPilots</label>
+ </info>
+ <prop oor:name="AutoPilot" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Other/New_Doc -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Other [Section] New document -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to show the autopilot when creating a new presentation.</desc>
+ <label xml:lang="en-US">Start with AutoPilots</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Layout" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Other/New_Doc -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Other [Section] New document -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to show the layout dialog when creating a new page.</desc>
+ <label xml:lang="en-US">Start with AutoPilots</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Start">
+ <info>
+ <desc xml:lang="en-US">Specifies configuration items governing behaviour when starting a presentation.</desc>
+ </info>
+ <prop oor:name="CurrentPage" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Other/Start -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Other [Section] Start presentation -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to start the presentation with the current (true) or the first (false) page.</desc>
+ <label xml:lang="en-US">Always with current page</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Compatibility">
+ <prop oor:name="AddBetween" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Other/Compatibility -->
+ <!-- UIHints: Tools - Options - Presentation - Other - [Section] Compatibility -->
+ <info>
+ <author>SJ</author>
+ <desc xml:lang="en-US">Specifies if spacing between paragraphs should be added to ensure compatibility to MS Word documents</desc>
+ <label xml:lang="en-US">Add spacing between paragraphs</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="DefaultObjectSize">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Default size for newly created objects when using CTRL-Return or CTRL-Klick -->
+ <info>
+ <author>AW</author>
+ <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>
+ <prop oor:name="Width" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>8000</value>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>5000</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Snap">
+ <info>
+ <desc xml:lang="en-US">Specifies how to force object positions and sizes to the snap grid or to align with other objects.</desc>
+ </info>
+ <group oor:name="Object">
+ <info>
+ <desc xml:lang="en-US">Specifies how to force object positions and sizes to predefined locations in relation to other objects.</desc>
+ </info>
+ <prop oor:name="Grid" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to snap an object when moved to the next grid point.</desc>
+ <label xml:lang="en-US">Grid lines</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SnapLine" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to snap at snap lines.</desc>
+ <label xml:lang="en-US">Snap lines</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PageMargin" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether the outline of an object is justified with adjacent page margins.</desc>
+ <label xml:lang="en-US">Page margins</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ObjectFrame" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to justify the outline of an object to that of an adjacent object.</desc>
+ <label xml:lang="en-US">Object frame</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ObjectPoint" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to snap corner points of adjacent objects.</desc>
+ <label xml:lang="en-US">Object points</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Range" oor:type="xs:int">
+ <!-- OldPath: Impress/Snap/Objects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap to -->
+ <info>
+ <desc xml:lang="en-US">Specifies the maximal range in pixels along the coordinate axes at which snapping becomes active.</desc>
+ <label xml:lang="en-US">Snap range</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1"/>
+ <maxInclusive oor:value="50"/>
+ </constraints>
+ <value>5</value>
+ </prop>
+ </group>
+ <group oor:name="Position">
+ <info>
+ <desc xml:lang="en-US">Specifies constraints regarding the creation and modification of graphical objects.</desc>
+ </info>
+ <prop oor:name="CreatingMoving" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Snap/Position -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap position -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to restrict the creation of objects to squares, circles, etc. and to retain the x/y ratio when resizing.</desc>
+ <label xml:lang="en-US">When creating or moving objects</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ExtendEdges" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Snap/Position -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap position -->
+ <info>
+ <desc xml:lang="en-US">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 xml:lang="en-US">Extend edges</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Rotating" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Snap/Position -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap position -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to use snapping while rotating an object.</desc>
+ <label xml:lang="en-US">When rotating</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="RotatingValue" oor:type="xs:int">
+ <!-- OldPath: Impress/Snap/Position -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap position -->
+ <info>
+ <desc xml:lang="en-US">Specifies the rotation angle when snapping for rotation is enabled. [UNIT=Degree/100]</desc>
+ <label xml:lang="en-US">When rotating</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0"/>
+ <maxInclusive oor:value="18000"/>
+ </constraints>
+ <value>1500</value>
+ </prop>
+ <prop oor:name="PointReduction" oor:type="xs:int">
+ <!-- OldPath: Impress/Snap/Position -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Snap to Grid - [Section] Snap position -->
+ <info>
+ <desc xml:lang="en-US">When moving a point in the point editor this is the maximal angle at the two adjacent points between the lines connecting those two points with each other and with the moved point at which snapping to the connection line and removal of the moved point takes place. [UNIT=Degree/100]</desc>
+ <label xml:lang="en-US">Point reduction</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="100"/>
+ <maxInclusive oor:value="9000"/>
+ </constraints>
+ <value>1500</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Grid">
+ <info>
+ <desc xml:lang="en-US">Defines the handling and display of the snap grid.</desc>
+ </info>
+ <group oor:name="Option">
+ <info>
+ <desc xml:lang="en-US">Specifies switches regarding use and display of the snap grid.</desc>
+ </info>
+ <prop oor:name="SnapToGrid" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Grid - [Section] Options -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to force frames and drawing elements on grid points.</desc>
+ <label xml:lang="en-US">Snap to grid</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="VisibleGrid" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Grid - [Section] Options -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to show the grid.</desc>
+ <label xml:lang="en-US">Visible grid</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Synchronize" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Grid - [Section] Options -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to synchronize the resolutions of x- and y-grids.</desc>
+ <label xml:lang="en-US">Synchronize axes</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Resolution">
+ <info>
+ <desc xml:lang="en-US">Specifies grid resolution.</desc>
+ </info>
+ <group oor:name="XAxis">
+ <!-- OldPath: Impress/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Grid - [Section] Grid -->
+ <!-- Notice: Default-nonmetrical value: 1270 1/100 mm. -->
+ <info>
+ <desc xml:lang="en-US">Defines the horizontal distance between adjacent grid points.</desc>
+ <label xml:lang="en-US">X Axis Resolution</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Defines the horizontal distance between adjacent grid points in 1/100 mm, used when the metric system is active.</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Defines the horizontal distance between adjacent grid points in 1/100 mm, used when the non-metric system is active.</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ <group oor:name="YAxis">
+ <!-- OldPath: Impress/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Grid - [Section] Grid -->
+ <!-- Notice: Default- nonmerical value: 1270 1/100 mm. -->
+ <info>
+ <desc xml:lang="en-US">Defines the vertical distance between adjacent grid points.</desc>
+ <label xml:lang="en-US">Y Axis Resolution</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Defines the vertical distance between adjacent grid points in 1/100 mm, used when the metric system is active.</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Defines the vertical distance between adjacent grid points in 1/100 mm, used when the non-metric system is active.</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Subdivision">
+ <info>
+ <desc xml:lang="en-US">Specifies the subdivision of the grid.</desc>
+ </info>
+ <prop oor:name="XAxis" oor:type="xs:double">
+ <!-- OldPath: Impress/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Grid - [Section] Grid -->
+ <!-- Notice: Default value for English Version only: 254 Points) -->
+ <info>
+ <desc xml:lang="en-US">Specifies the number of points between two adjacent grid points on the X axis.</desc>
+ <label xml:lang="en-US">X Axis Subdivision</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="YAxis" oor:type="xs:double">
+ <!-- OldPath: Impress/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Grid - [Section] Grid -->
+ <!-- Notice: Default value for English Version only: 254 Points) -->
+ <info>
+ <desc xml:lang="en-US">Specifies the number of intervals between two adjacent grid points on the Y axis</desc>
+ <label xml:lang="en-US">Y Axis Subdivision</label>
+ </info>
+ <value>1</value>
+ </prop>
+ </group>
+ <group oor:name="SnapGrid">
+ <info>
+ <desc xml:lang="en-US">Contains the specifications of the snap grid.</desc>
+ </info>
+ <prop oor:name="Size" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Grid/Snap_Grid -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Grid - [Section] Snap grid -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to synchronize grid and snap-grid.</desc>
+ <label xml:lang="en-US">Size to grid</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="XAxis">
+ <!-- OldPath: Impress/Grid/Snap_Grid -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Grid - [Section] Snap grid -->
+ <!-- Notice: Default-nonmetrical value: 1270 1/100 mm. -->
+ <info>
+ <desc xml:lang="en-US">Defines the horizontal distance between adjacent points of the snap grid.</desc>
+ <label xml:lang="en-US">X axis</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Defines the horizontal distance between adjacent points of the snap grid in 1/100 mm, used when the metric system is selected.</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Defines the horizontal distance between adjacent points of the snap grid in 1/100 mm, used when the non-metric system is selected.</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ <group oor:name="YAxis">
+ <!-- OldPath: Impress/Grid/Snap_Grid -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Grid - [Section] Snap grid -->
+ <!-- Notice: Default-Default-nonmetrical value: 1270 1/100 mm. -->
+ <info>
+ <desc xml:lang="en-US">Defines the vertical distance between adjacent points of the snap grid.</desc>
+ <label xml:lang="en-US">Y axis</label>
+ </info>
+ <prop oor:name="Metric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Defines the vertical distance between adjacent points of the snap grid in 1/100 mm, used when the metric system is selected.</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="NonMetric" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Defines the vertical distance between adjacent points of the snap grid in 1/100 mm, used when the non-metric system is selected.</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ <value>1270</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Print">
+ <info>
+ <desc xml:lang="en-US">Defines options regarding the printing of Impress documents.</desc>
+ </info>
+ <group oor:name="Content">
+ <info>
+ <desc xml:lang="en-US">Defines options regarding the printing of document content.</desc>
+ </info>
+ <prop oor:name="Presentation" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Print - [Section] Contents -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether the presentation will be printed.</desc>
+ <label xml:lang="en-US">Presentation</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Note" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Print - [Section] Contents -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether the notes will be printed.</desc>
+ <label xml:lang="en-US">Notes</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Handout" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Print - [Section] Contents -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether the handouts will be printed.</desc>
+ <label xml:lang="en-US">Handouts</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Outline" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Print - [Section] Contents -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether the outlines will be printed.</desc>
+ <label xml:lang="en-US">Outline</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Page">
+ <info>
+ <desc xml:lang="en-US">Specifies how and which pages will be printed.</desc>
+ </info>
+ <prop oor:name="PageSize" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Print/Page -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to enlarge or shrink a document's page size while printing to fit the physical paper size.</desc>
+ <label xml:lang="en-US">Fit to page</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="PageTile" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Print/Page -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to print the pages' titles at the top of every page.</desc>
+ <label xml:lang="en-US">Tile pages</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Booklet" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Print/Page -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to print a document in the form of a brochure.</desc>
+ <label xml:lang="en-US">Brochure</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="BookletFront" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Print/Page -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to print the front side pages of a brochure.</desc>
+ <label xml:lang="en-US">Front side</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="BookletBack" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Print/Page -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Print - [Section] Page options -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to print the back side pages of a brochure.</desc>
+ <label xml:lang="en-US">Back side</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Other">
+ <info>
+ <desc xml:lang="en-US">Specifies general printing related issues.</desc>
+ </info>
+ <prop oor:name="PageName" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Print - [Section] Print -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to print page names.</desc>
+ <label xml:lang="en-US">Page name</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Date" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Print - [Section] Print -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to print the current date at the top of every page.</desc>
+ <label xml:lang="en-US">Date</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Time" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Print - [Section] Print -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to print the current time at the top of every page.</desc>
+ <label xml:lang="en-US">Time</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HiddenPage" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Print - [Section] Print -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to print hidden pages.</desc>
+ <label xml:lang="en-US">Hidden pages</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Quality" oor:type="xs:int">
+ <!-- OldPath: Impress/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Print - [Section] Quality -->
+ <info>
+ <desc xml:lang="en-US">Specifies the quality of the printed colors.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Color</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Grayscale</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Black/White</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="FromPrinterSetup" oor:type="xs:boolean">
+ <!-- OldPath: Impress/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Presentation Print [Check box] From printer setup -->
+ <info>
+ <desc xml:lang="en-US">Indicates whether to use the system settings of the printer to choose the paper tray.</desc>
+ <label xml:lang="en-US">From printer setup</label>
+ </info>
+ <value>false</value>
+ </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/PowerPoint -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft PowerPoint 97/2000 -->
+ <info>
+ <author>OS</author>
+ <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>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Save" oor:type="xs:boolean">
+ <!-- OldPath: Filter/MS_Office/Basic/PowerPoint -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft PowerPoint 97/2000 -->
+ <info>
+ <author>OS</author>
+ <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>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Export">
+ <info>
+ <desc xml:lang="en-US">Exports related configuration items.</desc>
+ </info>
+ <prop oor:name="LastUsed" oor:type="xs:string">
+ <!-- OldPath: STARIMPRESS -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Set after export -->
+ <info>
+ <desc xml:lang="en-US">Specifies the filter last used to export an Impress document.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="HTML"/>
+ <enumeration oor:value="BMP - MS Windows"/>
+ <enumeration oor:value="PNG - Portable Network Graphic"/>
+ <enumeration oor:value="EPS - Encapsulated PostScript"/>
+ <enumeration oor:value="GIF - Graphic Interchange"/>
+ <enumeration oor:value="JPG - JPEG"/>
+ <enumeration oor:value="MET - OS/2 Metafile"/>
+ <enumeration oor:value="PCT - Mac Pict"/>
+ <enumeration oor:value="PBM - Portable Bitmap"/>
+ <enumeration oor:value="PGM - Portable Graymap"/>
+ <enumeration oor:value="PPM - Portable Pixelmap"/>
+ <enumeration oor:value="RAS - Sun Rasterfile"/>
+ <enumeration oor:value="SVM - StarView Metafile"/>
+ <enumeration oor:value="WMF - MS Windows Metafile"/>
+ <enumeration oor:value="XPM"/>
+ </constraints>
+ </prop>
+ </group>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Java.xcs b/officecfg/registry/schema/org/openoffice/Office/Java.xcs
index 4c25a59166f7..0e763d3f64bd 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:06:52 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,312 +60,310 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: JL -->
- <component>
- <group oor:name="VirtualMachine">
- <info>
- <desc xml:lang="en-US">Provides information used to initialize a Java Virtual Machine. </desc>
- </info>
- <prop oor:name="Home" oor:type="xs:string">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <!-- Notice: Default: depends on Java installation path -->
- <value>NULL</value>
- <info>
- <desc xml:lang="en-US">Specifies the path of the Java installation</desc>
- <label xml:lang="en-US">Java Home</label>
- </info>
- </prop>
- <prop oor:name="Version" oor:type="xs:string">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <!-- Notice: Default: depends on version used -->
- <value>NULL</value>
- <info>
- <desc xml:lang="en-US">Specifies the version of the Java installation that is used.</desc>
- <label xml:lang="en-US">Java Version</label>
- </info>
- </prop>
- <prop oor:name="RunTimeLib" oor:type="xs:string">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Specifies the JVM shared library that is used.</desc>
- </info>
- </prop>
- <prop oor:name="SystemClassPath" oor:type="xs:string">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Contains jars of the Office intallation and may also contain other jars or folders.</desc>
- </info>
- </prop>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Determines if the com.sun.star.java.JavaVirtualMachine service instantiates a JVM.</desc>
- <label xml:lang="en-US">Enable JVM</label>
- </info>
- </prop>
- <prop oor:name="Security" oor:type="xs:boolean">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <!-- UIHints: Tools Options StarOffice Security [Section] Java -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Determines if security checks are performed for applets.</desc>
- <label xml:lang="en-US">Enable security checks</label>
- </info>
- </prop>
- <prop oor:name="NetAccess" oor:type="xs:int">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <!-- UIHints: Tools Options StarOffice Security [Section] Java -->
- <info>
- <desc xml:lang="en-US">Determines if and to what extent java applets are allowed to access the network.</desc>
- <label xml:lang="en-US">Net access</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Host - the applet may connect to the computer where it originated from.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Unrestricted - the applet may connect to other computers on the network.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">None - the applet cannot connect to other computers.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="UserClassPath" oor:type="xs:string">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <!-- UIHints: Tools Options StarOffice Security [Section] Java -->
- <info>
- <desc xml:lang="en-US">Specifies additional java classes or jars which are contained in the classpath
- of the JVM (java.class.path system property).</desc>
- <label xml:lang="en-US">Classpath</label>
- </info>
- </prop>
- <prop oor:name="Debug" oor:type="xs:boolean">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
- </prop>
- <prop oor:name="DebugPort" oor:type="xs:int">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
- </prop>
- <prop oor:name="EnableVerboseGC" oor:type="xs:boolean">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
- </prop>
- <prop oor:name="Verbose" oor:type="xs:boolean">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US"> Deprecated.</desc>
- </info>
- </prop>
- <prop oor:name="NativeStackSize" oor:type="xs:int">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
- </prop>
- <prop oor:name="JavaStackSize" oor:type="xs:int">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
- </prop>
- <prop oor:name="VerifyMode" oor:type="xs:int">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="MinHeapSize" oor:type="xs:int">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
- </prop>
- <prop oor:name="MaxHeapSize" oor:type="xs:int">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Deprecated</desc>
- </info>
- </prop>
- <prop oor:name="DisableAsyncGC" oor:type="xs:boolean">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
- </prop>
- <prop oor:name="EnableClassGC" oor:type="xs:boolean">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
- </prop>
- <prop oor:name="VMType" oor:type="xs:string">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
- <constraints>
- <enumeration oor:value="Classic"/>
- <enumeration oor:value="Hotspot"/>
- </constraints>
- </prop>
- <prop oor:name="EnvironmentType" oor:type="xs:string">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Indicates if a JRE or SDK is used.</desc>
- </info>
- <constraints>
- <enumeration oor:value="JDK">
- <info>
- <desc xml:lang="en-US">The Virtual Machine comes from a JDKxxx or j2sdkxxx installation. </desc>
- </info>
- </enumeration>
- <enumeration oor:value="JRE">
- <info>
- <desc xml:lang="en-US">The Virtual Machine comes from a JRExxx installation. </desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="JavaLibPath" oor:type="xs:string">
- <!-- Platform: UNIX -->
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Contains directories which contain shared libraries which are used by the
- Java runtime library.</desc>
- </info>
- </prop>
- <prop oor:name="Properties" oor:type="oor:string-list">
- <!-- OldPath: Java -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Deprecated</desc>
- </info>
- </prop>
- </group>
- <group oor:name="Install">
- <info>
- <desc xml:lang="en-US">Provides information which are used by jvmsetup. </desc>
- </info>
- <prop oor:name="PackageInstallationDirectory" oor:type="xs:string">
- <!-- OldPath: Install -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Specifies the name of the folder that will contain the JRE installation (depends on the JRE package).</desc>
- </info>
- </prop>
- <prop oor:name="VerifiedVersion" oor:type="xs:string">
- <!-- OldPath: Install -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Contains a space separated list of verified Java versions.</desc>
- </info>
- </prop>
- <prop oor:name="Version" oor:type="xs:string">
- <!-- OldPath: Install -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Specifies the version of the JRE which is provided by the setup.</desc>
- </info>
- </prop>
- <prop oor:name="Vendor" oor:type="xs:string">
- <!-- OldPath: Install -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Specifies the vendor of the JRE package.</desc>
- </info>
- </prop>
- <prop oor:name="RequiredVersion" oor:type="xs:string">
- <!-- OldPath: Install -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Specifies that all Java installations with a lower version will be
- ignored by the Java setup (jvmsetup.exe).</desc>
- </info>
- </prop>
- <prop oor:name="InstallationPackage" oor:type="xs:string">
- <!-- OldPath: Install -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Specifies the JRE package which can be installed during the Java setup.</desc>
- </info>
- </prop>
- <prop oor:name="ExcludeVersion" oor:type="xs:string">
- <!-- OldPath: Install -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Contains a space separated list of Java versions which should
- be ignored by the Java setup (jvmsetup.exe).</desc>
- </info>
- </prop>
- <prop oor:name="AdditionalSearchPath" oor:type="xs:string">
- <!-- OldPath: Install -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
- </prop>
- <prop oor:name="AdditionalClasspath" oor:type="xs:string">
- <!-- OldPath: Install -->
- <!-- OldLocation: java.ini -->
- <info>
- <desc xml:lang="en-US">Contains the Office's jar files. The Java setup uses it to form the SystemClasspath.</desc>
- </info>
- </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="Java" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <author>JL</author>
+ </info>
+ <component>
+ <group oor:name="VirtualMachine">
+ <info>
+ <desc xml:lang="en-US">Provides information used to initialize a Java Virtual Machine. </desc>
+ </info>
+ <prop oor:name="Home" oor:type="xs:string">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <!-- Notice: Default: depends on Java installation path -->
+ <info>
+ <desc xml:lang="en-US">Specifies the path of the Java installation</desc>
+ <label xml:lang="en-US">Java Home</label>
+ </info>
+ <value>NULL</value>
+ </prop>
+ <prop oor:name="Version" oor:type="xs:string">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <!-- Notice: Default: depends on version used -->
+ <info>
+ <desc xml:lang="en-US">Specifies the version of the Java installation that is used.</desc>
+ <label xml:lang="en-US">Java Version</label>
+ </info>
+ <value>NULL</value>
+ </prop>
+ <prop oor:name="RunTimeLib" oor:type="xs:string">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <desc xml:lang="en-US">Specifies the JVM shared library that is used.</desc>
+ </info>
+ </prop>
+ <prop oor:name="SystemClassPath" oor:type="xs:string">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <desc xml:lang="en-US">Contains jars of the Office intallation and may also contain other jars or folders.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <desc xml:lang="en-US">Determines if the com.sun.star.java.JavaVirtualMachine service instantiates a JVM.</desc>
+ <label xml:lang="en-US">Enable JVM</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Security" oor:type="xs:boolean">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <!-- UIHints: Tools Options StarOffice Security [Section] Java -->
+ <info>
+ <desc xml:lang="en-US">Determines if security checks are performed for applets.</desc>
+ <label xml:lang="en-US">Enable security checks</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="NetAccess" oor:type="xs:int">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <!-- UIHints: Tools Options StarOffice Security [Section] Java -->
+ <info>
+ <desc xml:lang="en-US">Determines if and to what extent java applets are allowed to access the network.</desc>
+ <label xml:lang="en-US">Net access</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Host - the applet may connect to the computer where it originated from.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Unrestricted - the applet may connect to other computers on the network.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">None - the applet cannot connect to other computers.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="UserClassPath" oor:type="xs:string">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <!-- UIHints: Tools Options StarOffice Security [Section] Java -->
+ <info>
+ <desc xml:lang="en-US">Specifies additional java classes or jars which are contained in the classpath of the JVM (java.class.path system property).</desc>
+ <label xml:lang="en-US">Classpath</label>
+ </info>
+ </prop>
+ <prop oor:name="Debug" oor:type="xs:boolean">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <deprecated/>
+ </info>
+ </prop>
+ <prop oor:name="DebugPort" oor:type="xs:int">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <deprecated/>
+ </info>
+ </prop>
+ <prop oor:name="EnableVerboseGC" oor:type="xs:boolean">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <deprecated/>
+ </info>
+ </prop>
+ <prop oor:name="Verbose" oor:type="xs:boolean">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <deprecated/>
+ </info>
+ </prop>
+ <prop oor:name="NativeStackSize" oor:type="xs:int">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <deprecated/>
+ </info>
+ </prop>
+ <prop oor:name="JavaStackSize" oor:type="xs:int">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <deprecated/>
+ </info>
+ </prop>
+ <prop oor:name="VerifyMode" oor:type="xs:int">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <deprecated/>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <deprecated/>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <deprecated/>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <deprecated/>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="MinHeapSize" oor:type="xs:int">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <deprecated/>
+ </info>
+ </prop>
+ <prop oor:name="MaxHeapSize" oor:type="xs:int">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <deprecated/>
+ </info>
+ </prop>
+ <prop oor:name="DisableAsyncGC" oor:type="xs:boolean">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <deprecated/>
+ </info>
+ </prop>
+ <prop oor:name="EnableClassGC" oor:type="xs:boolean">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <deprecated/>
+ </info>
+ </prop>
+ <prop oor:name="VMType" oor:type="xs:string">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <deprecated/>
+ </info>
+ <constraints>
+ <enumeration oor:value="Classic"/>
+ <enumeration oor:value="Hotspot"/>
+ </constraints>
+ </prop>
+ <prop oor:name="EnvironmentType" oor:type="xs:string">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <desc xml:lang="en-US">Indicates if a JRE or SDK is used.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="JDK">
+ <info>
+ <desc xml:lang="en-US">The Virtual Machine comes from a JDKxxx or j2sdkxxx installation. </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="JRE">
+ <info>
+ <desc xml:lang="en-US">The Virtual Machine comes from a JRExxx installation. </desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="JavaLibPath" oor:type="xs:string">
+ <!-- Platform: UNIX -->
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <desc xml:lang="en-US">Contains directories which contain shared libraries which are used by the Java runtime library.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Properties" oor:type="oor:string-list">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <deprecated/>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Install">
+ <info>
+ <desc xml:lang="en-US">Provides information which are used by jvmsetup. </desc>
+ </info>
+ <prop oor:name="PackageInstallationDirectory" oor:type="xs:string">
+ <!-- OldPath: Install -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <desc xml:lang="en-US">Specifies the name of the folder that will contain the JRE installation (depends on the JRE package).</desc>
+ </info>
+ </prop>
+ <prop oor:name="VerifiedVersion" oor:type="xs:string">
+ <!-- OldPath: Install -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <desc xml:lang="en-US">Contains a space separated list of verified Java versions.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Version" oor:type="xs:string">
+ <!-- OldPath: Install -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <desc xml:lang="en-US">Specifies the version of the JRE which is provided by the setup.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Vendor" oor:type="xs:string">
+ <!-- OldPath: Install -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <desc xml:lang="en-US">Specifies the vendor of the JRE package.</desc>
+ </info>
+ </prop>
+ <prop oor:name="RequiredVersion" oor:type="xs:string">
+ <!-- OldPath: Install -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <desc xml:lang="en-US">Specifies that all Java installations with a lower version will be ignored by the Java setup (jvmsetup.exe).</desc>
+ </info>
+ </prop>
+ <prop oor:name="InstallationPackage" oor:type="xs:string">
+ <!-- OldPath: Install -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <desc xml:lang="en-US">Specifies the JRE package which can be installed during the Java setup.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ExcludeVersion" oor:type="xs:string">
+ <!-- OldPath: Install -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <desc xml:lang="en-US">Contains a space separated list of Java versions which should be ignored by the Java setup (jvmsetup.exe).</desc>
+ </info>
+ </prop>
+ <prop oor:name="AdditionalSearchPath" oor:type="xs:string">
+ <!-- OldPath: Install -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <deprecated/>
+ </info>
+ </prop>
+ <prop oor:name="AdditionalClasspath" oor:type="xs:string">
+ <!-- OldPath: Install -->
+ <!-- OldLocation: java.ini -->
+ <info>
+ <desc xml:lang="en-US">Contains the Office's jar files. The Java setup uses it to form the SystemClasspath.</desc>
+ </info>
+ </prop>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs b/officecfg/registry/schema/org/openoffice/Office/Jobs.xcs
index b9b99785bdd3..85b7a168ceae 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:06:54 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,70 +60,64 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: AS-->
- <info>
- <desc xml:lang="en-US">Contains informations about registered jobs, bound on events.</desc>
- </info>
- <templates>
- <info>
- <desc xml:lang="en-US">Contains the neccessary templates.</desc>
- </info>
- <group oor:name="Job">
- <info>
- <desc xml:lang="en-US">Describes an UNO service, which is registered for a special event.</desc>
- </info>
- <prop oor:name="AdminTime" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Contains a time stamp of the admin layer. If it is newer than UserTime, the job will be reactivated.</desc>
- </info>
- </prop>
- <prop oor:name="UserTime" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Contains a time stamp of the user layer. If it older then AdminTime, the job will be reactivated.</desc>
- </info>
- </prop>
- <prop oor:name="Service" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the UNO service name of the job implementation.</desc>
- </info>
- </prop>
- <prop oor:name="Async" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Marks job as asynchronous.</desc>
- </info>
- </prop>
- <group oor:name="Arguments" oor:extensible="true">
- <info>
- <desc xml:lang="en-US">Specifies own configuration data of a job.</desc>
- </info>
- </group>
- </group>
- <group oor:name="Event">
- <info>
- <desc xml:lang="en-US">Describes the event for which a UNO service can be registered as a job.</desc>
- </info>
- <prop oor:name="Joblist" oor:type="oor:string-list">
- <info>
- <desc xml:lang="en-US">Specifies whether jobs can be registered for events.</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <info>
- <desc xml:lang="en-US">Specifies used instances.</desc>
- </info>
- <set oor:name="Jobs" oor:node-type="Job">
- <info>
- <desc xml:lang="en-US">Contains a list of all registered jobs.</desc>
- </info>
- </set>
- <set oor:name="Events" oor:node-type="Event">
- <info>
- <desc xml:lang="en-US">Contains a list of all possible events.</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="Jobs" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <author>AS</author>
+ <desc xml:lang="en-US">Contains informations about registered jobs, bound on events.</desc>
+ </info>
+ <templates>
+ <group oor:name="Job">
+ <info>
+ <desc xml:lang="en-US">Describes an UNO service, which is registered for a special event.</desc>
+ </info>
+ <prop oor:name="AdminTime" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Contains a time stamp of the admin layer. If it is newer than UserTime, the job will be reactivated.</desc>
+ </info>
+ </prop>
+ <prop oor:name="UserTime" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Contains a time stamp of the user layer. If it older then AdminTime, the job will be reactivated.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Service" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the UNO service name of the job implementation.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Async" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Marks job as asynchronous.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Arguments" oor:extensible="true">
+ <info>
+ <desc xml:lang="en-US">Specifies own configuration data of a job.</desc>
+ </info>
+ </group>
+ </group>
+ <group oor:name="Event">
+ <info>
+ <desc xml:lang="en-US">Describes the event for which a UNO service can be registered as a job.</desc>
+ </info>
+ <prop oor:name="Joblist" oor:type="oor:string-list">
+ <info>
+ <desc xml:lang="en-US">Specifies whether jobs can be registered for events.</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="Jobs" oor:node-type="Job">
+ <info>
+ <desc xml:lang="en-US">Contains a list of all registered jobs.</desc>
+ </info>
+ </set>
+ <set oor:name="Events" oor:node-type="Event">
+ <info>
+ <desc xml:lang="en-US">Contains a list of all possible events.</desc>
+ </info>
+ </set>
+ </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 71660924d16e..baf306cd3e6b 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:06:55 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,45 +60,42 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: OS -->
- <!-- UIHints: File - New - Labels - Labels -->
- <info>
- <desc xml:lang="en-US">Containings settings for Writer documents used as labels.</desc>
- </info>
- <templates>
- <group oor:name="LabelType">
- <info>
- <desc xml:lang="en-US">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 xml:lang="en-US">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: No of Rows;No. Of Columns; Width; Height; Hor. Distance; Vert. Distance;Left margin;Upper margin; At the end a '1' is append if the label type is continuous otherwise a '0'-->
- <info>
- <desc xml:lang="en-US">Contains the measurement data of the label conacenated by a colon (;) in the following order: No of Rows;No. Of Columns; Width; Height; Hor. Distance; Vert. Distance;Left margin;Upper margin; At the end a '1' is append if the label type is continuous otherwise a '0'.</desc>
- </info>
- </prop>
- </group>
- <set oor:name="Labels" oor:node-type="LabelType">
- <info>
- <desc xml:lang="en-US">Specifies a set of labels of a manufacturer.</desc>
- </info>
- </set>
- </templates>
- <component>
- <info>
- <desc xml:lang="en-US">Specifies the settings for documents used as labels.</desc>
- </info>
- <set oor:name="Manufacturer" oor:node-type="Labels">
- <info>
- <desc xml:lang="en-US">Contains the list of label manufacturers.</desc>
- <label xml:lang="en-US">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>
+ <author>OS</author>
+ <desc xml:lang="en-US">Containings settings for Writer documents used as labels.</desc>
+ </info>
+ <templates>
+ <group oor:name="LabelType">
+ <info>
+ <desc xml:lang="en-US">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 xml:lang="en-US">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: No of Rows;No. Of Columns; Width; Height; Hor. Distance; Vert. Distance;Left margin;Upper margin; At the end a '1' is append if the label type is continuous otherwise a '0'-->
+ <info>
+ <desc xml:lang="en-US">Contains the measurement data of the label conacenated by a colon (;) in the following order: No of Rows;No. Of Columns; Width; Height; Hor. Distance; Vert. Distance;Left margin;Upper margin; At the end a '1' is append if the label type is continuous otherwise a '0'.</desc>
+ </info>
+ </prop>
+ </group>
+ <set oor:name="Labels" oor:node-type="LabelType">
+ <info>
+ <desc xml:lang="en-US">Specifies a set of labels of a manufacturer.</desc>
+ </info>
+ </set>
+ </templates>
+ <component>
+ <set oor:name="Manufacturer" oor:node-type="Labels">
+ <info>
+ <desc xml:lang="en-US">Contains the list of label manufacturers.</desc>
+ <label xml:lang="en-US">Available Manufacturers</label>
+ </info>
+ </set>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
index 642dcc01e638..14d27890c3b0 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:06:57 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,299 +60,296 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: TL -->
- <info>
- <desc xml:lang="en-US">Contains linguistic (spell checking, hyphenation, thesaurus) related configurations.</desc>
- </info>
- <component>
- <info>
- <desc xml:lang="en-US">Contains linguistic related configurations.</desc>
- </info>
- <group oor:name="General">
- <info>
- <desc xml:lang="en-US">Contains general settings for the linguistic configurations.</desc>
- </info>
- <prop oor:name="IsIgnoreControlCharacters" oor:type="xs:boolean">
- <!-- OldLocation: NEW -->
- <!-- Responsible: TL -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Ignores the control characters (ASCII characters &lt; 32) for spell checking, hyphenation and the thesaurus.</desc>
- </info>
- </prop>
- <prop oor:name="DefaultLocale" oor:type="xs:string">
- <!-- OldPath: DefaultLanguage -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <value>en-US</value>
- <info>
- <desc xml:lang="en-US">Specifies the default document language.</desc>
- <label xml:lang="en-US">Default language</label>
- </info>
- </prop>
- <prop oor:name="DefaultLocale_CJK" oor:type="xs:string">
- <!-- OldPath: DefaultLanguage -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <info>
- <desc xml:lang="en-US">Specifies the default document CJK language.</desc>
- <label xml:lang="en-US">Default language for CJK linguistics</label>
- </info>
- </prop>
- <prop oor:name="DefaultLocale_CTL" oor:type="xs:string">
- <!-- OldPath: DefaultLanguage -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <info>
- <desc xml:lang="en-US">Specifies the default document CTL language.</desc>
- <label xml:lang="en-US">Default language for CTL linguistics</label>
- </info>
- </prop>
- <prop oor:name="IsGermanPreReform" oor:type="xs:boolean">
- <!-- OldPath: MiscOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the Old German spelling should be used (true) or not (false).</desc>
- <label xml:lang="en-US">Old German spelling</label>
- </info>
- </prop>
- <group oor:name="DictionaryList">
- <info>
- <desc xml:lang="en-US">Defines which personal dictonaries are used.</desc>
- </info>
- <prop oor:name="ActiveDictionaries" oor:type="oor:string-list">
- <!-- OldPath: Active-Dictionaries -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <value oor:separator=";">IgnoreAllList;soffice.dic;standard.dic;sun.dic</value>
- <info>
- <desc xml:lang="en-US">Specifies the custom dictionaries to be used. The Ignore list (IgnoreAllList (All)) is administered in the RAM only for the current spellcheck.</desc>
- <label xml:lang="en-US">Custom dictionaries</label>
- </info>
- </prop>
- <prop oor:name="IsUseDictionaryList" oor:type="xs:boolean">
- <!-- OldLocation: NEW -->
- <!-- Responsible: TL -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Determines if personal dictionaries should be used for spell checking and hyphenation.</desc>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="SpellChecking">
- <info>
- <desc xml:lang="en-US">Contains spell checking-relevant settings.</desc>
- </info>
- <prop oor:name="IsSpellUpperCase" oor:type="xs:boolean">
- <!-- OldPath: MiscOptions / SpellOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies whether to include uppercase words in the spellcheck process.</desc>
- <label xml:lang="en-US">Spell uppercase words</label>
- </info>
- </prop>
- <prop oor:name="IsSpellWithDigits" oor:type="xs:boolean">
- <!-- OldPath: MiscOptions / SpellOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies whether to check the spelling of words which contain numbers as well as letters.</desc>
- <label xml:lang="en-US">Spell words with digits</label>
- </info>
- </prop>
- <prop oor:name="IsSpellCapitalization" oor:type="xs:boolean">
- <!-- OldPath: MiscOptions / SpellOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Checks the correct use of capitalization.</desc>
- <label xml:lang="en-US">Check capitalization</label>
- </info>
- </prop>
- <prop oor:name="IsHideMarkings" oor:type="xs:boolean">
- <!-- OldPath: MiscOptions / SpellOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Hides markings from automatic spell check.</desc>
- <label xml:lang="en-US">Hide markings</label>
- </info>
- </prop>
- <prop oor:name="IsSpellAuto" oor:type="xs:boolean">
- <!-- OldPath: MiscOptions / SpellOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Checks spelling automatically.</desc>
- <label xml:lang="en-US">Automatic spellchecking</label>
- </info>
- </prop>
- <prop oor:name="IsSpellSpecial" oor:type="xs:boolean">
- <!-- OldPath: MiscOptions / SpellOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Allows spellchecking in headers, footers, and frames.</desc>
- <label xml:lang="en-US">Check spelljng in special regions</label>
- </info>
- </prop>
- <prop oor:name="IsSpellInAllLocales" oor:type="xs:boolean">
- <!-- OldPath: MiscOptions / SpellOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Checks spelling in all languages.</desc>
- <label xml:lang="en-US">Check spelling in all languages</label>
- </info>
- </prop>
- <prop oor:name="IsReverseDirection" oor:type="xs:boolean">
- <!-- OldPath: MiscOptions / SpellOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Advances backwards through the text for spell checking.</desc>
- <label xml:lang="en-US">Reverse direction.</label>
- </info>
- </prop>
- </group>
- <group oor:name="Hyphenation">
- <info>
- <desc xml:lang="en-US">Contains hyphenation relevant settings.</desc>
- </info>
- <prop oor:name="MinLeading" oor:type="xs:short">
- <!-- OldPath: HyphMinLeading -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <value>2</value>
- <info>
- <desc xml:lang="en-US">Specifies the minimum number of characters of the hyphenated word required at the end of the line.</desc>
- <label xml:lang="en-US">Characters per syllable before hyphen</label>
- </info>
- <constraints>
- <minInclusive oor:value="2">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="9">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="MinTrailing" oor:type="xs:short">
- <!-- OldPath: HyphMinTrailing -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <value>2</value>
- <info>
- <desc xml:lang="en-US">Specifies the minimum number of characters of the hyphenated word required at the next line.</desc>
- <label xml:lang="en-US">Characters per syllable after hyphen</label>
- </info>
- <constraints>
- <minInclusive oor:value="2">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="9">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="MinWordLength" oor:type="xs:short">
- <!-- OldPath: HyphMinWordLength -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: TL -->
- <value>5</value>
- <info>
- <desc xml:lang="en-US">Specifies the minimum word length to allow a hyphenation.</desc>
- <label xml:lang="en-US">Minimal word length</label>
- </info>
- <constraints>
- <minInclusive oor:value="2">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="9">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="IsHyphSpecial" oor:type="xs:boolean">
- <!-- OldPath: MiscOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Allows hyphenation in headers, footers, and frames.</desc>
- <label xml:lang="en-US">Hyphenate in special regions.</label>
- </info>
- </prop>
- <prop oor:name="IsHyphAuto" oor:type="xs:boolean">
- <!-- OldPath: MiscOptions -->
- <!-- OldLocation: soffice.ini -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options - General - Language -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Allows for automatic insertion of soft hyphens.</desc>
- <label xml:lang="en-US">Automatic hyphention.</label>
- </info>
- </prop>
- </group>
- <group oor:name="ServiceManager">
- <info>
- <desc xml:lang="en-US">Contains settings for the service manager that are used to access/configure the usage of the various linguistic service implementations.</desc>
- </info>
- <group oor:name="SpellCheckerList" oor:extensible="true">
- <info>
- <desc xml:lang="en-US">Contains a list of languages and spell-checking-service entries. Only languages listed will be supported.</desc>
- </info>
- </group>
- <group oor:name="ThesaurusList" oor:extensible="true">
- <info>
- <desc xml:lang="en-US">Contains a list of languages and thesaurus-service entries. Only languages listed will be supported.</desc>
- </info>
- </group>
- <group oor:name="HyphenatorList" oor:extensible="true">
- <info>
- <desc xml:lang="en-US">Contains a list of languages and hyphenation-service pairs. Only languages listed will be supported.</desc>
- </info>
- </group>
- </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="Linguistic" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Contains linguistic (spell checking, hyphenation, thesaurus) related configurations.</desc>
+ </info>
+ <component>
+ <group oor:name="General">
+ <info>
+ <desc xml:lang="en-US">Contains general settings for the linguistic configurations.</desc>
+ </info>
+ <prop oor:name="IsIgnoreControlCharacters" oor:type="xs:boolean">
+ <!-- OldLocation: NEW -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Ignores the control characters (ASCII characters &lt; 32) for spell checking, hyphenation and the thesaurus.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DefaultLocale" oor:type="xs:string">
+ <!-- OldPath: DefaultLanguage -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the default document language.</desc>
+ <label xml:lang="en-US">Default language</label>
+ </info>
+ <value>en-US</value>
+ </prop>
+ <prop oor:name="DefaultLocale_CJK" oor:type="xs:string">
+ <!-- OldPath: DefaultLanguage -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the default document CJK language.</desc>
+ <label xml:lang="en-US">Default language for CJK linguistics</label>
+ </info>
+ </prop>
+ <prop oor:name="DefaultLocale_CTL" oor:type="xs:string">
+ <!-- OldPath: DefaultLanguage -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the default document CTL language.</desc>
+ <label xml:lang="en-US">Default language for CTL linguistics</label>
+ </info>
+ </prop>
+ <prop oor:name="IsGermanPreReform" oor:type="xs:boolean">
+ <!-- OldPath: MiscOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Determines if the Old German spelling should be used (true) or not (false).</desc>
+ <label xml:lang="en-US">Old German spelling</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="DictionaryList">
+ <info>
+ <desc xml:lang="en-US">Defines which personal dictonaries are used.</desc>
+ </info>
+ <prop oor:name="ActiveDictionaries" oor:type="oor:string-list">
+ <!-- OldPath: Active-Dictionaries -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the custom dictionaries to be used. The Ignore list (IgnoreAllList (All)) is administered in the RAM only for the current spellcheck.</desc>
+ <label xml:lang="en-US">Custom dictionaries</label>
+ </info>
+ <value oor:separator=";">IgnoreAllList;soffice.dic;standard.dic;sun.dic</value>
+ </prop>
+ <prop oor:name="IsUseDictionaryList" oor:type="xs:boolean">
+ <!-- OldLocation: NEW -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Determines if personal dictionaries should be used for spell checking and hyphenation.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="SpellChecking">
+ <info>
+ <desc xml:lang="en-US">Contains spell checking-relevant settings.</desc>
+ </info>
+ <prop oor:name="IsSpellUpperCase" oor:type="xs:boolean">
+ <!-- OldPath: MiscOptions / SpellOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies whether to include uppercase words in the spellcheck process.</desc>
+ <label xml:lang="en-US">Spell uppercase words</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsSpellWithDigits" oor:type="xs:boolean">
+ <!-- OldPath: MiscOptions / SpellOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies whether to check the spelling of words which contain numbers as well as letters.</desc>
+ <label xml:lang="en-US">Spell words with digits</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsSpellCapitalization" oor:type="xs:boolean">
+ <!-- OldPath: MiscOptions / SpellOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Checks the correct use of capitalization.</desc>
+ <label xml:lang="en-US">Check capitalization</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsHideMarkings" oor:type="xs:boolean">
+ <!-- OldPath: MiscOptions / SpellOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Hides markings from automatic spell check.</desc>
+ <label xml:lang="en-US">Hide markings</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsSpellAuto" oor:type="xs:boolean">
+ <!-- OldPath: MiscOptions / SpellOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Checks spelling automatically.</desc>
+ <label xml:lang="en-US">Automatic spellchecking</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsSpellSpecial" oor:type="xs:boolean">
+ <!-- OldPath: MiscOptions / SpellOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Allows spellchecking in headers, footers, and frames.</desc>
+ <label xml:lang="en-US">Check spelljng in special regions</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsSpellInAllLocales" oor:type="xs:boolean">
+ <!-- OldPath: MiscOptions / SpellOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Checks spelling in all languages.</desc>
+ <label xml:lang="en-US">Check spelling in all languages</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsReverseDirection" oor:type="xs:boolean">
+ <!-- OldPath: MiscOptions / SpellOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Advances backwards through the text for spell checking.</desc>
+ <label xml:lang="en-US">Reverse direction.</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Hyphenation">
+ <info>
+ <desc xml:lang="en-US">Contains hyphenation relevant settings.</desc>
+ </info>
+ <prop oor:name="MinLeading" oor:type="xs:short">
+ <!-- OldPath: HyphMinLeading -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the minimum number of characters of the hyphenated word required at the end of the line.</desc>
+ <label xml:lang="en-US">Characters per syllable before hyphen</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="MinTrailing" oor:type="xs:short">
+ <!-- OldPath: HyphMinTrailing -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the minimum number of characters of the hyphenated word required at the next line.</desc>
+ <label xml:lang="en-US">Characters per syllable after hyphen</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="MinWordLength" oor:type="xs:short">
+ <!-- OldPath: HyphMinWordLength -->
+ <!-- OldLocation: soffice.ini -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the minimum word length to allow a hyphenation.</desc>
+ <label xml:lang="en-US">Minimal word length</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>5</value>
+ </prop>
+ <prop oor:name="IsHyphSpecial" oor:type="xs:boolean">
+ <!-- OldPath: MiscOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Allows hyphenation in headers, footers, and frames.</desc>
+ <label xml:lang="en-US">Hyphenate in special regions.</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsHyphAuto" oor:type="xs:boolean">
+ <!-- OldPath: MiscOptions -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Language -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Allows for automatic insertion of soft hyphens.</desc>
+ <label xml:lang="en-US">Automatic hyphention.</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="ServiceManager">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the service manager that are used to access/configure the usage of the various linguistic service implementations.</desc>
+ </info>
+ <group oor:name="SpellCheckerList" oor:extensible="true">
+ <info>
+ <desc xml:lang="en-US">Contains a list of languages and spell-checking-service entries. Only languages listed will be supported.</desc>
+ </info>
+ </group>
+ <group oor:name="ThesaurusList" oor:extensible="true">
+ <info>
+ <desc xml:lang="en-US">Contains a list of languages and thesaurus-service entries. Only languages listed will be supported.</desc>
+ </info>
+ </group>
+ <group oor:name="HyphenatorList" oor:extensible="true">
+ <info>
+ <desc xml:lang="en-US">Contains a list of languages and hyphenation-service pairs. Only languages listed will be supported.</desc>
+ </info>
+ </group>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Math.xcs b/officecfg/registry/schema/org/openoffice/Office/Math.xcs
index 07062ffe60fa..99e62e2c3ccf 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:06:59 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,1201 +60,1198 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: TL -->
- <info>
- <desc xml:lang="en-US">Contains settings for Math.</desc>
- </info>
- <templates>
- <group oor:name="FontFormat">
- <info>
- <desc xml:lang="en-US">Lists properties for describing a font.</desc>
- </info>
- <prop oor:name="Name" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the font name.</desc>
- </info>
- </prop>
- <prop oor:name="CharSet" oor:type="xs:short">
- <info>
- <desc xml:lang="en-US">Specifies the character set for a font.</desc>
- </info>
- </prop>
- <prop oor:name="Family" oor:type="xs:short">
- <info>
- <desc xml:lang="en-US">Specifies the font family.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">not known</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">'decorative'</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">'modern'</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">'roman'</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">'script'</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc xml:lang="en-US">'swiss'</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc xml:lang="en-US">'system'</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Pitch" oor:type="xs:short">
- <info>
- <desc xml:lang="en-US">Specifies the pitch of a font.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">not known</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">fixed</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">variable</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Weight" oor:type="xs:short">
- <info>
- <desc xml:lang="en-US">Specifies the weight of a font.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">not known</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">'thin'</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">'ultra light'</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">'light'</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">'semi light'</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc xml:lang="en-US">'normal'</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc xml:lang="en-US">'medium'</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc xml:lang="en-US">'semi bold'</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">'bold'</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">'ultra bold'</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">'black'</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Italic" oor:type="xs:short">
- <info>
- <desc xml:lang="en-US">Specifies the font italics.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">not slanted</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">'oblique'</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">'normal'</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">not known</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="Symbol">
- <info>
- <desc xml:lang="en-US">Contains settings for defining a user- or predefined symbol.</desc>
- </info>
- <prop oor:name="Char" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Specifies the character value of the symbol.</desc>
- </info>
- </prop>
- <prop oor:name="Set" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the symbol set containing the symbol.</desc>
- </info>
- </prop>
- <prop oor:name="Predefined" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if a symbol is predefined or user-defined.</desc>
- </info>
- </prop>
- <prop oor:name="FontFormatId" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the font format used. The value must be one of the node-names in the FontFormatList.</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <info>
- <desc xml:lang="en-US">Contains settings for Math.</desc>
- </info>
- <group oor:name="Print">
- <info>
- <desc xml:lang="en-US">Contains settings for printing.</desc>
- </info>
- <prop oor:name="Title" oor:type="xs:boolean">
- <!-- OldPath: Math/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options Formula Settings - [Section] Print options -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the title (filename) is printed.</desc>
- <label xml:lang="en-US">Title row</label>
- </info>
- </prop>
- <prop oor:name="FormulaText" oor:type="xs:boolean">
- <!-- OldPath: Math/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options Formula Settings - [Section] Print options -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the formula text is printed.</desc>
- <label xml:lang="en-US">Formula text</label>
- </info>
- </prop>
- <prop oor:name="Frame" oor:type="xs:boolean">
- <!-- OldPath: Math/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options Formula Settings - [Section] Print options -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if a border is drawn around the formula.</desc>
- <label xml:lang="en-US">Border</label>
- </info>
- </prop>
- <prop oor:name="Size" oor:type="xs:short">
- <!-- OldPath: Math/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options Formula Settings - [Section] Print format -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Defines the size used when printing the formula.</desc>
- <label xml:lang="en-US">Print Size</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Prints the formula in original size.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Adapts formula size to paper size.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Defines the zoom factor.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="ZoomFactor" oor:type="xs:short">
- <!-- OldPath: Math/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options Formula Settings - [Section] Print format -->
- <value>100</value>
- <info>
- <desc xml:lang="en-US">Zoom factor for printing formulas. Only valid when the print size is defined by the zoom factor. [UNIT=%]</desc>
- <label xml:lang="en-US">Zoom factor</label>
- </info>
- <constraints>
- <minInclusive oor:value="10">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="400">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- </group>
- <group oor:name="Misc">
- <info>
- <desc xml:lang="en-US">Contains miscellaneous settings.</desc>
- </info>
- <prop oor:name="NoSymbolsWarning" oor:type="xs:boolean">
- <!-- OldPath: Math/Misc -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: - -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- <label xml:lang="en-US">Missing symbols warning</label>
- </info>
- </prop>
- <prop oor:name="IgnoreSpacesRight" oor:type="xs:boolean">
- <!-- OldPath: Math/Misc -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Tools - Options Formula Settings - [Section] Miscellaneous options -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Ignores spacing symbols at the end of a line.</desc>
- <label xml:lang="en-US">Ignore ~ and &amp;apos; at the end of the line</label>
- </info>
- </prop>
- </group>
- <group oor:name="View">
- <info>
- <desc xml:lang="en-US">Contains view settings.</desc>
- </info>
- <prop oor:name="ToolboxVisible" oor:type="xs:boolean">
- <!-- OldPath: Math/View -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: View - Selection -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Toggles the visibility of the ToolBox (Selection Box).</desc>
- <label xml:lang="en-US">Show Tool Box</label>
- </info>
- </prop>
- <prop oor:name="AutoRedraw" oor:type="xs:boolean">
- <!-- OldPath: Math/View -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: View - AutoRefresh Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Automatically updates th display of the formula after the text has changed.</desc>
- <label xml:lang="en-US">Update display automatically</label>
- </info>
- </prop>
- <prop oor:name="FormulaCursor" oor:type="xs:boolean">
- <!-- OldPath: Math/View -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: The icon &quot;Formula Cursor&quot; in the Tool bar -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Toggles the visibility of the FormulaCursor.</desc>
- <label xml:lang="en-US">Show Formula Cursor</label>
- </info>
- </prop>
- </group>
- <set oor:name="FontFormatList" oor:node-type="FontFormat">
- <info>
- <desc xml:lang="en-US">Lists the FontFormat entries that can be used as symbol definitions in the SymbolList.</desc>
- </info>
- </set>
- <group oor:name="StandardFormat">
- <info>
- <desc xml:lang="en-US">Defines the default format settings for formulas.</desc>
- </info>
- <prop oor:name="Textmode" oor:type="xs:boolean">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Text Mode -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Displays some expressions in a compact form.</desc>
- <label xml:lang="en-US">Textmode</label>
- </info>
- </prop>
- <prop oor:name="ScaleNormalBracket" oor:type="xs:boolean">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Brackets - Scale all brackets -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Attempts to scale non-scaleable brackets to fit the size of the arguments.</desc>
- <label xml:lang="en-US">Scale normal brackets</label>
- </info>
- </prop>
- <prop oor:name="HorizontalAlignment" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Alignment - Horizontal -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the default horizontal alignment for the formula.</desc>
- <label xml:lang="en-US">Horizontal alignment</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">The formula is aligned left.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">The formula is aligned centered.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">The formula is aligned right.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="BaseSize" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format- Font Size - Base size -->
- <value>12</value>
- <info>
- <desc xml:lang="en-US">Specifies the reference base size. [UNIT=Pts]</desc>
- <label xml:lang="en-US">Base size</label>
- </info>
- <constraints>
- <minInclusive oor:value="4">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="127">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="TextSize" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format- Font Size - Text -->
- <value>100</value>
- <info>
- <desc xml:lang="en-US">Specifies the text size relative to the base size. [UNIT=%]</desc>
- <label xml:lang="en-US">Text size</label>
- </info>
- <constraints>
- <minInclusive oor:value="5">
- <info>
- <desc xml:lang="en-US">Minimum value allowed (must be positive)</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="200">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="IndexSize" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format- Font Size - Indices -->
- <value>60</value>
- <info>
- <desc xml:lang="en-US">Specifies the size of the indices relative to the base size. [UNIT=%]</desc>
- <label xml:lang="en-US">Index size</label>
- </info>
- <constraints>
- <minInclusive oor:value="5">
- <info>
- <desc xml:lang="en-US">Minimum value allowed (must be positive)</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="200">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="FunctionSize" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format- Font Size - Functions -->
- <value>100</value>
- <info>
- <desc xml:lang="en-US">Specifies the size of the functions relative to the base size. [UNIT=%]</desc>
- <label xml:lang="en-US">Function size</label>
- </info>
- <constraints>
- <minInclusive oor:value="5">
- <info>
- <desc xml:lang="en-US">Minimum value allowed (must be positive)</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="200">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="OperatorSize" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format- Font Size - Operators -->
- <value>100</value>
- <info>
- <desc xml:lang="en-US">Specifies the size of the operators relative to the base size. [UNIT=%]</desc>
- <label xml:lang="en-US">Operator size</label>
- </info>
- <constraints>
- <minInclusive oor:value="5">
- <info>
- <desc xml:lang="en-US">Minimum value allowed (must be positive)</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="200">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="LimitsSize" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format- Font Size - Limits -->
- <value>60</value>
- <info>
- <desc xml:lang="en-US">Specifies the size of the limits relative to the base size. [UNIT=%]</desc>
- <label xml:lang="en-US">Limits size</label>
- </info>
- <constraints>
- <minInclusive oor:value="5">
- <info>
- <desc xml:lang="en-US">Minimum value allowed (must be positive)</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="200">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="VariableFont" oor:type="xs:string">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Fonts - Variables -->
- <value/>
- <info>
- <desc xml:lang="en-US">Specifies the FontFormat (font) to be used for variables. The value must be contained in the FontFormatList.</desc>
- <label xml:lang="en-US">Variable Font name</label>
- </info>
- </prop>
- <prop oor:name="FunctionFont" oor:type="xs:string">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Fonts - Functions -->
- <value/>
- <info>
- <desc xml:lang="en-US">Specifies the FontFormat (font) to be used for functions. The value must be contained in the FontFormatList.</desc>
- <label xml:lang="en-US">Function Font name</label>
- </info>
- </prop>
- <prop oor:name="NumberFont" oor:type="xs:string">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Fonts - Numbers -->
- <value/>
- <info>
- <desc xml:lang="en-US">Specifies the FontFormat (font) to be used for numbers. The value must be contained in the FontFormatList.</desc>
- <label xml:lang="en-US">Number Font name</label>
- </info>
- </prop>
- <prop oor:name="TextFont" oor:type="xs:string">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Fonts - Text -->
- <value/>
- <info>
- <desc xml:lang="en-US">Specifies the FontFormat (font) to be used for text. The value must be contained in the FontFormatList.</desc>
- <label xml:lang="en-US">Text Font name</label>
- </info>
- </prop>
- <prop oor:name="SansFont" oor:type="xs:string">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Fonts - Sans -->
- <value/>
- <info>
- <desc xml:lang="en-US">Specifies the FontFormat (font) to be used for 'sans'. The value must be contained in the FontFormatList.</desc>
- <label xml:lang="en-US">Sans Font name</label>
- </info>
- </prop>
- <prop oor:name="SerifFont" oor:type="xs:string">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Fonts - Serif -->
- <value/>
- <info>
- <desc xml:lang="en-US">Specifies the FontFormat (font) to be used for 'serif'. The value must be contained in the FontFormatList.</desc>
- <label xml:lang="en-US">Serif Font name</label>
- </info>
- </prop>
- <prop oor:name="FixedFont" oor:type="xs:string">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Fonts - Fixed -->
- <value/>
- <info>
- <desc xml:lang="en-US">Specifies the FontFormat (font) to be used for 'fixed'. The value must be contained in the FontFormatList.</desc>
- <label xml:lang="en-US">Fixed Font name</label>
- </info>
- </prop>
- <group oor:name="Distance">
- <info>
- <desc xml:lang="en-US">Specifies the distance settings used for formatting a formula.</desc>
- </info>
- <prop oor:name="Horizontal" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Spacing - Spacing -->
- <value>10</value>
- <info>
- <desc xml:lang="en-US">Specifies the horizontal distance of different expressions and of binary operators. [UNIT=%]</desc>
- <label xml:lang="en-US">Horizontal distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="200">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Vertical" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Spacing - Line Spacing -->
- <value>5</value>
- <info>
- <desc xml:lang="en-US">Specifies the vertical distance of different lines. [UNIT=%]</desc>
- <label xml:lang="en-US">Vertical distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="200">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Root" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Spacing - Root Spacing -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the vertical distance of the root symbol's horizontal bar to the argument. [UNIT=%]</desc>
- <label xml:lang="en-US">Distance to root symbol</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="SubScript" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Indexes - Subscript -->
- <value>20</value>
- <info>
- <desc xml:lang="en-US">Specifies the vertical distance of the subscript to the base. [UNIT=%]</desc>
- <label xml:lang="en-US">Subscript distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="SuperScript" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Indexes - Superscript -->
- <value>20</value>
- <info>
- <desc xml:lang="en-US">Specifies the vertical distance of the superscript to the base. [UNIT=%]</desc>
- <label xml:lang="en-US">Superscript distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="LowerLimit" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Limits - Lower Limit -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the vertical distance of the lower limit to the operator. [UNIT=%]</desc>
- <label xml:lang="en-US">Lower limit distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="UpperLimit" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Limits - Upper Limit -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the vertical distance of the upper limit to the operator. [UNIT=%]</desc>
- <label xml:lang="en-US">Upper limit distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="OperatorSize" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Operators - Excess size -->
- <value>50</value>
- <info>
- <desc xml:lang="en-US">Specifies the scaling of a large operator relative to the base size. [UNIT=%]</desc>
- <label xml:lang="en-US">Oversize of large operator</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="OperatorSpace" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Operators - Spacing -->
- <value>20</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between the large operator and it&amp;apos;s argument. [UNIT=%]</desc>
- <label xml:lang="en-US">Distance to large operator</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Numerator" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Fractions - Numerator -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the vertical distance from the numerator to the fraction separator. [UNIT=%]</desc>
- <label xml:lang="en-US">Numerator distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Denominator" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Fractions - Denominator -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the vertical distance from the denominator to the fraction seperator. [UNIT=%]</desc>
- <label xml:lang="en-US">Denominator distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Fraction" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Fraction Bars - Excess length -->
- <value>10</value>
- <info>
- <desc xml:lang="en-US">Specifies the excess length of the fraction separator relative to its arguments. [UNIT=%]</desc>
- <label xml:lang="en-US">Fraction overlength</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="StrokeWidth" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Fraction Bars - Weight -->
- <value>5</value>
- <info>
- <desc xml:lang="en-US">Specifies the strokewidth of the fraction seperator. [UNIT=%]</desc>
- <label xml:lang="en-US">Fraction strokewidth</label>
- </info>
- <constraints>
- <minInclusive oor:value="1">
- <info>
- <desc xml:lang="en-US">Minimum value allowed (must be positive)</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="BracketSize" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Brackets - Excess size (left/right) -->
- <value>5</value>
- <info>
- <desc xml:lang="en-US">Specifies the excess length of the scalable brackets relative to the argument. [UNIT=%]</desc>
- <label xml:lang="en-US">Bracket oversize</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="BracketSpace" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Brackets - Spacing -->
- <value>5</value>
- <info>
- <desc xml:lang="en-US">Specifies the horizontal distance between the brackets and the enclosed argument. [UNIT=%]</desc>
- <label xml:lang="en-US">Bracket distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="NormalBracketSize" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Brackets - Excess size -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the excess length of normal brackets relative to the argument. Only valid if ScaleNormalBracket = TRUE. [UNIT=%]</desc>
- <label xml:lang="en-US">Normal bracket oversize</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="MatrixRow" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Matrixes - Line Spacing -->
- <value>3</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between the rows of a matrix. [UNIT=%]</desc>
- <label xml:lang="en-US">Matrix row distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="300">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="MatrixColumn" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Matrixes - Column Spacing -->
- <value>30</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between the columns of a matrix. [UNIT=%]</desc>
- <label xml:lang="en-US">Matrix column distance</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="300">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="OrnamentSize" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Symbols - Primary height -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between the attribute and its base. [UNIT=%]</desc>
- <label xml:lang="en-US">Distance to attribute</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="OrnamentSpace" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Symbols - Minimum distance -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between different attributes of the same base. [UNIT=%]</desc>
- <label xml:lang="en-US">Distance between attributes</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="100">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="LeftSpace" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Borders - Left -->
- <value>100</value>
- <info>
- <desc xml:lang="en-US">Specifies the width of the extra space to the left of the formula. [UNIT=1/100 mm]</desc>
- <label xml:lang="en-US">Left margin</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="10000">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="RightSpace" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Borders - Right -->
- <value>100</value>
- <info>
- <desc xml:lang="en-US">Specifies the width of the extra space to the right of the formula. [UNIT=1/100 mm]</desc>
- <label xml:lang="en-US">Right margin</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="10000">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="TopSpace" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Borders - Top -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the amount of extra space above the formula. [UNIT=1/100 mm]</desc>
- <label xml:lang="en-US">Top margin</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="10000">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="BottomSpace" oor:type="xs:short">
- <!-- OldPath: Math/StandardFormat -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: TL -->
- <!-- UIHints: Format - Spacing - Category - Borders - Bottom -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the amount of extra space below the formula. [UNIT=1/100 mm]</desc>
- <label xml:lang="en-US">Bottom margin</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="10000">
- <info>
- <desc xml:lang="en-US">Maximum value allowed</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- </group>
- </group>
- <set oor:name="SymbolList" oor:node-type="Symbol">
- <info>
- <desc xml:lang="en-US">Lists the defined symbols.</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="Math" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Contains settings for Math.</desc>
+ </info>
+ <templates>
+ <group oor:name="FontFormat">
+ <info>
+ <desc xml:lang="en-US">Lists properties for describing a font.</desc>
+ </info>
+ <prop oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the font name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="CharSet" oor:type="xs:short">
+ <info>
+ <desc xml:lang="en-US">Specifies the character set for a font.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Family" oor:type="xs:short">
+ <info>
+ <desc xml:lang="en-US">Specifies the font family.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">not known</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">'decorative'</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">'modern'</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">'roman'</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">'script'</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc xml:lang="en-US">'swiss'</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc xml:lang="en-US">'system'</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="Pitch" oor:type="xs:short">
+ <info>
+ <desc xml:lang="en-US">Specifies the pitch of a font.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">not known</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">fixed</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">variable</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="Weight" oor:type="xs:short">
+ <info>
+ <desc xml:lang="en-US">Specifies the weight of a font.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">not known</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">'thin'</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">'ultra light'</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">'light'</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">'semi light'</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc xml:lang="en-US">'normal'</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc xml:lang="en-US">'medium'</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc xml:lang="en-US">'semi bold'</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">'bold'</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">'ultra bold'</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">'black'</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="Italic" oor:type="xs:short">
+ <info>
+ <desc xml:lang="en-US">Specifies the font italics.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">not slanted</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">'oblique'</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">'normal'</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">not known</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ <group oor:name="Symbol">
+ <info>
+ <desc xml:lang="en-US">Contains settings for defining a user- or predefined symbol.</desc>
+ </info>
+ <prop oor:name="Char" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies the character value of the symbol.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Set" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the symbol set containing the symbol.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Predefined" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if a symbol is predefined or user-defined.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="FontFormatId" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the font format used. The value must be one of the node-names in the FontFormatList.</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="Print">
+ <info>
+ <desc xml:lang="en-US">Contains settings for printing.</desc>
+ </info>
+ <prop oor:name="Title" oor:type="xs:boolean">
+ <!-- OldPath: Math/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Formula Settings - [Section] Print options -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies if the title (filename) is printed.</desc>
+ <label xml:lang="en-US">Title row</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="FormulaText" oor:type="xs:boolean">
+ <!-- OldPath: Math/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Formula Settings - [Section] Print options -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies if the formula text is printed.</desc>
+ <label xml:lang="en-US">Formula text</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Frame" oor:type="xs:boolean">
+ <!-- OldPath: Math/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Formula Settings - [Section] Print options -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies if a border is drawn around the formula.</desc>
+ <label xml:lang="en-US">Border</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Size" oor:type="xs:short">
+ <!-- OldPath: Math/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Formula Settings - [Section] Print format -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Defines the size used when printing the formula.</desc>
+ <label xml:lang="en-US">Print Size</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Prints the formula in original size.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Adapts formula size to paper size.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Defines the zoom factor.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="ZoomFactor" oor:type="xs:short">
+ <!-- OldPath: Math/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Formula Settings - [Section] Print format -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Zoom factor for printing formulas. Only valid when the print size is defined by the zoom factor. [UNIT=%]</desc>
+ <label xml:lang="en-US">Zoom factor</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="10">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="400">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>100</value>
+ </prop>
+ </group>
+ <group oor:name="Misc">
+ <info>
+ <desc xml:lang="en-US">Contains miscellaneous settings.</desc>
+ </info>
+ <prop oor:name="NoSymbolsWarning" oor:type="xs:boolean">
+ <!-- OldPath: Math/Misc -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: - -->
+ <info>
+ <deprecated/>
+ <author>TL</author>
+ <label xml:lang="en-US">Missing symbols warning.</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IgnoreSpacesRight" oor:type="xs:boolean">
+ <!-- OldPath: Math/Misc -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options Formula Settings - [Section] Miscellaneous options -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Ignores spacing symbols at the end of a line.</desc>
+ <label xml:lang="en-US">Ignore ~ and &amp;apos; at the end of the line</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="View">
+ <info>
+ <desc xml:lang="en-US">Contains view settings.</desc>
+ </info>
+ <prop oor:name="ToolboxVisible" oor:type="xs:boolean">
+ <!-- OldPath: Math/View -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: View - Selection -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Toggles the visibility of the ToolBox (Selection Box).</desc>
+ <label xml:lang="en-US">Show Tool Box</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="AutoRedraw" oor:type="xs:boolean">
+ <!-- OldPath: Math/View -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: View - AutoRefresh Display -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Automatically updates th display of the formula after the text has changed.</desc>
+ <label xml:lang="en-US">Update display automatically</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="FormulaCursor" oor:type="xs:boolean">
+ <!-- OldPath: Math/View -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: The icon &quot;Formula Cursor&quot; in the Tool bar -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Toggles the visibility of the FormulaCursor.</desc>
+ <label xml:lang="en-US">Show Formula Cursor</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <set oor:name="FontFormatList" oor:node-type="FontFormat">
+ <info>
+ <desc xml:lang="en-US">Lists the FontFormat entries that can be used as symbol definitions in the SymbolList.</desc>
+ </info>
+ </set>
+ <group oor:name="StandardFormat">
+ <info>
+ <desc xml:lang="en-US">Defines the default format settings for formulas.</desc>
+ </info>
+ <prop oor:name="Textmode" oor:type="xs:boolean">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Text Mode -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Displays some expressions in a compact form.</desc>
+ <label xml:lang="en-US">Textmode</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ScaleNormalBracket" oor:type="xs:boolean">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Brackets - Scale all brackets -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Attempts to scale non-scaleable brackets to fit the size of the arguments.</desc>
+ <label xml:lang="en-US">Scale normal brackets</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HorizontalAlignment" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Alignment - Horizontal -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the default horizontal alignment for the formula.</desc>
+ <label xml:lang="en-US">Horizontal alignment</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">The formula is aligned left.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">The formula is aligned centered.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">The formula is aligned right.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="BaseSize" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format- Font Size - Base size -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the reference base size. [UNIT=Pts]</desc>
+ <label xml:lang="en-US">Base size</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="127">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>12</value>
+ </prop>
+ <prop oor:name="TextSize" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format- Font Size - Text -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the text size relative to the base size. [UNIT=%]</desc>
+ <label xml:lang="en-US">Text size</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="5">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed (must be positive)</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="200">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>100</value>
+ </prop>
+ <prop oor:name="IndexSize" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format- Font Size - Indices -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the size of the indices relative to the base size. [UNIT=%]</desc>
+ <label xml:lang="en-US">Index size</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="5">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed (must be positive)</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="200">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>60</value>
+ </prop>
+ <prop oor:name="FunctionSize" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format- Font Size - Functions -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the size of the functions relative to the base size. [UNIT=%]</desc>
+ <label xml:lang="en-US">Function size</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="5">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed (must be positive)</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="200">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>100</value>
+ </prop>
+ <prop oor:name="OperatorSize" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format- Font Size - Operators -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the size of the operators relative to the base size. [UNIT=%]</desc>
+ <label xml:lang="en-US">Operator size</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="5">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed (must be positive)</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="200">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>100</value>
+ </prop>
+ <prop oor:name="LimitsSize" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format- Font Size - Limits -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the size of the limits relative to the base size. [UNIT=%]</desc>
+ <label xml:lang="en-US">Limits size</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="5">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed (must be positive)</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="200">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>60</value>
+ </prop>
+ <prop oor:name="VariableFont" oor:type="xs:string">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Fonts - Variables -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the FontFormat (font) to be used for variables. The value must be contained in the FontFormatList.</desc>
+ <label xml:lang="en-US">Variable Font name</label>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="FunctionFont" oor:type="xs:string">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Fonts - Functions -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the FontFormat (font) to be used for functions. The value must be contained in the FontFormatList.</desc>
+ <label xml:lang="en-US">Function Font name</label>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="NumberFont" oor:type="xs:string">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Fonts - Numbers -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the FontFormat (font) to be used for numbers. The value must be contained in the FontFormatList.</desc>
+ <label xml:lang="en-US">Number Font name</label>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="TextFont" oor:type="xs:string">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Fonts - Text -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the FontFormat (font) to be used for text. The value must be contained in the FontFormatList.</desc>
+ <label xml:lang="en-US">Text Font name</label>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="SansFont" oor:type="xs:string">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Fonts - Sans -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the FontFormat (font) to be used for 'sans'. The value must be contained in the FontFormatList.</desc>
+ <label xml:lang="en-US">Sans Font name</label>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="SerifFont" oor:type="xs:string">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Fonts - Serif -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the FontFormat (font) to be used for 'serif'. The value must be contained in the FontFormatList.</desc>
+ <label xml:lang="en-US">Serif Font name</label>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="FixedFont" oor:type="xs:string">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Fonts - Fixed -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the FontFormat (font) to be used for 'fixed'. The value must be contained in the FontFormatList.</desc>
+ <label xml:lang="en-US">Fixed Font name</label>
+ </info>
+ <value/>
+ </prop>
+ <group oor:name="Distance">
+ <info>
+ <desc xml:lang="en-US">Specifies the distance settings used for formatting a formula.</desc>
+ </info>
+ <prop oor:name="Horizontal" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Spacing - Spacing -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the horizontal distance of different expressions and of binary operators. [UNIT=%]</desc>
+ <label xml:lang="en-US">Horizontal distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="200">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10</value>
+ </prop>
+ <prop oor:name="Vertical" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Spacing - Line Spacing -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the vertical distance of different lines. [UNIT=%]</desc>
+ <label xml:lang="en-US">Vertical distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="200">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>5</value>
+ </prop>
+ <prop oor:name="Root" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Spacing - Root Spacing -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the vertical distance of the root symbol's horizontal bar to the argument. [UNIT=%]</desc>
+ <label xml:lang="en-US">Distance to root symbol</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="SubScript" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Indexes - Subscript -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the vertical distance of the subscript to the base. [UNIT=%]</desc>
+ <label xml:lang="en-US">Subscript distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>20</value>
+ </prop>
+ <prop oor:name="SuperScript" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Indexes - Superscript -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the vertical distance of the superscript to the base. [UNIT=%]</desc>
+ <label xml:lang="en-US">Superscript distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>20</value>
+ </prop>
+ <prop oor:name="LowerLimit" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Limits - Lower Limit -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the vertical distance of the lower limit to the operator. [UNIT=%]</desc>
+ <label xml:lang="en-US">Lower limit distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="UpperLimit" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Limits - Upper Limit -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the vertical distance of the upper limit to the operator. [UNIT=%]</desc>
+ <label xml:lang="en-US">Upper limit distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="OperatorSize" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Operators - Excess size -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the scaling of a large operator relative to the base size. [UNIT=%]</desc>
+ <label xml:lang="en-US">Oversize of large operator</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>50</value>
+ </prop>
+ <prop oor:name="OperatorSpace" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Operators - Spacing -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the distance between the large operator and it&amp;apos;s argument. [UNIT=%]</desc>
+ <label xml:lang="en-US">Distance to large operator</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>20</value>
+ </prop>
+ <prop oor:name="Numerator" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Fractions - Numerator -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the vertical distance from the numerator to the fraction separator. [UNIT=%]</desc>
+ <label xml:lang="en-US">Numerator distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Denominator" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Fractions - Denominator -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the vertical distance from the denominator to the fraction seperator. [UNIT=%]</desc>
+ <label xml:lang="en-US">Denominator distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Fraction" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Fraction Bars - Excess length -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the excess length of the fraction separator relative to its arguments. [UNIT=%]</desc>
+ <label xml:lang="en-US">Fraction overlength</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10</value>
+ </prop>
+ <prop oor:name="StrokeWidth" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Fraction Bars - Weight -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the strokewidth of the fraction seperator. [UNIT=%]</desc>
+ <label xml:lang="en-US">Fraction strokewidth</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed (must be positive)</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>5</value>
+ </prop>
+ <prop oor:name="BracketSize" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Brackets - Excess size (left/right) -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the excess length of the scalable brackets relative to the argument. [UNIT=%]</desc>
+ <label xml:lang="en-US">Bracket oversize</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>5</value>
+ </prop>
+ <prop oor:name="BracketSpace" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Brackets - Spacing -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the horizontal distance between the brackets and the enclosed argument. [UNIT=%]</desc>
+ <label xml:lang="en-US">Bracket distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>5</value>
+ </prop>
+ <prop oor:name="NormalBracketSize" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Brackets - Excess size -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the excess length of normal brackets relative to the argument. Only valid if ScaleNormalBracket = TRUE. [UNIT=%]</desc>
+ <label xml:lang="en-US">Normal bracket oversize</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="MatrixRow" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Matrixes - Line Spacing -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the distance between the rows of a matrix. [UNIT=%]</desc>
+ <label xml:lang="en-US">Matrix row distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="300">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>3</value>
+ </prop>
+ <prop oor:name="MatrixColumn" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Matrixes - Column Spacing -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the distance between the columns of a matrix. [UNIT=%]</desc>
+ <label xml:lang="en-US">Matrix column distance</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="300">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>30</value>
+ </prop>
+ <prop oor:name="OrnamentSize" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Symbols - Primary height -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the distance between the attribute and its base. [UNIT=%]</desc>
+ <label xml:lang="en-US">Distance to attribute</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="OrnamentSpace" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Symbols - Minimum distance -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the distance between different attributes of the same base. [UNIT=%]</desc>
+ <label xml:lang="en-US">Distance between attributes</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="LeftSpace" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Borders - Left -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the width of the extra space to the left of the formula. [UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US">Left margin</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="10000">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>100</value>
+ </prop>
+ <prop oor:name="RightSpace" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Borders - Right -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the width of the extra space to the right of the formula. [UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US">Right margin</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="10000">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>100</value>
+ </prop>
+ <prop oor:name="TopSpace" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Borders - Top -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the amount of extra space above the formula. [UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US">Top margin</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="10000">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="BottomSpace" oor:type="xs:short">
+ <!-- OldPath: Math/StandardFormat -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Format - Spacing - Category - Borders - Bottom -->
+ <info>
+ <author>TL</author>
+ <desc xml:lang="en-US">Specifies the amount of extra space below the formula. [UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US">Bottom margin</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="10000">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ </group>
+ <set oor:name="SymbolList" oor:node-type="Symbol">
+ <info>
+ <desc xml:lang="en-US">Lists the defined symbols.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs b/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
index 454ee880b8d8..2e5cd1caa490 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:07:01 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,34 +60,28 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: AS-->
- <info>
- <desc xml:lang="en-US">Contains UNO services that support special URL protocols. These services are used generically.</desc>
- </info>
- <templates>
- <info>
- <desc xml:lang="en-US">Specifies the neccessary templates.</desc>
- </info>
- <group oor:name="Handler">
- <info>
- <desc xml:lang="en-US">A UNO service used for URL dispatches that handle special URL protocols.</desc>
- </info>
- <prop oor:name="Protocols" oor:type="oor:string-list">
- <info>
- <desc xml:lang="en-US">Lists the URL pattern that can recognized by this service.</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <info>
- <desc xml:lang="en-US">Used instances.</desc>
- </info>
- <set oor:name="HandlerSet" oor:node-type="Handler">
- <info>
- <desc xml:lang="en-US">Lists the registered protocol handler services.</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="ProtocolHandler" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <author>AS</author>
+ <desc xml:lang="en-US">Contains UNO services that support special URL protocols. These services are used generically.</desc>
+ </info>
+ <templates>
+ <group oor:name="Handler">
+ <info>
+ <desc xml:lang="en-US">A UNO service used for URL dispatches that handle special URL protocols.</desc>
+ </info>
+ <prop oor:name="Protocols" oor:type="oor:string-list">
+ <info>
+ <desc xml:lang="en-US">Lists the URL pattern that can recognized by this service.</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="HandlerSet" oor:node-type="Handler">
+ <info>
+ <desc xml:lang="en-US">Lists the registered protocol handler services.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/SFX.xcs b/officecfg/registry/schema/org/openoffice/Office/SFX.xcs
index a99bb52b4986..b35dcb6d9f81 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:07:07 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,26 +60,23 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: MBA-->
- <info>
- <desc xml:lang="en-US">Contains the component-schema for the framework module.</desc>
- </info>
- <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="SFX" oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
- <desc xml:lang="en-US">Contains general settings for the framework module.</desc>
+ <author>MBA</author>
+ <desc xml:lang="en-US">Contains the component-schema for the framework module.</desc>
</info>
- <group oor:name="Help">
- <info>
- <desc xml:lang="en-US">Contains settings which specifies how the help in Office should work.</desc>
- </info>
- <prop oor:name="HelpAgentStarterList" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: hlpagent.ini -->
- <!-- Responsible: PB-->
- <info>
- <desc xml:lang="en-US">Lists IDs used by SFX to start the help agent.</desc>
- </info>
- </prop>
- </group>
- </component>
+ <component>
+ <group oor:name="Help">
+ <info>
+ <desc xml:lang="en-US">Contains settings which specifies how the help in Office should work.</desc>
+ </info>
+ <prop oor:name="HelpAgentStarterList" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: hlpagent.ini -->
+ <info>
+ <author>PB</author>
+ <desc xml:lang="en-US">Lists IDs used by SFX to start the help agent.</desc>
+ </info>
+ </prop>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Security.xcs b/officecfg/registry/schema/org/openoffice/Office/Security.xcs
index e51d81da2590..5a98dc1a5216 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Security.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Security.xcs
@@ -1,29 +1,97 @@
<?xml version="1.0" encoding="UTF-8"?>
-<oor:component-schema oor:name="Security" oor:package="org.openoffice.Office"
- xsi:schemaLocation="http://openoffice.org/2001/registry component-schema.xsd"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:oor="http://openoffice.org/2001/registry"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xml:lang='en-US'>
- <!--Responsible: CD-->
- <info><desc xml:lang="en-US">Stores security related settings.</desc></info>
+<!--***********************************************************************
+ *
+ * $RCSfile: Security.xcs,v $
+ *
+ * $Revision: 1.3 $
+ *
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:41 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRUNTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRUNTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc..
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************ -->
+<!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="Security" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <author>CD</author>
+ <desc xml:lang="en-US">Stores security related settings.</desc>
+ </info>
<templates>
<group oor:name="SecureExtension">
+ <info>
+ <desc xml:lang="en-US">Provides secure file extensions. Opening a secure file does not pose any risk.</desc>
+ </info>
<prop oor:name="Extension" oor:type="xs:string">
- <info><desc xml:lang="en-US">Provides a file extension that is not case-sensitive.</desc></info>
+ <info>
+ <desc xml:lang="en-US">Provides a file extension that is not case-sensitive.</desc>
+ </info>
</prop>
- <info><desc xml:lang="en-US">Provides secure file extensions. Opening a secure file does not pose any risk.</desc></info>
</group>
</templates>
<component>
<set oor:name="SecureExtensions" oor:node-type="SecureExtension">
- <info><desc xml:lang="en-US">Provides a list of secure file extensions. Opening a secure file does not pose any risk.</desc></info>
+ <info>
+ <desc xml:lang="en-US">Provides a list of secure file extensions. Opening a secure file does not pose any risk.</desc>
+ </info>
</set>
<group oor:name="Hyperlinks">
+ <info>
+ <desc xml:lang="en-US">Specifies how secure hyperlinks are processed.</desc>
+ </info>
<prop oor:name="Open" oor:type="xs:int">
- <info><desc xml:lang="en-US">Specifies how a hyperlink is opened ( 0 = Never, 1 = with security checks, 2 = always open).</desc></info>
+ <info>
+ <desc xml:lang="en-US">Specifies how a hyperlink is opened ( 0 = Never, 1 = with security checks, 2 = always open).</desc>
+ </info>
</prop>
- <info><desc xml:lang="en-US">Specifies how secure hyperlinks are processed.</desc></info>
</group>
</component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs b/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
index 82cf000049e0..a586ded14c92 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
@@ -1,52 +1,127 @@
<?xml version="1.0" encoding="UTF-8"?>
-<oor:component-schema oor:name="Substitution" oor:package="org.openoffice.Office"
- xsi:schemaLocation="http://openoffice.org/2001/registry component-schema.xsd"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:oor="http://openoffice.org/2001/registry"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xml:lang='en-US'>
- <!--Responsible: CD-->
- <info>
+<!--***********************************************************************
+ *
+ * $RCSfile: Substitution.xcs,v $
+ *
+ * $Revision: 1.4 $
+ *
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:41 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRUNTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRUNTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc..
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************ -->
+<!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="Substitution" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <author>CD</author>
<desc xml:lang="en-US">Stores rules for user-defined path variables called SharePoint. These rules are evaluated when a user-defined path variable must be substituted with a real path.</desc>
</info>
- <templates>
- <group oor:name="SharePointMapping">
- <info><desc xml:lang="en-US">Maps a share point to an existing path or to another share point defined in the Directory property.</desc></info>
- <prop oor:name="Directory" oor:type="xs:string" oor:nillable="false">
- <info><desc xml:lang="en-US">Specifies a physical directory location that is stored as a valid encoded file URL or with other path variables.</desc></info>
- </prop>
- <group oor:name="Environment">
- <info><desc xml:lang="en-US">Specifies a rule parameter that restricts applying mappings to a certain environment.</desc></info>
- <prop oor:name="OS" oor:type="xs:string">
- <info><desc xml:lang="en-US">Specifies the operating system required for this share point mapping. As a result, system depedent settings can be defined.</desc></info>
- <value xsi:nil="true"/>
- </prop>
- <prop oor:name="Host" oor:type="xs:string">
- <info><desc xml:lang="en-US">Specifies the name of the host for which the Directory property setting is valid. You can use the '*' wildcard for the name.</desc></info>
- <value xsi:nil="true"/>
- </prop>
- <prop oor:name="DNSDomain" oor:type="xs:string">
- <info><desc xml:lang="en-US">Specifies the dns domain for which the Directory property variable is valid. You can use the '*' wildcard for the domain.</desc></info>
- <value xsi:nil="true"/>
- </prop>
- <prop oor:name="YPDomain" oor:type="xs:string">
- <info><desc xml:lang="en-US">Specifies the yellow pages or NIS domain for which the Directory property variable is valid. You can use the '*' wildcard for the name.</desc></info>
- <value xsi:nil="true"/>
- </prop>
- <prop oor:name="NTDomain" oor:type="xs:string">
- <info><desc xml:lang="en-US">Specifies the NT domain for which the Directory property variable is valid. You can use the '*' wildcard for the domain.</desc></info>
- <value xsi:nil="true"/>
- </prop>
- </group>
- </group>
- <set oor:name="SharePoint" oor:node-type="SharePointMapping">
- <info><desc xml:lang="en-US">Used as the path variable name. The name is case-sensitive and must be defined with ascii characters. The name is used as a placeholder within path settings and can be substituted during runtime with a path defined in one of the defined mappings.</desc></info>
- </set>
- </templates>
- <component>
- <info><desc xml:lang="en-US">Contains the root of all substitution rules defined in the SharePoints set.</desc></info>
- <set oor:name="SharePoints" oor:node-type="SharePoint">
- <info><desc xml:lang="en-US">Specifies a table of SharePoints that are used as path variables (placeholder) within path settings.</desc></info>
- </set>
- </component>
+ <templates>
+ <group oor:name="SharePointMapping">
+ <info>
+ <desc xml:lang="en-US">Maps a share point to an existing path or to another share point defined in the Directory property.</desc>
+ </info>
+ <prop oor:name="Directory" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc xml:lang="en-US">Specifies a physical directory location that is stored as a valid encoded file URL or with other path variables.</desc>
+ </info>
+ </prop>
+ <group oor:name="Environment">
+ <info>
+ <desc xml:lang="en-US">Specifies a rule parameter that restricts applying mappings to a certain environment.</desc>
+ </info>
+ <prop oor:name="OS" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the operating system required for this share point mapping. As a result, system depedent settings can be defined.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Host" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the name of the host for which the Directory property setting is valid. You can use the '*' wildcard for the name.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="DNSDomain" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the dns domain for which the Directory property variable is valid. You can use the '*' wildcard for the domain.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="YPDomain" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the yellow pages or NIS domain for which the Directory property variable is valid. You can use the '*' wildcard for the name.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="NTDomain" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the NT domain for which the Directory property variable is valid. You can use the '*' wildcard for the domain.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ <set oor:name="SharePoint" oor:node-type="SharePointMapping">
+ <info>
+ <desc xml:lang="en-US">Used as the path variable name. The name is case-sensitive and must be defined with ascii characters. The name is used as a placeholder within path settings and can be substituted during runtime with a path defined in one of the defined mappings.</desc>
+ </info>
+ </set>
+ </templates>
+ <component>
+ <set oor:name="SharePoints" oor:node-type="SharePoint">
+ <info>
+ <desc xml:lang="en-US">Specifies a table of SharePoints that are used as path variables (placeholder) within path settings.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/TypeDetection.xcs b/officecfg/registry/schema/org/openoffice/Office/TypeDetection.xcs
index b00d865aa280..da302199cc31 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:07:10 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,140 +60,134 @@
*
************************************************************************ -->
<!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">
-<!-- Responsible: AS-->
- <info>
- <desc xml:lang="en-US">Contains common content types, filters, deep detection services, as well as the frame loader and the content handler for Office.</desc>
- </info>
- <templates>
- <info>
- <desc xml:lang="en-US">Neccessary templates.</desc>
- </info>
- <group oor:name="Type">
- <info>
- <desc xml:lang="en-US">A list of types representing common content formats in Office.</desc>
- </info>
- <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Displays a localized type on the user interface. Supports CJK by allowing you to assign it a value or language. Any UniCode characters is permitted.</desc>
- </info>
- </prop>
- <prop oor:name="Data" oor:type="xs:string">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Contains all other data of a type as an own formated string. Items are seperated by using "," - list items are seperated by using ";". Data={Preferred,MediaType,ClipboardFormat,URLPattern,Extensions,DocumentIconID}</desc>
- </info>
- </prop>
- </group>
- <group oor:name="Filter">
- <info>
- <desc xml:lang="en-US">Lists filters that can import or export content.</desc>
- </info>
- <prop oor:name="Installed" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Enables or disables filter with the setup utility.</desc>
- </info>
- </prop>
- <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Displays the localized filter on the user interface. Supports CJK by allowing you to assign it a value or language. Any UniCode characters is permitted.</desc>
- </info>
- </prop>
- <prop oor:name="Data" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Contains all other data of a filter as an own formated string. Items are seperated by "," - lists items are seperated by using ";". Data={Order,Type,DocumentService,FilterService,Flags,UserData,FilteFormatVersion,TemplateName,UIComponent}</desc>
- </info>
- </prop>
- </group>
- <group oor:name="DetectService">
- <info>
- <desc xml:lang="en-US">Improve the type detection. UNO services access stored content to determine type.</desc>
- </info>
- <prop oor:name="Types" oor:type="oor:string-list">
- <info>
- <desc xml:lang="en-US">Lists internal type names that can be recognized by this service.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="ContentHandler">
- <info>
- <desc xml:lang="en-US">Loads "non visible" content, such as sounds.</desc>
- </info>
- <prop oor:name="Types" oor:type="oor:string-list">
- <info>
- <desc xml:lang="en-US">Lists internal type names that can be recognized by this service.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="FrameLoader">
- <info>
- <desc xml:lang="en-US">Such UNO services are used to load "visible content" into a frame.</desc>
- </info>
- <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Displays the localized loader on the user interface. Supports CJK by allowing you to assign it a value or language. Any UniCode characters is permitted.</desc>
- </info>
- </prop>
- <prop oor:name="Types" oor:type="oor:string-list">
- <info>
- <desc xml:lang="en-US">Lists internal type names that can be recognized by this service.</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <info>
- <desc xml:lang="en-US">Used instances.</desc>
- </info>
- <set oor:name="Types" oor:node-type="Type">
- <info>
- <desc xml:lang="en-US">Lists the registered content types.</desc>
- </info>
- </set>
- <set oor:name="Filters" oor:node-type="Filter">
- <info>
- <desc xml:lang="en-US">Lists the registered office filters.</desc>
- </info>
- </set>
- <set oor:name="DetectServices" oor:node-type="DetectService">
- <info>
- <desc xml:lang="en-US">Lists the registered deep detection services.</desc>
- </info>
- </set>
- <set oor:name="ContentHandlers" oor:node-type="ContentHandler">
- <info>
- <desc xml:lang="en-US">Lists the registered content handler services.</desc>
- </info>
- </set>
- <set oor:name="FrameLoaders" oor:node-type="FrameLoader">
- <info>
- <desc xml:lang="en-US">Lists the registered frame loader services.</desc>
- </info>
- </set>
- <group oor:name="Defaults">
- <info>
- <desc xml:lang="en-US">Contains default objects that are used if no specialized service was registered.</desc>
- </info>
- <prop oor:name="FrameLoader" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the default frame loader.</desc>
- </info>
- <value>com.sun.star.comp.office.FrameLoader</value>
- </prop>
- <prop oor:name="DetectService" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the generic detection service.</desc>
- </info>
- <value>com.sun.star.comp.office.FrameLoader</value>
- </prop>
- <prop oor:name="ShowAlienFilterWarning" oor:type="xs:boolean">
- <!-- Responsible: OS-->
- <info>
- <desc xml:lang="en-US">Displays a warning when a user tries to set a third-party filter as the default filter in "Tools - Options".</desc>
- </info>
- <value>true</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="TypeDetection" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <author>AS</author>
+ <desc xml:lang="en-US">Contains common content types, filters, deep detection services, as well as the frame loader and the content handler for Office.</desc>
+ </info>
+ <templates>
+ <group oor:name="Type">
+ <info>
+ <desc xml:lang="en-US">A list of types representing common content formats in Office.</desc>
+ </info>
+ <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Displays a localized type on the user interface. Supports CJK by allowing you to assign it a value or language. Any UniCode characters is permitted.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Data" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Contains all other data of a type as an own formated string. Items are seperated by using "," - list items are seperated by using ";". Data={Preferred,MediaType,ClipboardFormat,URLPattern,Extensions,DocumentIconID}</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Filter">
+ <info>
+ <desc xml:lang="en-US">Lists filters that can import or export content.</desc>
+ </info>
+ <prop oor:name="Installed" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Enables or disables filter with the setup utility.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Displays the localized filter on the user interface. Supports CJK by allowing you to assign it a value or language. Any UniCode characters is permitted.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Data" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Contains all other data of a filter as an own formated string. Items are seperated by "," - lists items are seperated by using ";". Data={Order,Type,DocumentService,FilterService,Flags,UserData,FilteFormatVersion,TemplateName,UIComponent}</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="DetectService">
+ <info>
+ <desc xml:lang="en-US">Improve the type detection. UNO services access stored content to determine type.</desc>
+ </info>
+ <prop oor:name="Types" oor:type="oor:string-list">
+ <info>
+ <desc xml:lang="en-US">Lists internal type names that can be recognized by this service.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="ContentHandler">
+ <info>
+ <desc xml:lang="en-US">Loads "non visible" content, such as sounds.</desc>
+ </info>
+ <prop oor:name="Types" oor:type="oor:string-list">
+ <info>
+ <desc xml:lang="en-US">Lists internal type names that can be recognized by this service.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="FrameLoader">
+ <info>
+ <desc xml:lang="en-US">Such UNO services are used to load "visible content" into a frame.</desc>
+ </info>
+ <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Displays the localized loader on the user interface. Supports CJK by allowing you to assign it a value or language. Any UniCode characters is permitted.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Types" oor:type="oor:string-list">
+ <info>
+ <desc xml:lang="en-US">Lists internal type names that can be recognized by this service.</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="Types" oor:node-type="Type">
+ <info>
+ <desc xml:lang="en-US">Lists the registered content types.</desc>
+ </info>
+ </set>
+ <set oor:name="Filters" oor:node-type="Filter">
+ <info>
+ <desc xml:lang="en-US">Lists the registered office filters.</desc>
+ </info>
+ </set>
+ <set oor:name="DetectServices" oor:node-type="DetectService">
+ <info>
+ <desc xml:lang="en-US">Lists the registered deep detection services.</desc>
+ </info>
+ </set>
+ <set oor:name="ContentHandlers" oor:node-type="ContentHandler">
+ <info>
+ <desc xml:lang="en-US">Lists the registered content handler services.</desc>
+ </info>
+ </set>
+ <set oor:name="FrameLoaders" oor:node-type="FrameLoader">
+ <info>
+ <desc xml:lang="en-US">Lists the registered frame loader services.</desc>
+ </info>
+ </set>
+ <group oor:name="Defaults">
+ <info>
+ <desc xml:lang="en-US">Contains default objects that are used if no specialized service was registered.</desc>
+ </info>
+ <prop oor:name="FrameLoader" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the default frame loader.</desc>
+ </info>
+ <value>com.sun.star.comp.office.FrameLoader</value>
+ </prop>
+ <prop oor:name="DetectService" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the generic detection service.</desc>
+ </info>
+ <value>com.sun.star.comp.office.FrameLoader</value>
+ </prop>
+ <prop oor:name="ShowAlienFilterWarning" oor:type="xs:boolean">
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Displays a warning when a user tries to set a third-party filter as the default filter in "Tools - Options".</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI.xcs b/officecfg/registry/schema/org/openoffice/Office/UI.xcs
index 2a476c07b8ea..8e35a2776a69 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.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:07:12 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,548 +60,552 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: OS -->
+<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" xml:lang="en-US">
+ <info>
+ <author>OS</author>
+ </info>
<templates>
<group oor:name="FilterClass">
- <!-- Responsible: FS-->
+ <info>
+ <author>FS</author>
+ <desc xml:lang="en-US">Describes a class of filters. Filter classes (for example, 'Text documents') appear as a single filter to the user.</desc>
+ </info>
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true" oor:nillable="false">
<info>
<desc xml:lang="en-US">Localized name used when presenting the class to the user.</desc>
</info>
</prop>
<prop oor:name="Filters" oor:type="oor:string-list"/>
- <info>
- <desc xml:lang="en-US">Describes a class of filters. Filter classes (for example, 'Text documents') appear as a single filter to the user.</desc>
- </info>
</group>
<group oor:name="ColorScheme">
- <!-- Responsible: OS -->
<!-- UIHints: Tools / Options / Star|OpenOffice / Appearance -->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Templates for color settings used to customize the appearance of the applications.</desc>
</info>
<group oor:name="DocColor">
+ <info>
+ <desc xml:lang="en-US">Color settings for the document.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color of the document.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Color settings for the document.</desc>
- </info>
</group>
<group oor:name="DocBoundaries">
+ <info>
+ <desc xml:lang="en-US">Settings for the documents boundaries.</desc>
+ </info>
<prop oor:name="IsVisible" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the visibilty of the document boundaries (true = visible).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for of the document boundaries.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for the documents boundaries.</desc>
- </info>
</group>
<group oor:name="AppBackground">
+ <info>
+ <desc xml:lang="en-US">Settings for the application background.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Specifies Color of the application background.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for the application background.</desc>
- </info>
</group>
<group oor:name="ObjectBoundaries">
+ <info>
+ <desc xml:lang="en-US">Settings for object boundaries.</desc>
+ </info>
<prop oor:name="IsVisible" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the visibilty of object boundaries (true = visible).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for object boundaries.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for object boundaries.</desc>
- </info>
</group>
<group oor:name="TableBoundaries">
+ <info>
+ <desc xml:lang="en-US">Settings for table boundaries.</desc>
+ </info>
<prop oor:name="IsVisible" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the visibilty of table boundaries (true = visible).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for table boundaries.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for table boundaries.</desc>
- </info>
</group>
<group oor:name="Links">
+ <info>
+ <desc xml:lang="en-US">Settings for unvisited links.</desc>
+ </info>
<prop oor:name="IsVisible" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the visibilty of unvisited links (true = visible).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for unvisited links.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for unvisited links.</desc>
- </info>
</group>
<group oor:name="LinksVisited">
+ <info>
+ <desc xml:lang="en-US">Settings for visited links.</desc>
+ </info>
<prop oor:name="IsVisible" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the visibilty of visited links (true = visible).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for visited links.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for visited links.</desc>
- </info>
</group>
<group oor:name="Anchor">
+ <info>
+ <desc xml:lang="en-US">Settings for anchors.</desc>
+ </info>
<prop oor:name="IsVisible" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the visibilty of anchors (true = visible).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for anchors.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for anchors.</desc>
- </info>
</group>
<group oor:name="Spell">
+ <info>
+ <desc xml:lang="en-US">Settings for incorrect text found with spellchecking.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color of incorrect text found with AutoSpellcheck.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for incorrect text found with spellchecking.</desc>
- </info>
</group>
<group oor:name="WriterTextGrid">
+ <info>
+ <desc xml:lang="en-US">Settings for the text grid in Writer.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for the text grid.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for the text grid in Writer.</desc>
- </info>
</group>
<group oor:name="WriterFieldShadings">
+ <info>
+ <desc xml:lang="en-US">Settings for field shadings in Writer.</desc>
+ </info>
<prop oor:name="IsVisible" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the visibilty of field shadings (true = visible).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for the field shadings.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for field shadings in Writer.</desc>
- </info>
</group>
<group oor:name="WriterIdxShadings">
+ <info>
+ <desc xml:lang="en-US">Settings for index and table shadings in Writer.</desc>
+ </info>
<prop oor:name="IsVisible" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the visibilty of index and table shadings (true = visible).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for the index and table shadings.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for index and table shadings in Writer.</desc>
- </info>
</group>
<group oor:name="WriterDirectCursor">
+ <info>
+ <desc xml:lang="en-US">Settings for the direct cursor in Writer.</desc>
+ </info>
<prop oor:name="IsVisible" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the visibilty of direct cursor (true = visible).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for the direct cursor.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for the direct cursor in Writer.</desc>
- </info>
</group>
<group oor:name="WriterNotesIndicator">
+ <info>
+ <desc xml:lang="en-US">Settings for note indicators in Writer.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for note indicators.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for note indicators in Writer.</desc>
- </info>
</group>
<group oor:name="WriterScriptIndicator">
+ <info>
+ <desc xml:lang="en-US">Settings for script indicators in Writer.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for script indicators.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for script indicators in Writer.</desc>
- </info>
</group>
<group oor:name="WriterSectionBoundaries">
+ <info>
+ <desc xml:lang="en-US">Settings for section boundaries in Writer.</desc>
+ </info>
<prop oor:name="IsVisible" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the visibilty of section boundaries (true = visible).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for section boundaries.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for section boundaries in Writer.</desc>
- </info>
</group>
<group oor:name="WriterPageBreaks">
+ <info>
+ <desc xml:lang="en-US">Settings for the page break mark in Writer.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for the page break mark.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for the page break mark in Writer.</desc>
- </info>
</group>
<group oor:name="HTMLSGML">
+ <info>
+ <desc xml:lang="en-US">Settings used for SGML in HTML documents.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for SGML code.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings used for SGML in HTML documents.</desc>
- </info>
</group>
<group oor:name="HTMLComment">
+ <info>
+ <desc xml:lang="en-US">Settings used for comments in HTML documents.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for comments.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings used for comments in HTML documents.</desc>
- </info>
</group>
<group oor:name="HTMLKeyword">
+ <info>
+ <desc xml:lang="en-US">Settings used for keywords in HTML documents.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for keywords.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings used for keywords in HTML documents.</desc>
- </info>
</group>
<group oor:name="HTMLUnknown">
+ <info>
+ <desc xml:lang="en-US">Settings used for other text in HTML documents.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for other text.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings used for other text in HTML documents.</desc>
- </info>
</group>
<group oor:name="CalcGrid">
+ <info>
+ <desc xml:lang="en-US">Settings used for grid lines in Calc.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for the grid.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings used for grid lines in Calc.</desc>
- </info>
</group>
<group oor:name="CalcPageBreak">
+ <info>
+ <desc xml:lang="en-US">Settings used for page breaks in the page break preview in Calc.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for page breaks in the page break preview.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings used for page breaks in the page break preview in Calc.</desc>
- </info>
</group>
<group oor:name="CalcPageBreakManual">
+ <info>
+ <desc xml:lang="en-US">Settings used for manual breaks in Calc.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for manual page breaks.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings used for manual breaks in Calc.</desc>
- </info>
</group>
<group oor:name="CalcPageBreakAutomatic">
+ <info>
+ <desc xml:lang="en-US">Settings used for automatic breaks in Calc.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for automatic page breaks.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings used for automatic breaks in Calc.</desc>
- </info>
</group>
<group oor:name="CalcDetective">
+ <info>
+ <desc xml:lang="en-US">Settings used for audition arrows in Calc.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for audition arrows to precedent or dependent cells.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings used for audition arrows in Calc.</desc>
- </info>
</group>
<group oor:name="CalcDetectiveError">
+ <info>
+ <desc xml:lang="en-US">Settings used for audition arrows to cells with errors in Calc.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for audition arrows to cells containing errors.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings used for audition arrows to cells with errors in Calc.</desc>
- </info>
</group>
<group oor:name="CalcReference">
+ <info>
+ <desc xml:lang="en-US">Settings used for the cursor when editing references in Calc.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for the cursor when editing references.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings used for the cursor when editing references in Calc.</desc>
- </info>
</group>
<group oor:name="CalcNotesBackground">
+ <info>
+ <desc xml:lang="en-US">Settings used for the background of notes in Calc.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for the background of notes.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings used for the background of notes in Calc.</desc>
- </info>
</group>
<group oor:name="DrawGuides">
+ <info>
+ <deprecated/>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
- <desc xml:lang="en-US">Deprecated.</desc>
+ <deprecated/>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Deprecated.</desc>
- </info>
</group>
<group oor:name="DrawGrid">
+ <info>
+ <desc xml:lang="en-US">Settings used for the grid in Draw/Impress.</desc>
+ </info>
<prop oor:name="IsVisible" oor:type="xs:boolean">
- <value>true</value>
<info>
<desc xml:lang="en-US">Specifies the visibilty of the grid (true = visible).</desc>
</info>
+ <value>true</value>
</prop>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for the grid.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings used for the grid in Draw/Impress.</desc>
- </info>
</group>
<group oor:name="DrawDrawing">
+ <info>
+ <desc xml:lang="en-US">Settings for the default drawing color in Draw/Impress.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">The default drawing color being used.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for the default drawing color in Draw/Impress.</desc>
- </info>
</group>
<group oor:name="DrawFill">
+ <info>
+ <desc xml:lang="en-US">Settings for the default fill color in Draw/Impress.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">The default fill color being used.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for the default fill color in Draw/Impress.</desc>
- </info>
</group>
<group oor:name="BASICIdentifier">
+ <info>
+ <desc xml:lang="en-US">Settings for identifiers in BASIC source code.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for identifiers.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for identifiers in BASIC source code.</desc>
- </info>
</group>
<group oor:name="BASICComment">
+ <info>
+ <desc xml:lang="en-US">Settings for comments in BASIC source code.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for comments.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for comments in BASIC source code.</desc>
- </info>
</group>
<group oor:name="BASICNumber">
+ <info>
+ <desc xml:lang="en-US">Settings for numbers in BASIC source code.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for numbers.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for numbers in BASIC source code.</desc>
- </info>
</group>
<group oor:name="BASICString">
+ <info>
+ <desc xml:lang="en-US">Settings for strings in BASIC source code.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for strings.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for strings in BASIC source code.</desc>
- </info>
</group>
<group oor:name="BASICOperator">
+ <info>
+ <desc xml:lang="en-US">Settings for operators in BASIC source code.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for operators.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for operators in BASIC source code.</desc>
- </info>
</group>
<group oor:name="BASICKeyword">
+ <info>
+ <desc xml:lang="en-US">Settings for keywords in BASIC source code.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for keywords (reserved expressions).</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for keywords in BASIC source code.</desc>
- </info>
</group>
<group oor:name="BASICError">
+ <info>
+ <desc xml:lang="en-US">Settings for errors shown in BASIC source code.</desc>
+ </info>
<prop oor:name="Color" oor:type="xs:int">
- <value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for errors.</desc>
</info>
+ <value xsi:nil="true"/>
</prop>
- <info>
- <desc xml:lang="en-US">Settings for errors shown in BASIC source code.</desc>
- </info>
</group>
</group>
</templates>
<component>
<group oor:name="FilterClassification">
- <!-- Responsible: FS-->
+ <info>
+ <author>FS</author>
+ </info>
<group oor:name="GlobalFilters">
+ <info>
+ <desc xml:lang="en-US">Global classes are presented to the user in a group of it's own. A typical example for a global class is "text documents", whereas "StarWriter 4.0 / 5.0 documents" is not a global class.</desc>
+ </info>
<prop oor:name="Order" oor:type="oor:string-list">
- <value oor:separator=";">com.sun.star.text.TextDocument;com.sun.star.sheet.SpreadsheetDocument;com.sun.star.presentation.PresentationDocument;com.sun.star.drawing.DrawingDocument;com.sun.star.text.WebDocument;com.sun.star.text.GlobalDocument;com.sun.star.formular.FormularProperties</value>
<info>
<desc xml:lang="en-US">List specifying the order of the global filters within their group.</desc>
</info>
+ <value oor:separator=";">com.sun.star.text.TextDocument;com.sun.star.sheet.SpreadsheetDocument;com.sun.star.presentation.PresentationDocument;com.sun.star.drawing.DrawingDocument;com.sun.star.text.WebDocument;com.sun.star.text.GlobalDocument;com.sun.star.formular.FormularProperties</value>
</prop>
- <info>
- <desc xml:lang="en-US">Global classes are presented to the user in a group of it's own. A typical example for a global class is "text documents", whereas "StarWriter 4.0 / 5.0 documents" is not a global class.</desc>
- </info>
<set oor:name="Classes" oor:node-type="FilterClass">
<info>
<desc xml:lang="en-US">Lists global classes. The name of a class denotes to the document service name of the associated module.</desc>
@@ -613,20 +617,20 @@
</group>
</group>
<group oor:name="ColorScheme">
- <!-- Responsible: OS -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Color settings for customizing the appearance of the applications.</desc>
+ </info>
<prop oor:name="CurrentColorScheme" oor:type="xs:string">
- <value>Default</value>
<info>
<desc xml:lang="en-US">Name of the columns selected for inserting data into text or fields, plus inserted text and line breaks</desc>
</info>
+ <value>Default</value>
</prop>
- <info>
- <desc xml:lang="en-US">Color settings for customizing the appearance of the applications.</desc>
- </info>
<set oor:name="ColorSchemes" oor:node-type="ColorScheme">
- <!-- Responsible: OS -->
<!-- UIHints: Tools / Options / Star|OpenOffice / Appearance -->
<info>
+ <author>OS</author>
<desc xml:lang="en-US">Lists entries with color settings.</desc>
</info>
</set>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Views.xcs b/officecfg/registry/schema/org/openoffice/Office/Views.xcs
index 813f3c41bc5c..d053eea3aeca 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:07:13 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,109 +60,103 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: AS-->
- <info>
- <desc xml:lang="en-US">Contains persistent information about opened dialogs, windows, tab pages, and so on.</desc>
- </info>
- <templates>
- <info>
- <desc xml:lang="en-US">Necessary templates.</desc>
- </info>
- <group oor:name="DialogType">
- <info>
- <desc xml:lang="en-US">Contains the persistent data for a general office dialog.</desc>
- </info>
- <prop oor:name="WindowState" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Includes information (position,size, and states) about the used vcl window.</desc>
- </info>
- </prop>
- <group oor:name="UserData" oor:extensible="true">
- <info>
- <desc xml:lang="en-US">Can be used for own purposes.</desc>
- </info>
- </group>
- </group>
- <group oor:name="TabDialogType">
- <info>
- <desc xml:lang="en-US">Contains the persistent data for a special tab dialog.</desc>
- </info>
- <prop oor:name="WindowState" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Includes information (position,size, and states) about the used vcl window.</desc>
- </info>
- </prop>
- <prop oor:name="PageID" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Represents the number of an active tab page inside a dialog.</desc>
- </info>
- </prop>
- <group oor:name="UserData" oor:extensible="true">
- <info>
- <desc xml:lang="en-US">Can be used for own purposes.</desc>
- </info>
- </group>
- </group>
- <group oor:name="TabPageType">
- <info>
- <desc xml:lang="en-US">Contains the persistent data for a tab page.</desc>
- </info>
- <prop oor:name="WindowState" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Includes information (position,size, and states) about the used vcl window.</desc>
- </info>
- </prop>
- <group oor:name="UserData" oor:extensible="true">
- <info>
- <desc xml:lang="en-US">Can be used for own purposes.</desc>
- </info>
- </group>
- </group>
- <group oor:name="WindowType">
- <info>
- <desc xml:lang="en-US">Contains the persistent data for a general office window.</desc>
- </info>
- <prop oor:name="WindowState" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Includes information (position,size, and states) about the used vcl window.</desc>
- </info>
- </prop>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US">Make window visible.</desc>
- </info>
- </prop>
- <group oor:name="UserData" oor:extensible="true">
- <info>
- <desc xml:lang="en-US">Can be used for own purposes.</desc>
- </info>
- </group>
- </group>
- </templates>
- <component>
- <info>
- <desc xml:lang="en-US">Used instances.</desc>
- </info>
- <set oor:name="Dialogs" oor:node-type="DialogType">
- <info>
- <desc xml:lang="en-US">Lists persistent dialog states.</desc>
- </info>
- </set>
- <set oor:name="TabDialogs" oor:node-type="TabDialogType">
- <info>
- <desc xml:lang="en-US">Lists persistent tab dialog states.</desc>
- </info>
- </set>
- <set oor:name="TabPages" oor:node-type="TabPageType">
- <info>
- <desc xml:lang="en-US">Lists persistent tab page states.</desc>
- </info>
- </set>
- <set oor:name="Windows" oor:node-type="WindowType">
- <info>
- <desc xml:lang="en-US">Lists persistent window states.</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="Views" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <author>AS</author>
+ <desc xml:lang="en-US">Contains persistent information about opened dialogs, windows, tab pages, and so on.</desc>
+ </info>
+ <templates>
+ <group oor:name="DialogType">
+ <info>
+ <desc xml:lang="en-US">Contains the persistent data for a general office dialog.</desc>
+ </info>
+ <prop oor:name="WindowState" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Includes information (position,size, and states) about the used vcl window.</desc>
+ </info>
+ </prop>
+ <group oor:name="UserData" oor:extensible="true">
+ <info>
+ <desc xml:lang="en-US">Can be used for own purposes.</desc>
+ </info>
+ </group>
+ </group>
+ <group oor:name="TabDialogType">
+ <info>
+ <desc xml:lang="en-US">Contains the persistent data for a special tab dialog.</desc>
+ </info>
+ <prop oor:name="WindowState" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Includes information (position,size, and states) about the used vcl window.</desc>
+ </info>
+ </prop>
+ <prop oor:name="PageID" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Represents the number of an active tab page inside a dialog.</desc>
+ </info>
+ </prop>
+ <group oor:name="UserData" oor:extensible="true">
+ <info>
+ <desc xml:lang="en-US">Can be used for own purposes.</desc>
+ </info>
+ </group>
+ </group>
+ <group oor:name="TabPageType">
+ <info>
+ <desc xml:lang="en-US">Contains the persistent data for a tab page.</desc>
+ </info>
+ <prop oor:name="WindowState" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Includes information (position,size, and states) about the used vcl window.</desc>
+ </info>
+ </prop>
+ <group oor:name="UserData" oor:extensible="true">
+ <info>
+ <desc xml:lang="en-US">Can be used for own purposes.</desc>
+ </info>
+ </group>
+ </group>
+ <group oor:name="WindowType">
+ <info>
+ <desc xml:lang="en-US">Contains the persistent data for a general office window.</desc>
+ </info>
+ <prop oor:name="WindowState" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Includes information (position,size, and states) about the used vcl window.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Make window visible.</desc>
+ </info>
+ </prop>
+ <group oor:name="UserData" oor:extensible="true">
+ <info>
+ <desc xml:lang="en-US">Can be used for own purposes.</desc>
+ </info>
+ </group>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="Dialogs" oor:node-type="DialogType">
+ <info>
+ <desc xml:lang="en-US">Lists persistent dialog states.</desc>
+ </info>
+ </set>
+ <set oor:name="TabDialogs" oor:node-type="TabDialogType">
+ <info>
+ <desc xml:lang="en-US">Lists persistent tab dialog states.</desc>
+ </info>
+ </set>
+ <set oor:name="TabPages" oor:node-type="TabPageType">
+ <info>
+ <desc xml:lang="en-US">Lists persistent tab page states.</desc>
+ </info>
+ </set>
+ <set oor:name="Windows" oor:node-type="WindowType">
+ <info>
+ <desc xml:lang="en-US">Lists persistent window states.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 92a3d9a5639c..65159872bec8 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.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:07:15 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,8310 +60,8304 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: OS -->
- <info>
- <desc xml:lang="en-US">Contains settings for the Writer application.</desc>
- </info>
- <import oor:component="org.openoffice.Office.Common"/>
- <templates>
- <group oor:name="AgendaType">
- <info>
- <desc xml:lang="en-US">Settings for a single agenda entry.</desc>
- </info>
- <prop oor:name="Author" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Person responsible person for the topic.</desc>
- <label xml:lang="en-US">Responsible</label>
- </info>
- </prop>
- <prop oor:name="Topic" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Title for each agenda topic.</desc>
- <label xml:lang="en-US">Agenda topic</label>
- </info>
- </prop>
- <prop oor:name="Duration" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Scheduled duration of each topic [UNIT=Minute].</desc>
- <label xml:lang="en-US">Duration</label>
- </info>
- </prop>
- </group>
- <group oor:name="StyleType">
- <info>
- <desc xml:lang="en-US">A type for the preferred style of templates.</desc>
- </info>
- <prop oor:name="PreferredStyle" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Preferred style for the template.</desc>
- <label xml:lang="en-US">Style - Modern/Classic/Decorative</label>
- </info>
- <constraints>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Modern</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Classic</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Decorative</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="SizeType">
- <info>
- <desc xml:lang="en-US">Contains settings for the width and the height of an object or element.</desc>
- </info>
- <prop oor:name="Width" oor:type="xs:int">
- <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">
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- </group>
- <group oor:name="PositionType">
- <info>
- <desc xml:lang="en-US">Contains settings for the position of an object or an element.</desc>
- </info>
- <prop oor:name="Left" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Left distance of the object [UNIT=1/100 mm]</desc>
- </info>
- </prop>
- <prop oor:name="Right" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Right distance of the object [UNIT=1/100 mm]</desc>
- </info>
- </prop>
- <prop oor:name="Top" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Top distance of the object [UNIT=1/100 mm]</desc>
- </info>
- </prop>
- <prop oor:name="Bottom" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Bottom distance of the object [UNIT=1/100 mm]</desc>
- </info>
- </prop>
- </group>
- <group oor:name="AlignmentType">
- <info>
- <desc xml:lang="en-US">Contains settings for aligning an object or an element.</desc>
- </info>
- <prop oor:name="Position" oor:type="xs:int">
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Zero</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Top Left</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Top Center</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Top Right</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Bottom Left</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc xml:lang="en-US">Bottom Right</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc xml:lang="en-US">Center</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc xml:lang="en-US">Right Margin</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">Left Margin</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="TextElementType">
- <info>
- <desc xml:lang="en-US"/>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="Content" oor:type="xs:string" oor:localized="true">
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US"/>
- </info>
- </prop>
- </group>
- <group oor:name="IntElementType">
- <info>
- <desc xml:lang="en-US"/>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="Content" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US"/>
- </info>
- </prop>
- </group>
- <group oor:name="FileType">
- <info>
- <desc xml:lang="en-US"/>
- </info>
- <prop oor:name="Name" oor:type="xs:string">
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="Filter" oor:type="xs:string">
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="AsLink" oor:type="xs:boolean">
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US"/>
- </info>
- </prop>
- </group>
- <group oor:name="PositionXYType">
- <info>
- <desc xml:lang="en-US">Contains settings for defining a position with x and y coordinates.</desc>
- </info>
- <prop oor:name="X" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- <prop oor:name="Y" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
- <label xml:lang="en-US"/>
- </info>
- </prop>
- </group>
- <group oor:name="DataSetType">
- <info>
- <desc xml:lang="en-US">Specifies the data set to insert from a database table or query.</desc>
- </info>
- <prop oor:name="DataSource" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the data source.</desc>
- </info>
- </prop>
- <prop oor:name="Command" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">The name of the database table or query.</desc>
- </info>
- </prop>
- <prop oor:name="CommandType" oor:type="xs:short">
- <info>
- <desc xml:lang="en-US">Specifies if the data comes from a table or a query</desc>
- </info>
- </prop>
- <prop oor:name="ColumnsToText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Name of the columns that have been selected for inserting data into text or fields, as well as inserted text and line breaks.</desc>
- </info>
- </prop>
- <prop oor:name="ColumnsToTable" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Name of the columns, that have been selected for inserting data into tables, plus inserted text and line breaks.</desc>
- </info>
- </prop>
- <prop oor:name="ParaStyle" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the paragraph style for text or fields.</desc>
- </info>
- </prop>
- <prop oor:name="TableAutoFormat" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the format (AutoFormat) to be used for a table.</desc>
- </info>
- </prop>
- <prop oor:name="IsTable" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US">Specifies if the data is inserted into tables.</desc>
- </info>
- </prop>
- <prop oor:name="IsField" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US">Specifies if the data is inserted into fields.</desc>
- </info>
- </prop>
- <prop oor:name="IsHeadlineOn" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US">Specifies if the table has a headline.</desc>
- </info>
- </prop>
- <prop oor:name="IsEmptyHeadline" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US">Specifies if the table has an empty headline or if the headline contains the database column names.</desc>
- </info>
- </prop>
- <set oor:name="ColumnSet" oor:node-type="ColumnSetType">
- <info>
- <desc xml:lang="en-US">Specifies the list of columns to be inserted.</desc>
- </info>
- </set>
- </group>
- <group oor:name="ColumnSetType">
- <info>
- <desc xml:lang="en-US">Specifies a column to be inserted.</desc>
- </info>
- <prop oor:name="ColumnName" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the column name.</desc>
- </info>
- </prop>
- <prop oor:name="ColumnIndex" oor:type="xs:int">
- <info>
- <desc xml:lang="en-US">Specifies the column index.</desc>
- </info>
- </prop>
- <prop oor:name="IsNumberFormat" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US">Specifies if the database field is assigned to a number format.</desc>
- </info>
- </prop>
- <prop oor:name="IsNumberFormatFromDataBase" oor:type="xs:boolean">
- <info>
- <desc xml:lang="en-US">Specifies if the database format or a user-defined format is used.</desc>
- </info>
- </prop>
- <prop oor:name="NumberFormat" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the number format if a user-defined format is used.</desc>
- </info>
- </prop>
- <prop oor:name="NumberFormatLocale" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Specifies the language of the user-defined number format.</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <info>
- <desc xml:lang="en-US">Contains the settings for the Writer application.</desc>
- </info>
- <group oor:name="Content">
- <info>
- <desc xml:lang="en-US">Contains settings for various content elements.</desc>
- </info>
- <group oor:name="Display">
- <info>
- <desc xml:lang="en-US">Contains settings for the visibility of various elements.</desc>
- </info>
- <prop oor:name="GraphicObject" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if graphics and objects are displayed.</desc>
- <label xml:lang="en-US">Graphics and Objects</label>
- </info>
- </prop>
- <prop oor:name="Table" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if tables are displayed.</desc>
- <label xml:lang="en-US">Tables</label>
- </info>
- </prop>
- <prop oor:name="DrawingControl" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if drawings and controls are displayed.</desc>
- <label xml:lang="en-US">Drawings and controls</label>
- </info>
- </prop>
- <prop oor:name="FieldCode" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if field codes are displayed.</desc>
- <label xml:lang="en-US">Field codes</label>
- </info>
- </prop>
- <prop oor:name="Note" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if notes are displayed.</desc>
- <label xml:lang="en-US">Notes</label>
- </info>
- </prop>
- <prop oor:name="PreventTips" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: Not accessible via user interface -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Enables the writer to prevent the display of help tips programmatically.</desc>
- <label xml:lang="en-US">Prevent help tips</label>
- </info>
- </prop>
- </group>
- <group oor:name="NonprintingCharacter">
- <info>
- <desc xml:lang="en-US">Contains settings for the visibility of various non-printing characters.</desc>
- </info>
- <prop oor:name="MetaCharacters" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: View - Nonprinting Characters -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines whether certain settings are applied (display of tab stops, spaces, breaks)</desc>
- <label xml:lang="en-US">Meta characters</label>
- </info>
- </prop>
- <prop oor:name="ParagraphEnd" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if paragraph ends are shown on the screen.</desc>
- <label xml:lang="en-US">Paragraph end</label>
- </info>
- </prop>
- <prop oor:name="OptionalHyphen" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if optional hyphens are shown on the screen.</desc>
- <label xml:lang="en-US">Optional hyphens</label>
- </info>
- </prop>
- <prop oor:name="Space" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if spaces are shown on the screen.</desc>
- <label xml:lang="en-US">Spaces</label>
- </info>
- </prop>
- <prop oor:name="ProtectedSpace" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if protected spaces are shown on the screen.</desc>
- <label xml:lang="en-US">Protected Spaces</label>
- </info>
- </prop>
- <prop oor:name="Tab" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if breaks are shown on the screen.</desc>
- <label xml:lang="en-US">Tabs</label>
- </info>
- </prop>
- <prop oor:name="Break" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if paragraph ends are shown on the screen.</desc>
- <label xml:lang="en-US">Breaks</label>
- </info>
- </prop>
- <prop oor:name="HiddenText" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if hidden text is displayed on the screen.</desc>
- <label xml:lang="en-US">Hidden text</label>
- </info>
- </prop>
- <prop oor:name="HiddenParagraph" oor:type="xs:boolean">
- <!-- OldPath: Writer/Contents/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if hidden paragraphs are displayed on the screen.</desc>
- <label xml:lang="en-US">Hidden paragraphs</label>
- </info>
- </prop>
- </group>
- <group oor:name="Update">
- <info>
- <desc xml:lang="en-US">Contains settings for the automatic update of some elements.</desc>
- </info>
- <prop oor:name="Link" oor:type="xs:int">
- <!-- OldPath: Writer/Other/Update -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Other - [Section] Update links -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies if links in the document are updated during loading.</desc>
- <label xml:lang="en-US">Update links: Always/On request/Never</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">On Request</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Never</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Field" oor:type="xs:boolean">
- <!-- OldPath: Writer/Other/Update -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Other - [Section] Fields and charts -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if fields in the document are updated during loading.</desc>
- <label xml:lang="en-US">Update fields automatically</label>
- </info>
- </prop>
- <prop oor:name="Chart" oor:type="xs:boolean">
- <!-- OldPath: Writer/Other/Update -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Other - [Section] Fields and charts -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if charts in the document are updated during loading.</desc>
- <label xml:lang="en-US">Update charts automatically</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Layout">
- <info>
- <desc xml:lang="en-US">Contains layout settings.</desc>
- </info>
- <group oor:name="Line">
- <info>
- <desc xml:lang="en-US">Contains settings for guiding lines or points (for example when selcting/moving an aobject or frame).</desc>
- </info>
- <prop oor:name="Guide" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Displays guides around the frames when frames are moved.</desc>
- <label xml:lang="en-US">Guides</label>
- </info>
- </prop>
- <prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Displays the control points as simple squares without a 3D effect.</desc>
- <label xml:lang="en-US">Simple control points</label>
- </info>
- </prop>
- <prop oor:name="LargeControlPoint" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Displays larger control points.</desc>
- <label xml:lang="en-US">Large control points</label>
- </info>
- </prop>
- </group>
- <group oor:name="Window">
- <info>
- <desc xml:lang="en-US">Contains vairous window settings such as scrollbars, rules, etc.</desc>
- </info>
- <prop oor:name="HorizontalScroll" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the horizontal scroll bar is displayed.</desc>
- <label xml:lang="en-US">Horizontal scroll</label>
- </info>
- </prop>
- <prop oor:name="VerticalScroll" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the vertical scroll bar is displayed.</desc>
- <label xml:lang="en-US">Vertical Scroll</label>
- </info>
- </prop>
- <prop oor:name="ShowRulers" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if rulers are displayed. It filters the values of HorizontalRuler and VerticalRuler</desc>
- <label xml:lang="en-US">Show rulers</label>
- </info>
- </prop>
- <prop oor:name="HorizontalRuler" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the horizontal ruler is displayed.</desc>
- <label xml:lang="en-US">Horizontal ruler</label>
- </info>
- </prop>
- <prop oor:name="HorizontalRulerUnit" oor:type="xs:int">
- <!-- OldPath: Writer/Layout -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
- <info>
- <desc xml:lang="en-US">Specifies the measurement unit for the horizontal ruler.</desc>
- <label xml:lang="en-US">Horizontal ruler measure unit</label>
- </info>
- <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="3">
- <info>
- <desc xml:lang="en-US">Meter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Kilometer</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>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">Foot</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">Miles</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="VerticalRuler" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if the vertical ruler is displayed.</desc>
- <label xml:lang="en-US">Vertical Ruler</label>
- </info>
- </prop>
- <prop oor:name="IsVerticalRulerRight" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if the vertical ruler is right aligned.</desc>
- <label xml:lang="en-US">Vertical Ruler on the right</label>
- </info>
- </prop>
- <prop oor:name="VerticalRulerUnit" oor:type="xs:int">
- <!-- OldPath: Writer/Layout -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
- <info>
- <desc xml:lang="en-US">Specifies the measurement unit for the vertical ruler.</desc>
- <label xml:lang="en-US">Vertical ruler measure unit</label>
- </info>
- <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="3">
- <info>
- <desc xml:lang="en-US">Meter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Kilometer</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>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">Foot</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">Miles</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="SmoothScroll" oor:type="xs:boolean">
- <!-- OldPath: Writer/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Activates the smooth page scrolling function.</desc>
- <label xml:lang="en-US">Smooth scroll</label>
- </info>
- </prop>
- </group>
- <group oor:name="Other">
- <info>
- <desc xml:lang="en-US">Contains miscellaneous settings.</desc>
- </info>
- <prop oor:name="MeasureUnit" oor:type="xs:int">
- <!-- OldPath: Writer/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Meas. Units -->
- <value>2</value>
- <info>
- <desc xml:lang="en-US">Specifies the measurement units.</desc>
- <label xml:lang="en-US">Measure unit</label>
- </info>
- <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="3">
- <info>
- <desc xml:lang="en-US">Meter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Kilometer</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>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">Foot</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">Miles</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="TabStop" oor:type="xs:int">
- <!-- OldPath: Writer/Layout -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Layout - [Section] Tab stops -->
- <!-- Notice: The default value is valid for the English Version (depends, if a metric system is used on the platform); NonMetric: 1270 1/100 mm-->
- <value>1250</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between tab stops [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Tab stops</label>
- </info>
- </prop>
- </group>
- <group oor:name="Zoom">
- <info>
- <desc xml:lang="en-US">Contains zoom ttings..</desc>
- </info>
- <prop oor:name="Type" oor:type="xs:int">
- <!-- Responsible: OS -->
- <!-- 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">
- <!-- Responsible: OS -->
- <!-- 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="Grid">
- <info>
- <desc xml:lang="en-US">Contains various options for the grid that are not listed in other sections.</desc>
- </info>
- <group oor:name="Option">
- <info>
- <desc xml:lang="en-US">Contains options for the grid.</desc>
- </info>
- <prop oor:name="SnapToGrid" oor:type="xs:boolean">
- <!-- OldPath: Writer/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Grid - [Section] Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Move frames, drawing elements, and form functions only between the grid points.</desc>
- <label xml:lang="en-US">Snap to grid</label>
- </info>
- </prop>
- <prop oor:name="VisibleGrid" oor:type="xs:boolean">
- <!-- OldPath: Writer/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Grid - [Section] Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Displays the grid.</desc>
- <label xml:lang="en-US">Visible grid</label>
- </info>
- </prop>
- <prop oor:name="Synchronize" oor:type="xs:boolean">
- <!-- OldPath: Writer/Grid/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Grid - [Section] Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Changes the current grid settings symmetrically. The resolution and subdivision for the X- and Y-axis remains the same.</desc>
- <label xml:lang="en-US">Synchronize axes</label>
- </info>
- </prop>
- </group>
- <group oor:name="Resolution">
- <info>
- <desc xml:lang="en-US">Contains settings for specifying the grid resolution.</desc>
- </info>
- <prop oor:name="XAxis" oor:type="xs:int">
- <!-- OldPath: Writer/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">Defines the grid points distance in the X-axis [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">X Axis Resolution</label>
- </info>
- </prop>
- <prop oor:name="YAxis" oor:type="xs:int">
- <!-- OldPath: Writer/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">Defines the grid points distance in the Y-axis [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Y Axis Resolution</label>
- </info>
- </prop>
- </group>
- <group oor:name="Subdivision">
- <info>
- <desc xml:lang="en-US">Contains settings for specifying the subdivision of the grid.</desc>
- </info>
- <prop oor:name="XAxis" oor:type="xs:int">
- <!-- OldPath: Writer/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - 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: Writer/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Defines the distance between the grid points on the Y-axis.</desc>
- <label xml:lang="en-US">Y Axis Subdivision</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="DefaultFont">
- <info>
- <desc xml:lang="en-US">Specifies the basic western fonts to be used.</desc>
- </info>
- <prop oor:name="Standard" oor:type="xs:string">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Western) -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font type to be used for the Standard paragraph style.</desc>
- <label xml:lang="en-US">Standard</label>
- </info>
- </prop>
- <prop oor:name="Heading" oor:type="xs:string">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font type to be used for the paragraph&amp;apos;s headings.</desc>
- <label xml:lang="en-US">Heading</label>
- </info>
- </prop>
- <prop oor:name="List" oor:type="xs:string">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font to be used in the paragraph styles for lists and numbering.</desc>
- <label xml:lang="en-US">List</label>
- </info>
- </prop>
- <prop oor:name="Caption" oor:type="xs:string">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font to be used for the labels of images and tables.</desc>
- <label xml:lang="en-US">Caption</label>
- </info>
- </prop>
- <prop oor:name="Index" oor:type="xs:string">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the fonts to be applied to the paragraph styles for user-defined indexes, alphabetical indexes, tables of contents and to all of the paragraph styles derived from this.</desc>
- <label xml:lang="en-US">Index</label>
- </info>
- </prop>
- <prop oor:name="Document" oor:type="xs:boolean">
- <!-- OldPath: Writer/Default_Fonts -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Applies the settings to the current document only (true). Otherwise, the settings will apply to all future documents (false).</desc>
- <label xml:lang="en-US">Current document only</label>
- </info>
- </prop>
- </group>
- <group oor:name="DefaultFontCJK">
- <info>
- <desc xml:lang="en-US">Specifies the basic CJK fonts used.</desc>
- </info>
- <prop oor:name="Standard" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Asian) -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font type to be used for the Standard paragraph style.</desc>
- <label xml:lang="en-US">Standard</label>
- </info>
- </prop>
- <prop oor:name="Heading" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font type to be used for the paragraph&amp;apos;s headings.</desc>
- <label xml:lang="en-US">Heading</label>
- </info>
- </prop>
- <prop oor:name="List" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font to be used in the paragraph styles for lists and numbering.</desc>
- <label xml:lang="en-US">List</label>
- </info>
- </prop>
- <prop oor:name="Caption" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font to be used for the labels of images and tables.</desc>
- <label xml:lang="en-US">Caption</label>
- </info>
- </prop>
- <prop oor:name="Index" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the fonts to be applied to the paragraph styles for user-defined indexes, alphabetical indexes, tables of contents and to all of the paragraph styles derived from this.</desc>
- <label xml:lang="en-US">Index</label>
- </info>
- </prop>
- <prop oor:name="Document" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Applies the settings to the current document only (true). Otherwise, the settings will apply to all future documents (false).</desc>
- <label xml:lang="en-US">Current document only</label>
- </info>
- </prop>
- </group>
- <group oor:name="DefaultFontCTL">
- <info>
- <desc xml:lang="en-US">Specifies the basic CTL fonts used.</desc>
- </info>
- <prop oor:name="Standard" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (CTL) -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font type to be used for the Standard paragraph style.</desc>
- <label xml:lang="en-US">Standard</label>
- </info>
- </prop>
- <prop oor:name="Heading" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font type to be used for the paragraph&amp;apos;s headings.</desc>
- <label xml:lang="en-US">Heading</label>
- </info>
- </prop>
- <prop oor:name="List" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font to be used in the paragraph styles for lists and numbering.</desc>
- <label xml:lang="en-US">List</label>
- </info>
- </prop>
- <prop oor:name="Caption" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the font to be used for the labels of images and tables.</desc>
- <label xml:lang="en-US">Caption</label>
- </info>
- </prop>
- <prop oor:name="Index" oor:type="xs:string">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the fonts to be applied to the paragraph styles for user-defined indexes, alphabetical indexes, tables of contents and to all of the paragraph styles derived from this.</desc>
- <label xml:lang="en-US">Index</label>
- </info>
- </prop>
- <prop oor:name="Document" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Applies the settings to the current document only (true). Otherwise, the settings will apply to all future documents (false).</desc>
- <label xml:lang="en-US">Current document only</label>
- </info>
- </prop>
- </group>
- <group oor:name="Print">
- <info>
- <desc xml:lang="en-US">Contains printing relevant settings.</desc>
- </info>
- <group oor:name="Content">
- <info>
- <desc xml:lang="en-US">Contains settings specifying which content types are printed.</desc>
- </info>
- <prop oor:name="Graphic" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies which document contents will be printed.</desc>
- <label xml:lang="en-US">Graphics</label>
- </info>
- </prop>
- <prop oor:name="Table" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if graphics are printed.</desc>
- <label xml:lang="en-US">Tables</label>
- </info>
- </prop>
- <prop oor:name="Drawing" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if tables are printed.</desc>
- <label xml:lang="en-US">Drawings</label>
- </info>
- </prop>
- <prop oor:name="Control" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if controls are printed.</desc>
- <label xml:lang="en-US">Controls</label>
- </info>
- </prop>
- <prop oor:name="Background" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if background objects are printed.</desc>
- <label xml:lang="en-US">Background</label>
- </info>
- </prop>
- <prop oor:name="PrintBlack" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if text is always printed in black.</desc>
- <label xml:lang="en-US">Print black</label>
- </info>
- </prop>
- <prop oor:name="Note" oor:type="xs:int">
- <!-- OldPath: Writer/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Notes -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies if and how notes are printed.</desc>
- </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">Notes only</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">End of document</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">End of page</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="Page">
- <info>
- <desc xml:lang="en-US">Specifies which pages are printed or how pages are printed.</desc>
- </info>
- <prop oor:name="LeftPage" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Prints all left pages in the document.</desc>
- <label xml:lang="en-US">Left pages</label>
- </info>
- </prop>
- <prop oor:name="RightPage" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Prints all right pages in the document.</desc>
- <label xml:lang="en-US">Right pages</label>
- </info>
- </prop>
- <prop oor:name="Reversed" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Reverses the printing order.</desc>
- <label xml:lang="en-US">Reversed</label>
- </info>
- </prop>
- <prop oor:name="Brochure" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Prints in brochure format.</desc>
- <label xml:lang="en-US">Brochure</label>
- </info>
- </prop>
- </group>
- <group oor:name="Output">
- <info>
- <desc xml:lang="en-US">Contains other output settings.</desc>
- </info>
- <prop oor:name="SinglePrintJob" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Output -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Output -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Controls the print output to avoid problems with duplex printing and odd page numbers.</desc>
- <label xml:lang="en-US">Create single print jobs</label>
- </info>
- </prop>
- <prop oor:name="Fax" oor:type="xs:string">
- <!-- OldPath: Writer/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document Print - [Section] Fax -->
- <info>
- <desc xml:lang="en-US">Specifies the fax machine that is used when faxing directly from the document.</desc>
- <label xml:lang="en-US">Fax</label>
- </info>
- </prop>
- </group>
- <group oor:name="Papertray">
- <info>
- <desc xml:lang="en-US">Contains settings for printers with multiple paper trays.</desc>
- </info>
- <prop oor:name="FromPrinterSetup" oor:type="xs:boolean">
- <!-- OldPath: Writer/Print/Papertray -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Print - [Section] Paper tray -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies that the defined paper source in the printer setup is used by printers with multiple trays.</desc>
- <label xml:lang="en-US">From printer setup</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Table">
- <info>
- <desc xml:lang="en-US">Contains settings for tables.</desc>
- </info>
- <group oor:name="Shift">
- <info>
- <desc xml:lang="en-US">Contains settings used when shifting table rows/columns.</desc>
- </info>
- <prop oor:name="Row" oor:type="xs:int">
- <!-- OldPath: Writer/Table/Shift -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Table - [Section] Shift -->
- <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
- <value>500</value>
- <info>
- <desc xml:lang="en-US">Specifies the default value for moving a table row [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Row</label>
- </info>
- </prop>
- <prop oor:name="Column" oor:type="xs:int">
- <!-- OldPath: Writer/Table/Shift -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Table - [Section] Shift -->
- <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
- <value>500</value>
- <info>
- <desc xml:lang="en-US">Specifies the default value for shifting a table column [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Column</label>
- </info>
- </prop>
- </group>
- <group oor:name="Insert">
- <info>
- <desc xml:lang="en-US">Contains settings used when inserting table rows/columns.</desc>
- </info>
- <prop oor:name="Row" oor:type="xs:int">
- <!-- OldPath: Writer/Table/Insert -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Table - [Section] Insert -->
- <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
- <value>500</value>
- <info>
- <desc xml:lang="en-US">Specifies the default value for inserting rows [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Row</label>
- </info>
- </prop>
- <prop oor:name="Column" oor:type="xs:int">
- <!-- OldPath: Writer/Table/Insert -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Table - [Section] Insert -->
- <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform);NonMetric: 2540 1/100 mm-->
- <value>2500</value>
- <info>
- <desc xml:lang="en-US">Specifies the default value for inserting columns [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Column</label>
- </info>
- </prop>
- </group>
- <group oor:name="Change">
- <info>
- <desc xml:lang="en-US">Contains settings specifying the effect to the table when modifying rows/columns.</desc>
- </info>
- <prop oor:name="Effect" oor:type="xs:int">
- <!-- OldPath: Writer/Table -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Table - [Section] Effect -->
- <value>2</value>
- <info>
- <desc xml:lang="en-US">Determines the relative effect of rows and columns to adjacent rows or columns, as well as to the entire table.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Fixed</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Fixed Proportional</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Variable</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="Input">
- <info>
- <desc xml:lang="en-US">Contains settings used when inputing text or data in tables.</desc>
- </info>
- <prop oor:name="NumberRecognition" oor:type="xs:boolean">
- <!-- OldPath: Writer/Insert/IntoTables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if numbers in a table are recognized or if they are saved in a text format.</desc>
- <label xml:lang="en-US">Number recognition</label>
- </info>
- </prop>
- <prop oor:name="NumberFormatRecognition" oor:type="xs:boolean">
- <!-- OldPath: Writer/Insert/IntoTables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if only entries with the defined format are accepted. This option is only available if the number format recognition is active (Number_recognition = True).</desc>
- <label xml:lang="en-US">Number format recognition</label>
- </info>
- </prop>
- <prop oor:name="Alignment" oor:type="xs:boolean">
- <!-- OldPath: Writer/Insert/IntoTables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if all numbers are aligned below right of the cell and not above left (as in the case of text). This option is only available if number format recognition is active (Number_recognition = True).</desc>
- <label xml:lang="en-US">Alignment</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Cursor">
- <info>
- <desc xml:lang="en-US">Contains cursor settings.</desc>
- </info>
- <group oor:name="DirectCursor">
- <info>
- <desc xml:lang="en-US">Contains settings for the Direct Cursor.</desc>
- </info>
- <prop oor:name="UseDirectCursor" oor:type="xs:boolean">
- <!-- OldPath: Writer/Cursor/DirectCursor -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Direct Cursor -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if the Direct Cursor is active</desc>
- <label xml:lang="en-US">Use Direct Cursor</label>
- </info>
- </prop>
- <prop oor:name="Insert" oor:type="xs:int">
- <!-- OldPath: Writer/Cursor/DirectCursor -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Direct Cursor -->
- <value>2</value>
- <info>
- <desc xml:lang="en-US">Defines the insert options for the Direct Cursor.</desc>
- <label xml:lang="en-US">Insert</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Paragraph alignment</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Left paragraph margin</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Tabs</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Tabs and spaces</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="Option">
- <info>
- <desc xml:lang="en-US">Contains miscellaneous options.</desc>
- </info>
- <prop oor:name="ProtectedArea" oor:type="xs:boolean">
- <!-- OldPath: Writer/Cursor/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Options -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the Direct Cursor can be positioned in a protected area.</desc>
- <label xml:lang="en-US">Allow Cursor in protected areas</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Revision">
- <info>
- <desc xml:lang="en-US">Contains settings for change recording.</desc>
- </info>
- <group oor:name="TextDisplay">
- <info>
- <desc xml:lang="en-US">Contains settings for the display of the changed text.</desc>
- </info>
- <group oor:name="Insert">
- <info>
- <desc xml:lang="en-US">Contains settings for new inserted text.</desc>
- </info>
- <prop oor:name="Attribute" oor:type="xs:int">
- <!-- OldPath: Writer/Changes/Text display/Insert -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
- <value>3</value>
- <info>
- <desc xml:lang="en-US">Defines the attribute for displaying changes when text is inserted.</desc>
- </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">Bold</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Italic</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Underline</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Underline double</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc xml:lang="en-US">Caps</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc xml:lang="en-US">Lower case</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc xml:lang="en-US">Small caps</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">Title font</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">Background color</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <!-- OldPath: Writer/Changes/Text display/Insert -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
- <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Defines the color for displaying changes when text is inserted.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="Delete">
- <info>
- <desc xml:lang="en-US">Contains settings for displaying changes when text is deleted.</desc>
- </info>
- <prop oor:name="Attribute" oor:type="xs:int">
- <!-- OldPath: Writer/Changes/Text display/Delete -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
- <value>3</value>
- <info>
- <desc xml:lang="en-US">Defines the attribute for displaying changes when text is deleted</desc>
- </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">Bold</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Italic</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Strike through</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Caps</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc xml:lang="en-US">Lower case</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc xml:lang="en-US">Small caps</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc xml:lang="en-US">Title font</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">Background color</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <!-- OldPath: Writer/Changes/Text display/Delete -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
- <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Defines the color for displaying changes when text is deleted.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="ChangedAttribute">
- <info>
- <desc xml:lang="en-US">Contains settings for displaying modified text attributes.</desc>
- </info>
- <prop oor:name="Attribute" oor:type="xs:int">
- <!-- OldPath: Writer/Changes/Text display/Changed_Attribute -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Defines the attribute for displaying changes when text attributes are modified.</desc>
- </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">Bold</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Italic</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Underline</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Underline double</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc xml:lang="en-US">Caps</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc xml:lang="en-US">Lower case</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc xml:lang="en-US">Small caps</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">Title font</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">Background color</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <!-- OldPath: Writer/Changes/Text display/Changed_Attribute -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
- <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Defines the color for displaying changes when text attributes are modified.</desc>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="LinesChanged">
- <info>
- <desc xml:lang="en-US">Contains settings for defining how lines with changed text are displayed.</desc>
- </info>
- <prop oor:name="Mark" oor:type="xs:int">
- <!-- OldPath: Writer/Changes/Lines_changed -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Lines changed -->
- <value>3</value>
- <info>
- <desc xml:lang="en-US">Defines if and where changed lines in the document are marked.</desc>
- </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">Left margin</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Right margin</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Outer margin</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Inward margin</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Color" oor:type="xs:int">
- <!-- OldPath: Writer/Changes//Lines_changed -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Changes - [Section] Lines changed -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Defines the color for highlighting changed lines in the text.</desc>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Insert">
- <info>
- <desc xml:lang="en-US">Settings for insertion of various object types.</desc>
- </info>
- <group oor:name="Caption">
- <!-- OldLocation: Soffice.cfg -->
- <!-- OldPath: Writer/Insert/Caption -->
- <!-- Responsible: OS -->
- <!--UIHints: Tools - Options - Text document Insert - [Section] Caption -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for various object types.</desc>
- </info>
- <prop oor:name="Automatic" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies how tables, graphics, frames and Office documents, which have been inserted as OLE objects, are labelled.</desc>
- <label xml:lang="en-US">Automatic</label>
- </info>
- </prop>
- <group oor:name="WriterObject">
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for Writer objects.</desc>
- </info>
- <group oor:name="Table">
- <!--OldPath: Writer/Insert/Caption/Object/StarWriter_Table-->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for tables.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for a table in a text document.</desc>
- <label xml:lang="en-US">Writer Table</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">above</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">below</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Frame">
- <!-- OldPath: Writer/Insert/Caption/Object/StarWriter_Frame -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for frames.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for a frame in a text document.</desc>
- <label xml:lang="en-US">Writer Frame</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">at the beginning</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">at the end</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Graphic">
- <!-- OldPath: Writer/Insert/Caption/Object/StarWriter_Graphic -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for graphics.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for a graphic in a text document.</desc>
- <label xml:lang="en-US">Writer Graphic</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="OfficeObject">
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for office objects.</desc>
- </info>
- <group oor:name="Calc">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Calc -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for Calc documents.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for a Spreadsheet object.</desc>
- <label xml:lang="en-US">Spreadsheet</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">above</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">below</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Draw">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Draw -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for Draw documents.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for a Drawing object.</desc>
- <label xml:lang="en-US">Drawing</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">above</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">below</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Chart">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Chart -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for Chart documents.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for a Chart object.</desc>
- <label xml:lang="en-US">Chart</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">above</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">below</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Image">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Image -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for Image documents.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for an Image object.</desc>
- <label xml:lang="en-US">Image</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">above</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">below</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appear directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- </group>
- </group>
- <group oor:name="Formula">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Formula -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions formula documents.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for a Formula object.</desc>
- <label xml:lang="en-US">Formula</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">above</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">below</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Impress">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Impress -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for Impress objects.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for a Presentation object.</desc>
- <label xml:lang="en-US">Presentation</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">above</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">below</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="OLEMisc">
- <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_OLEMisc -->
- <info>
- <desc xml:lang="en-US">Settings for insertion of captions for other OLE objects.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines if the caption settings are valid for further OLE objects.</desc>
- <label xml:lang="en-US">Further OLE objects</label>
- </info>
- </prop>
- <group oor:name="Settings">
- <info>
- <desc xml:lang="en-US">Specifies the caption settings.</desc>
- </info>
- <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
- <info>
- <desc xml:lang="en-US">Category of the caption field.</desc>
- <label xml:lang="en-US">Category</label>
- </info>
- </prop>
- <prop oor:name="Numbering" oor:type="xs:int">
- <value>4</value>
- <info>
- <desc xml:lang="en-US">Numbering of the caption field.</desc>
- <label xml:lang="en-US">Numbering</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">A B C</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">a b c</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">I II III</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">i ii iii</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">1 2 3</desc>
- </info>
- </enumeration>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">A .. AA .. AAA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">a .. aa .. aaa</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="CaptionText" oor:type="xs:string">
- <info>
- <desc xml:lang="en-US">Text of the caption field.</desc>
- <label xml:lang="en-US">CaptionText</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:int">
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Position of the caption field.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">above</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">below</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Level" oor:type="xs:int">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document</desc>
- <label xml:lang="en-US">Level</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="11">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <value>.</value>
- <info>
- <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
- <label xml:lang="en-US">Separator</label>
- </info>
- </prop>
- </group>
- </group>
- </group>
- </group>
- <group oor:name="Table">
- <!-- OldLocation: Soffice.cfg -->
- <!-- OldPath: Writer/Insert/Tables -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Insert - [Section] Tables -->
- <info>
- <desc xml:lang="en-US">Default settings for tables to be inserted.</desc>
- </info>
- <prop oor:name="Header" oor:type="xs:boolean">
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the table has a header.</desc>
- <label xml:lang="en-US">Header</label>
- </info>
- </prop>
- <prop oor:name="RepeatHeader" oor:type="xs:boolean">
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the header in the new page is adopted when inserting a page break. This option is only available if Header = True.</desc>
- <label xml:lang="en-US">Repeat header</label>
- </info>
- </prop>
- <prop oor:name="Split" oor:type="xs:boolean">
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if tables can be split with a page break or not.</desc>
- <label xml:lang="en-US">Don&amp;apos;t split</label>
- </info>
- </prop>
- <prop oor:name="Border" oor:type="xs:boolean">
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if table cells have a border by default.</desc>
- <label xml:lang="en-US">Border</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Compatibility">
- <info>
- <desc xml:lang="en-US">Contains various compatibility settings.</desc>
- </info>
- <group oor:name="MS_Word">
- <info>
- <desc xml:lang="en-US">Contains settings for MS Word compatibility.</desc>
- </info>
- <prop oor:name="AddBetween" oor:type="xs:boolean">
- <!-- OldPath: Writer/Other/Compatibility -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Other - [Section] Compatibility -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if spacings between paragraphs and tables are added to ensure the compatibility to MS Word documents.</desc>
- <label xml:lang="en-US">Add spacing between paragraphs and tables</label>
- </info>
- </prop>
- <prop oor:name="AddToStart" oor:type="xs:boolean">
- <!-- OldPath: Writer/Other/Compatibility -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Other - [Section] Compatibility -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if paragraph and table spacing are added to the start of pages to ensure compatibility with MS Word documents.</desc>
- <label xml:lang="en-US">Add paragraph and table spacing to start of pages</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="AutoFunction">
- <info>
- <desc xml:lang="en-US">Contains settings for 'Auto Text', and 'Auto Correct/AutoFormat'.</desc>
- </info>
- <group oor:name="Text">
- <info>
- <desc xml:lang="en-US">Specifies settings for 'Auto Text'.</desc>
- </info>
- <prop oor:name="FileLinks" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/AutoText -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Edit AutoText Save Links relative -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if file links inside AutoText modules are saved relatively or absolutely.</desc>
- <label xml:lang="en-US">(Save links relative to) File system</label>
- </info>
- </prop>
- <prop oor:name="InternetLinks" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/AutoText -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Edit AutoText Save Links relative -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if Internet links inside AutoText modules are saved relatively or absolutely.</desc>
- <label xml:lang="en-US">(Save links relative to) Internet</label>
- </info>
- </prop>
- <prop oor:name="ShowPreview" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/AutoText -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Edit AutoText Show preview -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if a preview of the AutoText is displayed.</desc>
- <label xml:lang="en-US">Show Preview</label>
- </info>
- </prop>
- <prop oor:name="ShowToolTip" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/AutoText -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Edit AutoText display remainder ... -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if the Tip help of the AutoText is displayed.</desc>
- <label xml:lang="en-US">Display AutoText name while typing</label>
- </info>
- </prop>
- </group>
- <group oor:name="Format">
- <info>
- <desc xml:lang="en-US">Specifies settings for 'Auto Correct/Auto Format'.</desc>
- </info>
- <group oor:name="Option">
- <info>
- <desc xml:lang="en-US">Specifies options for 'Auto Correct/Auto Format'.</desc>
- </info>
- <prop oor:name="UseReplacementTable" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Use replacement table -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the replacement table is used to replace letter combinations with defined text.</desc>
- <label xml:lang="en-US">Use replacement table</label>
- </info>
- </prop>
- <prop oor:name="TwoCapitalsAtStart" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Correct TWo INitial Capitals -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if two initial capitals are corrected automatically.</desc>
- <label xml:lang="en-US">Correct two initial capitals</label>
- </info>
- </prop>
- <prop oor:name="CapitalAtStartSentence" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Capitalize first letter of every sentence -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the letter at the beginning of a sentence is capitalized automatically.</desc>
- <label xml:lang="en-US">Capitalize first letter of every sentence</label>
- </info>
- </prop>
- <prop oor:name="ChangeUnderlineWeight" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Automatic *bold* and _underline_ -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if text is formatted in bold or underlined when the corresponding characters are entered (*bold*, _underline_).</desc>
- <label xml:lang="en-US">Apply underline or bold</label>
- </info>
- </prop>
- <prop oor:name="SetInetAttribute" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - URL regocnition -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if character strings which could represent a URL are converted to a hyperlink.</desc>
- <label xml:lang="en-US">Detect URL</label>
- </info>
- </prop>
- <prop oor:name="ChangeOrdinalNumber" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace 1st... -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if ordinal numbers are displayed with raised endings.</desc>
- <label xml:lang="en-US">Replace ordinal numbers</label>
- </info>
- </prop>
- <prop oor:name="ChangeFraction" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace 1/2... -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if character combinations for fractions are replaced with a corresponding single character.</desc>
- <label xml:lang="en-US">Replace fractions</label>
- </info>
- </prop>
- <prop oor:name="ChangeDash" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace dashes -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if dashes are replaced automatically.</desc>
- <label xml:lang="en-US">Replace dashes</label>
- </info>
- </prop>
- <prop oor:name="DelEmptyParagraphs" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Remove blank paragraphs -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if blank paragraphs are deleted.</desc>
- <label xml:lang="en-US">Remove blank paragraphs</label>
- </info>
- </prop>
- <prop oor:name="ReplaceUserStyle" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace custom styles -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if user-defined styles applied in the document are replaced by predefined text document styles.</desc>
- <label xml:lang="en-US">Replace user-defined styles</label>
- </info>
- </prop>
- <prop oor:name="ReplaceQuote" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace Standard Quotes... -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if standard quotes are replaced with custom quotes.</desc>
- <label xml:lang="en-US">Replace standard quotes with custom quotes</label>
- </info>
- </prop>
- <prop oor:name="CombineParagraphs" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Combine single line paragraphs if length greater -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Determines if single line paragraphs are combined when they are shorter than the specified value.</desc>
- <label xml:lang="en-US">Combine single line paragraphs</label>
- </info>
- </prop>
- <prop oor:name="CombineValue" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Combine single line paragraphs if length greater... / Edit/Combine/Minimum size-->
- <value>50</value>
- <info>
- <desc xml:lang="en-US">Specifies the minimum length value for combining single line paragraphs. [UNIT=%]</desc>
- <label xml:lang="en-US">Combine single line paragraphs</label>
- </info>
- </prop>
- <prop oor:name="DelSpacesAtStartEnd" oor:type="xs:boolean">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs at paragraphbegin and -end -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Deletes Spaces/Tabs at the beginning/end of a paragraph (AutoFormat).</desc>
- <label xml:lang="en-US">Delete Blanks and Tabs at paragraphbegin and -end</label>
- </info>
- </prop>
- <prop oor:name="DelSpacesBetween" oor:type="xs:boolean">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs between Lineend and -begin -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Deletes Spaces/Tabs between the rows of a paragraph (AutoFormat).</desc>
- <label xml:lang="en-US">Delete Blanks and Tabs at paragraphbegin and -end</label>
- </info>
- </prop>
- <group oor:name="ChangeToBullets">
- <info>
- <desc xml:lang="en-US">Settings for automatic replacement of enumeration characters (dash, plus, and so on) into bullets.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if paragraphs starting with a dash, a plus sign or an asterix followed by space or tab are replaced by a bullet character.</desc>
- <label xml:lang="en-US">Replace bullets with</label>
- </info>
- </prop>
- <group oor:name="SpecialCharacter">
- <info>
- <desc xml:lang="en-US">Specifies the character to be used.</desc>
- </info>
- <prop oor:name="Char" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <value>8226</value>
- <info>
- <desc xml:lang="en-US">Specifies the character code if ChangeToBullets=true.</desc>
- </info>
- </prop>
- <prop oor:name="Font" oor:type="xs:string">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <value>StarSymbol</value>
- <info>
- <desc xml:lang="en-US">Specifies the font name if ChangeToBullets=true.</desc>
- </info>
- </prop>
- <prop oor:name="FontFamily" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <!--Defautl value 0 = Symbol-->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the font family if ChangeToBullets=true.</desc>
- </info>
- </prop>
- <prop oor:name="FontCharset" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <!--Defautl value 10 = Symbol-->
- <value>10</value>
- <info>
- <desc xml:lang="en-US">Specifies the font character set if ChangeToBullets=true.</desc>
- </info>
- </prop>
- <prop oor:name="FontPitch" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
- <!--Defautl value 2 = Variable-->
- <value>2</value>
- <info>
- <desc xml:lang="en-US">Specifies the font pitch if ChangeToBullets=true.</desc>
- </info>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="ByInput">
- <info>
- <desc xml:lang="en-US">Contains settings than can be applied while typing text.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <!-- OldPath: AutoCorrect/Options/All -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - AutoFormat while typing -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if AutoFormat is active while typing.</desc>
- <label xml:lang="en-US">AutoFormat while typing</label>
- </info>
- </prop>
- <prop oor:name="ChangeDash" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace dashes -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if dashes are replaced automatically.</desc>
- <label xml:lang="en-US">Replace dashes</label>
- </info>
- </prop>
- <prop oor:name="ChangeToBorders" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/ByInput -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply border -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if borders are applied to paragraphs automatically.</desc>
- <label xml:lang="en-US">Apply border</label>
- </info>
- </prop>
- <prop oor:name="ChangeToTable" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/ByInput -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Create table -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if tables are created by AutoFormat.</desc>
- <label xml:lang="en-US">Create table</label>
- </info>
- </prop>
- <prop oor:name="ReplaceStyle" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/ByInput -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply styles -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if styles are automatically be assigned.</desc>
- <label xml:lang="en-US">Apply styles</label>
- </info>
- </prop>
- <prop oor:name="DelSpacesAtStartEnd" oor:type="xs:boolean">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs at paragraphbegin and -end -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Deletes Spaces/Tabs at the beginning/end of a paragraph (AutoFormat during key input).</desc>
- <label xml:lang="en-US">Delete Blanks and Tabs at paragraphbegin and -end</label>
- </info>
- </prop>
- <prop oor:name="DelSpacesBetween" oor:type="xs:boolean">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs between Lineend and -begin -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Deletes Spaces/Tabs between the rows of a paragraph (Autoformat during key input).</desc>
- <label xml:lang="en-US">Delete Blanks and Tabs between lineend and -begin</label>
- </info>
- </prop>
- <group oor:name="ApplyNumbering">
- <info>
- <desc xml:lang="en-US">Contains settings for automatic numbering.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoFormat/ByInput -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply numbering-->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if a numbered or bulleted text is created automatically while typing.</desc>
- <label xml:lang="en-US">Apply numbering</label>
- </info>
- </prop>
- <group oor:name="SpecialCharacter">
- <info>
- <desc xml:lang="en-US">Defines the character to be used.</desc>
- </info>
- <prop oor:name="Char" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply numbering-->
- <value>8226</value>
- <info>
- <desc xml:lang="en-US">Specifies the character code if ApplyNumbering=true.</desc>
- </info>
- </prop>
- <prop oor:name="Font" oor:type="xs:string">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
- <value>StarSymbol</value>
- <info>
- <desc xml:lang="en-US">Specifies the font name if ApplyNumbering=true.</desc>
- </info>
- </prop>
- <prop oor:name="FontFamily" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
- <!--Defautl value 0 = Symbol-->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the font family if ApplyNumbering=true.</desc>
- </info>
- </prop>
- <prop oor:name="FontCharset" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
- <!--Defautl value 10 = Symbol-->
- <value>10</value>
- <info>
- <desc xml:lang="en-US">Specifies the font character set if ApplyNumbering=true.</desc>
- </info>
- </prop>
- <prop oor:name="FontPitch" oor:type="xs:int">
- <!-- OldPath: Writer/AutoFormat/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
- <!--Defautl value 2 = Variable-->
- <value>2</value>
- <info>
- <desc xml:lang="en-US">Specifies the font pitch if ApplyNumbering=true.</desc>
- </info>
- </prop>
- </group>
- </group>
- </group>
- </group>
- <group oor:name="Completion">
- <info>
- <desc xml:lang="en-US">Contains settings relevant for the word completion ('Auto Completion').</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Show suggestions -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the suggestions for the automatic word completion are displayed on the screen.</desc>
- <label xml:lang="en-US">Show suggestions</label>
- </info>
- </prop>
- <prop oor:name="MinWordLen" oor:type="xs:int">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion min. word length -->
- <value>5</value>
- <info>
- <desc xml:lang="en-US">Sets the value for the minimum word length.</desc>
- <label xml:lang="en-US">Min. word length</label>
- </info>
- </prop>
- <prop oor:name="MaxListLen" oor:type="xs:int">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion max. entries -->
- <value>500</value>
- <info>
- <desc xml:lang="en-US">Sets the maximum number of words to be recalled.</desc>
- <label xml:lang="en-US">Max. entries</label>
- </info>
- </prop>
- <prop oor:name="CollectWords" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Collect suggestions -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the suggestions are compiled in a list.</desc>
- <label xml:lang="en-US">Collect suggestions</label>
- </info>
- </prop>
- <prop oor:name="EndlessList" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: no UI available anymore -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the list containing the suitable suggestions can be navigated with (Ctrl)(Tab)(forward).</desc>
- <label xml:lang="en-US">Endless suggestions</label>
- </info>
- </prop>
- <prop oor:name="AppendBlank" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Append blanc -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if a blank is added after the automatic word completion.</desc>
- <label xml:lang="en-US">Append space</label>
- </info>
- </prop>
- <prop oor:name="ShowAsTip" oor:type="xs:boolean">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Show as tip -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if the suggestions for the automatic word completion function should be displayed as Tip helps.</desc>
- <label xml:lang="en-US">Show as tip</label>
- </info>
- </prop>
- <prop oor:name="AcceptKey" oor:type="xs:int">
- <!-- OldPath: Writer/AutoComplete/Words -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Accept with -->
- <value>1280</value>
- <info>
- <desc xml:lang="en-US">Specifies the key to be used for accepting the current suggestion of the automatic word completion.</desc>
- <label xml:lang="en-US">Accept with</label>
- </info>
- <constraints>
- <enumeration oor:value="0x405">
- <info>
- <desc xml:lang="en-US">KeyEnd</desc>
- </info>
- </enumeration>
- <enumeration oor:value="0x500">
- <info>
- <desc xml:lang="en-US">KeyReturn</desc>
- </info>
- </enumeration>
- <enumeration oor:value="0x403">
- <info>
- <desc xml:lang="en-US">KeyRight</desc>
- </info>
- </enumeration>
- <enumeration oor:value="0x504">
- <info>
- <desc xml:lang="en-US">KeySpace</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="KeepList" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion When closing a document, save the list for later use ... -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies whether collected words are removed when the source document is closed.</desc>
- <label xml:lang="en-US">When closing a document, save the list for later use in other documents</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Label">
- <info>
- <desc xml:lang="en-US">Contains various settings for labels.</desc>
- </info>
- <group oor:name="Inscription">
- <info>
- <desc xml:lang="en-US">Contains settings for the inscription of the labels text field.</desc>
- </info>
- <prop oor:name="UseAddress" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Labels -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if the user&amp;apos;s address is copied automatically into the label text field.</desc>
- <label xml:lang="en-US">Address</label>
- </info>
- </prop>
- <prop oor:name="Address" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Labels -->
- <info>
- <desc xml:lang="en-US">Specifies the label text (address).</desc>
- <label xml:lang="en-US">Label text</label>
- </info>
- </prop>
- <prop oor:name="Database" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Labels -->
- <info>
- <desc xml:lang="en-US">Specifies the database used.</desc>
- <label xml:lang="en-US">Database</label>
- </info>
- </prop>
- </group>
- <group oor:name="Medium">
- <info>
- <desc xml:lang="en-US">Contains settings for the media type used for the label.</desc>
- </info>
- <prop oor:name="Continous" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Labels -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if continuous paper or individual sheets are used.</desc>
- <label xml:lang="en-US">Continous / Sheet</label>
- </info>
- </prop>
- <prop oor:name="Brand" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Labels -->
- <info>
- <desc xml:lang="en-US">Specifies the brand name of the label format.</desc>
- <label xml:lang="en-US">Brand</label>
- </info>
- </prop>
- <prop oor:name="Type" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/Labels/Labels -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Labels -->
- <info>
- <desc xml:lang="en-US">Specifies the type of the label format.</desc>
- <label xml:lang="en-US">Type</label>
- </info>
- </prop>
- </group>
- <group oor:name="Format">
- <info>
- <desc xml:lang="en-US">Contains settings for the label format.</desc>
- </info>
- <prop oor:name="Column" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Format -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of labels arranged next to each other on the page.</desc>
- <label xml:lang="en-US">Columns</label>
- </info>
- </prop>
- <prop oor:name="Row" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Format -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of labels arranged from top to bottom on the page.</desc>
- <label xml:lang="en-US">Rows</label>
- </info>
- </prop>
- <prop oor:name="HorizontalDistance" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Format -->
- <value>10000</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between the left edge of one label to the left edge of the adjacent label. [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Horizontal pitch</label>
- </info>
- </prop>
- <prop oor:name="VerticalDistance" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Format -->
- <value>10000</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between the upper edge of one label to the upper edge of the label below. [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Vertical pitch</label>
- </info>
- </prop>
- <prop oor:name="Width" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Format -->
- <value>10000</value>
- <info>
- <desc xml:lang="en-US">Specifies the width of each label [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Width</label>
- </info>
- </prop>
- <prop oor:name="Height" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Format -->
- <value>10000</value>
- <info>
- <desc xml:lang="en-US">Specifies the height of each label [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Height</label>
- </info>
- </prop>
- <prop oor:name="LeftMargin" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Format -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance from the left edge of the page to the left edge of the first label [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Left margin</label>
- </info>
- </prop>
- <prop oor:name="TopMargin" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Format -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance from the top of the page to the top of the first label [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Top margin</label>
- </info>
- </prop>
- </group>
- <group oor:name="Option">
- <info>
- <desc xml:lang="en-US">Contains miscellaneous options for labels.</desc>
- </info>
- <prop oor:name="Synchronize" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/Labels/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if contents are synchronized.</desc>
- <label xml:lang="en-US">Synchronize contents</label>
- </info>
- </prop>
- <prop oor:name="Page" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/Labels/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Options -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the entire page or a single label are printed/generated.</desc>
- <label xml:lang="en-US">Entire page / Single label</label>
- </info>
- </prop>
- <prop oor:name="Column" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Options -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of columns to be printed.</desc>
- <label xml:lang="en-US">Column</label>
- </info>
- </prop>
- <prop oor:name="Row" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Labels/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New Labels Options -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of rows to be printed.</desc>
- <label xml:lang="en-US">Row</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="BusinessCard">
- <info>
- <desc xml:lang="en-US">Contains settings for business cards.</desc>
- </info>
- <group oor:name="Medium">
- <info>
- <desc xml:lang="en-US">Contains settings for the media type used.</desc>
- </info>
- <prop oor:name="Continous" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Medium -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if continuous paper or individual sheets are used.</desc>
- <label xml:lang="en-US">Continous / Sheet</label>
- </info>
- </prop>
- <prop oor:name="Brand" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Medium -->
- <info>
- <desc xml:lang="en-US">Specifies the brand name of the business card format.</desc>
- <label xml:lang="en-US">Brand</label>
- </info>
- </prop>
- <prop oor:name="Type" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Medium -->
- <info>
- <desc xml:lang="en-US">Specifies the type of the business card format.</desc>
- <label xml:lang="en-US">Type</label>
- </info>
- </prop>
- </group>
- <group oor:name="Format">
- <info>
- <desc xml:lang="en-US">Contains settings for the page format.</desc>
- </info>
- <prop oor:name="Column" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Format -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of business cards arranged next to each other on the page.</desc>
- <label xml:lang="en-US">Columns</label>
- </info>
- </prop>
- <prop oor:name="Row" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Format -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of business cards arranged from top to bottom on the page.</desc>
- <label xml:lang="en-US">Rows</label>
- </info>
- </prop>
- <prop oor:name="HorizontalDistance" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Format -->
- <value>10000</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between the left edge of a business card to the left edge of the adjacent business card. [UNIT=1/100 mm]</desc>
- <label xml:lang="en-US">Horizontal pitch</label>
- </info>
- </prop>
- <prop oor:name="VerticalDistance" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Format -->
- <value>10000</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between the upper edge of a label to the upper edge of the label below. [UNIT=1/100 mm]</desc>
- <label xml:lang="en-US">Vertical pitch</label>
- </info>
- </prop>
- <prop oor:name="Width" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Format -->
- <value>10000</value>
- <info>
- <desc xml:lang="en-US">Specifies the width of each business card [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Width</label>
- </info>
- </prop>
- <prop oor:name="Height" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Format -->
- <value>10000</value>
- <info>
- <desc xml:lang="en-US">Specifies the height of each business card [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Height</label>
- </info>
- </prop>
- <prop oor:name="LeftMargin" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Format -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance from the left edge of the page to the left edge of the first business card . [UNIT=1/100 mm]</desc>
- <label xml:lang="en-US">Left margin</label>
- </info>
- </prop>
- <prop oor:name="TopMargin" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Format -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance from the top of the page to the top of the first business card [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Top margin</label>
- </info>
- </prop>
- </group>
- <group oor:name="Option">miscellaneous
- <info>
- <desc xml:lang="en-US">Contains miscellaneous settings.</desc>
- </info>
- <prop oor:name="Synchronize" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Options -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if contents are synchronized.</desc>
- <label xml:lang="en-US">Synchronize contents</label>
- </info>
- </prop>
- <prop oor:name="Page" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Options -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the entire page or a single business card is printed/generated.</desc>
- <label xml:lang="en-US">Entire page / Single business card</label>
- </info>
- </prop>
- <prop oor:name="Column" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Options -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of columns to be printed.</desc>
- <label xml:lang="en-US">Column</label>
- </info>
- </prop>
- <prop oor:name="Row" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Options -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Specifies the number of rows to be printed.</desc>
- <label xml:lang="en-US">Row</label>
- </info>
- </prop>
- </group>
- <group oor:name="AutoText">
- <info>
- <desc xml:lang="en-US">Contains settings for the AutoText used.</desc>
- </info>
- <prop oor:name="Group" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/Content -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards BusinessCards -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the AutoText section name.</desc>
- <label xml:lang="en-US">AutoText section</label>
- </info>
- </prop>
- <prop oor:name="Block" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/Content -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards BusinessCards -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the AutoText module name.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="PrivateAddress">
- <info>
- <desc xml:lang="en-US">Private address data.</desc>
- </info>
- <prop oor:name="FirstName" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your first name</desc>
- <label xml:lang="en-US">First name</label>
- </info>
- </prop>
- <prop oor:name="Name" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your last name</desc>
- <label xml:lang="en-US">Last name</label>
- </info>
- </prop>
- <prop oor:name="ShortCut" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your initials</desc>
- <label xml:lang="en-US">Initials</label>
- </info>
- </prop>
- <prop oor:name="SecondFirstName" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your first name (2nd entry)</desc>
- <label xml:lang="en-US">First name 2</label>
- </info>
- </prop>
- <prop oor:name="SecondName" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your last name (2nd entry)</desc>
- <label xml:lang="en-US">Last name 2</label>
- </info>
- </prop>
- <prop oor:name="SecondShortCut" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your initials (2nd entry)</desc>
- <label xml:lang="en-US">Initials 2</label>
- </info>
- </prop>
- <prop oor:name="Street" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The name of the street where you live.</desc>
- <label xml:lang="en-US">Street</label>
- </info>
- </prop>
- <prop oor:name="Zip" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your ZIP code</desc>
- <label xml:lang="en-US">Zip</label>
- </info>
- </prop>
- <prop oor:name="City" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The city where you live.</desc>
- <label xml:lang="en-US">City</label>
- </info>
- </prop>
- <prop oor:name="Country" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The country where you live.</desc>
- <label xml:lang="en-US">Country</label>
- </info>
- </prop>
- <prop oor:name="State" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The state where you live.</desc>
- <label xml:lang="en-US">State</label>
- </info>
- </prop>
- <prop oor:name="Title" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your title.</desc>
- <label xml:lang="en-US">Title</label>
- </info>
- </prop>
- <prop oor:name="Profession" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your profession.</desc>
- <label xml:lang="en-US">Profession</label>
- </info>
- </prop>
- <prop oor:name="Phone" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your phone number.</desc>
- <label xml:lang="en-US">Phone</label>
- </info>
- </prop>
- <prop oor:name="Mobile" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your mobile phone number.</desc>
- <label xml:lang="en-US">Mobile</label>
- </info>
- </prop>
- <prop oor:name="Fax" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your fax number.</desc>
- <label xml:lang="en-US">Fax</label>
- </info>
- </prop>
- <prop oor:name="WebAddress" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The address of your homepage.</desc>
- <label xml:lang="en-US">Homepage</label>
- </info>
- </prop>
- <prop oor:name="Email" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Private -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your e-mail address.</desc>
- <label xml:lang="en-US">E-mail</label>
- </info>
- </prop>
- </group>
- <group oor:name="BusinessAddress">
- <info>
- <desc xml:lang="en-US">Business address data.</desc>
- </info>
- <prop oor:name="Company" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The company name, 1st line.</desc>
- <label xml:lang="en-US">Company</label>
- </info>
- </prop>
- <prop oor:name="CompanyExt" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The company name, 2nd line.</desc>
- <label xml:lang="en-US">CompanyExt</label>
- </info>
- </prop>
- <prop oor:name="Slogan" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The company slogan.</desc>
- <label xml:lang="en-US">Slogan</label>
- </info>
- </prop>
- <prop oor:name="Street" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The name of the street.</desc>
- <label xml:lang="en-US">Street</label>
- </info>
- </prop>
- <prop oor:name="Zip" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The ZIP code.</desc>
- <label xml:lang="en-US">Zip</label>
- </info>
- </prop>
- <prop oor:name="City" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The name of the city.</desc>
- <label xml:lang="en-US">City</label>
- </info>
- </prop>
- <prop oor:name="Country" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The country where the company is located.</desc>
- <label xml:lang="en-US">Country</label>
- </info>
- </prop>
- <prop oor:name="State" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The state where the company is located.</desc>
- <label xml:lang="en-US">State</label>
- </info>
- </prop>
- <prop oor:name="Position" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your position in the company.</desc>
- <label xml:lang="en-US">Position</label>
- </info>
- </prop>
- <prop oor:name="Phone" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your phone number.</desc>
- <label xml:lang="en-US">Phone</label>
- </info>
- </prop>
- <prop oor:name="Mobile" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your mobile phone number.</desc>
- <label xml:lang="en-US">Mobile</label>
- </info>
- </prop>
- <prop oor:name="Fax" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your fax number.</desc>
- <label xml:lang="en-US">Fax</label>
- </info>
- </prop>
- <prop oor:name="WebAddress" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The internet address for the company.</desc>
- <label xml:lang="en-US">WebAddress</label>
- </info>
- </prop>
- <prop oor:name="Email" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: File New BusinessCards Business -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Your e-mail address.</desc>
- <label xml:lang="en-US">Email</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="ObjectBar">
- <!-- Responsible: OS -->
- <info>
- <desc xml:lang="en-US">Specifies the settings for the object bar.</desc>
- </info>
- <group oor:name="Selection">
- <!-- OldPath: Writer/Toolbars/ObjectBar -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Right mouse click to the toolbar with object selection-->
- <info>
- <desc xml:lang="en-US">Specifies which type of object bars are visible.</desc>
- </info>
- <prop oor:name="Graphic" oor:type="xs:int">
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies whether the Graphic Object Bar or the Text Object Bar is visible when a graphic is selected.</desc>
- </info>
- </prop>
- <prop oor:name="Table" oor:type="xs:int">
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies whether the Table Object Bar or the Text Object Bar is the visible when a table is selected.</desc>
- </info>
- </prop>
- <prop oor:name="NumberedList" oor:type="xs:int">
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies whether the Numbering Object Bar or the Text Object Bar is visible when a numbering/list paragraph is selected.</desc>
- </info>
- </prop>
- <prop oor:name="NumberedList_InTable" oor:type="xs:int">
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies whether the Numbering Object Bar, the Table Object Bar or the Text Object Bar is visible when a numbering/list selection is made in a table.</desc>
- </info>
- </prop>
- <prop oor:name="BezierObject" oor:type="xs:int">
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies whether the Bezier Object Bar or the Draw Object Bar is visible toolbar when a Bezier object is selected in edit mode.</desc>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Navigator">
- <info>
- <desc xml:lang="en-US">Contains settings for the Navigator.</desc>
- </info>
- <prop oor:name="ShowListBox" oor:type="xs:boolean">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Navigator -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Displays the list box in the lower half of the Navigator.</desc>
- <label xml:lang="en-US">List Box on/off</label>
- </info>
- </prop>
- <prop oor:name="GlobalDocMode" oor:type="xs:boolean">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Navigator -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Switches from Master View and Normal view when a Master Document is opened.</desc>
- <label xml:lang="en-US">Toggle</label>
- </info>
- </prop>
- <prop oor:name="RootType" oor:type="xs:int">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Navigator -->
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Switches from displaying all of the elements in the Navigator to displaying only a selected category as the root in the tree view.</desc>
- <label xml:lang="en-US">Content View</label>
- </info>
- </prop>
- <prop oor:name="SelectedPosition" oor:type="xs:int">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Navigator -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies which entry is selected in the Navigator list box.</desc>
- </info>
- </prop>
- <prop oor:name="OutlineLevel" oor:type="xs:int">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Navigator -->
- <value>10</value>
- <info>
- <desc xml:lang="en-US">Specifies the ouline level shown in the Navigator.</desc>
- <label xml:lang="en-US">Heading levels shown</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- <maxInclusive oor:value="10">
- <info>
- <desc xml:lang="en-US">Maximum value allowed.</desc>
- </info>
- </maxInclusive>
- </constraints>
- </prop>
- <prop oor:name="InsertMode" oor:type="xs:int">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Navigator -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the insert mode when moving elements from the Navigator to another document with drag-and-drop.</desc>
- <label xml:lang="en-US">Drag Mode</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">as Hyperlink</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">as Link</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">as Copy</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="ActiveBlock" oor:type="xs:int">
- <!-- OldPath: Writer/PIs/Navigator -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Navigator -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies if the contents of a category are displayed in the Navigator list box.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="Envelope">
- <info>
- <desc xml:lang="en-US">Contains settings for envelopes.</desc>
- </info>
- <group oor:name="Inscription">
- <info>
- <desc xml:lang="en-US">Contains inscription settings.</desc>
- </info>
- <prop oor:name="Addressee" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Envelope -->
- <info>
- <desc xml:lang="en-US">Specifies the recipient&amp;apos;s address.</desc>
- <label xml:lang="en-US">Addressee</label>
- </info>
- </prop>
- <prop oor:name="Sender" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Envelope -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the sender&amp;apos;s address.</desc>
- <label xml:lang="en-US">Sender</label>
- </info>
- </prop>
- <prop oor:name="UseSender" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Envelope -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the sender&amp;apos;s address is used.</desc>
- <label xml:lang="en-US">Use Sender</label>
- </info>
- </prop>
- <prop oor:name="Database" oor:type="xs:string">
- <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Envelope -->
- <info>
- <desc xml:lang="en-US">Specifies the database to be used for the addressee.</desc>
- <label xml:lang="en-US">Database</label>
- </info>
- </prop>
- </group>
- <group oor:name="Format">
- <info>
- <desc xml:lang="en-US">Contains format settings.</desc>
- </info>
- <prop oor:name="AddresseeFromLeft" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Format // old twips: 6463 / 2-->
- <value>5700</value>
- <info>
- <desc xml:lang="en-US">Specifies the position of the addressee field measured from the left margin [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Addressee from left</label>
- </info>
- </prop>
- <prop oor:name="AddresseeFromTop" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Format // old twips: 6463 / 2-->
- <value>5700</value>
- <info>
- <desc xml:lang="en-US">Specifies the position of the addressee field measured from the upper margin [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Addressee from top</label>
- </info>
- </prop>
- <prop oor:name="SenderFromLeft" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Format -->
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">Specifies the position of the sender field measured from the left margin [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Sender from left</label>
- </info>
- </prop>
- <prop oor:name="SenderFromTop" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Format -->
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">Specifies the position of the sender field measured from the upper margin [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Sender from top</label>
- </info>
- </prop>
- <prop oor:name="Width" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Format -->
- <value>11400</value>
- <info>
- <desc xml:lang="en-US">Specifies the width of the envelope [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Width</label>
- </info>
- </prop>
- <prop oor:name="Height" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Format -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Format -->
- <value>22700</value>
- <info>
- <desc xml:lang="en-US">Specifies the height of the envelope [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Height</label>
- </info>
- </prop>
- </group>
- <group oor:name="Print">
- <info>
- <desc xml:lang="en-US">Contains settings for printing.</desc>
- </info>
- <prop oor:name="Alignment" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Printer -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the alignment when printing.</desc>
- <label xml:lang="en-US">Alignment</label>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Horizontally left</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">Horizontally centered</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Horizontally right</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Vertically left</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Vertically centered</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc xml:lang="en-US">Vertically right</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="FromAbove" oor:type="xs:boolean">
- <!-- OldPath: Writer/Dialog/Envelope/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Printer -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the envelope is printed with the side facing up or down in the printer tray.</desc>
- <label xml:lang="en-US">Print from top / Print from bottom</label>
- </info>
- </prop>
- <prop oor:name="Right" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Printer -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the right distance of the printed area (horizontal position).</desc>
- <label xml:lang="en-US">Shift right</label>
- </info>
- </prop>
- <prop oor:name="Down" oor:type="xs:int">
- <!-- OldPath: Writer/Dialog/Envelope/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Insert Envolpe Printer -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the bottom distance of the printed area (vertical position).</desc>
- <label xml:lang="en-US">Shift down</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="InsertData">
- <!-- Responsible: OS -->
- <info>
- <desc xml:lang="en-US">Contains settings for inserting data from a data base.</desc>
- </info>
- <set oor:name="DataSet" oor:node-type="DataSetType">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Dialog Insert Database Columns -->
- <info>
- <desc xml:lang="en-US">The data set to be inserted.</desc>
- </info>
- </set>
- </group>
- <group oor:name="Wizard">
- <info>
- <desc xml:lang="en-US">Contains AutoPilot settings.</desc>
- </info>
- <group oor:name="Agenda">
- <info>
- <desc xml:lang="en-US">Contains settings for the agenda AutoPilot.</desc>
- </info>
- <group oor:name="Template">
- <info>
- <desc xml:lang="en-US">Contains templates for the agenda AutoPilot.</desc>
- </info>
- <node-ref oor:name="Style" oor:node-type="StyleType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page1-->
- <info>
- <desc xml:lang="en-US">The template for the preferred style.</desc>
- </info>
- </node-ref>
- </group>
- <group oor:name="Logo">
- <info>
- <desc xml:lang="en-US">Contains settings for the logo.</desc>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 1/ Logo-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if a logo is included with the agenda.</desc>
- <label xml:lang="en-US">Logo</label>
- </info>
- </prop>
- <node-ref oor:name="GraphicFile" oor:node-type="FileType">
- <info>
- <desc xml:lang="en-US">Specifies the file and filter to be used for the graphic.</desc>
- </info>
- </node-ref>
- </group>
- <group oor:name="Elements">
- <info>
- <desc xml:lang="en-US">Contains settings for the agenda elements.</desc>
- </info>
- <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 1 -->
- <!-- Notice: Constraints: Any -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Title for the agenda.</desc>
- <label xml:lang="en-US">Title of meeting</label>
- </info>
- </prop>
- <prop oor:name="Date" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Date -->
- <!-- Notice: Default: Current date -->
- <info>
- <desc xml:lang="en-US">Date of the meeting.</desc>
- <label xml:lang="en-US">Date</label>
- </info>
- </prop>
- <prop oor:name="Time" oor:type="xs:long">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Time -->
- <!--Current Time-->
- <info>
- <desc xml:lang="en-US">Time of the meeting.</desc>
- <label xml:lang="en-US">Time</label>
- </info>
- </prop>
- <prop oor:name="Location" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 2 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Location of the meeting.</desc>
- <label xml:lang="en-US">Location</label>
- </info>
- </prop>
- <prop oor:name="Occasion" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Occasion -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Reference Occasion as a header for the agenda.</desc>
- <label xml:lang="en-US">Occasion</label>
- </info>
- </prop>
- <prop oor:name="BringAlong" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Bring along -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Header _Bring along_ for the agenda.</desc>
- <label xml:lang="en-US">Bring along</label>
- </info>
- </prop>
- <prop oor:name="Prepare" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Please prepare -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Reference _Please prepare_ for the agenda.</desc>
- <label xml:lang="en-US">Please prepare</label>
- </info>
- </prop>
- <prop oor:name="Notes" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Notes -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Element Notes for the agenda.</desc>
- <label xml:lang="en-US">Notes</label>
- </info>
- </prop>
- <prop oor:name="Convened" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Convened by -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Header _Convened by_ for the agenda.</desc>
- <label xml:lang="en-US">Convened by</label>
- </info>
- </prop>
- <prop oor:name="Presiding" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Presiding -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Header _Presiding_ for the agenda.</desc>
- <label xml:lang="en-US">Presiding</label>
- </info>
- </prop>
- <prop oor:name="Minutes" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Minutes -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Header _Minutes_ for the agenda.</desc>
- <label xml:lang="en-US">Minutes</label>
- </info>
- </prop>
- <prop oor:name="Participants" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Participants -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Header Participants for the agenda.</desc>
- <label xml:lang="en-US">Participants</label>
- </info>
- </prop>
- <prop oor:name="Guests" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Guests -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Header_ Guests_ for the agenda.</desc>
- <label xml:lang="en-US">Guests</label>
- </info>
- </prop>
- <prop oor:name="Experts" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Experts -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Header _Experts_ for the agenda.</desc>
- <label xml:lang="en-US">Experts</label>
- </info>
- </prop>
- <prop oor:name="Postprocessing" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Follow-up -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Header Follow-up for the agenda.</desc>
- <label xml:lang="en-US">Follow-up</label>
- </info>
- </prop>
- <prop oor:name="UseMinutes" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 6 / Yes-No-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if minutes are generated for the meeting.</desc>
- <label xml:lang="en-US">Use minutes? Yes/No</label>
- </info>
- </prop>
- </group>
- <group oor:name="AgendaTopics">
- <info>
- <desc xml:lang="en-US">Defines the list of agenda topics.</desc>
- </info>
- <prop oor:name="Number" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 4 / Agenda topic -->
- <!-- Notice: This must be generic, as it depends on the number of entries defined by the user. -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the total number of agenda topics.</desc>
- <label xml:lang="en-US">-</label>
- </info>
- <constraints>
- <minInclusive oor:value="0">
- <info>
- <desc xml:lang="en-US">Minimum value allowed.</desc>
- </info>
- </minInclusive>
- </constraints>
- </prop>
- <set oor:name="AgendaList" oor:node-type="AgendaType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page4-->
- <info>
- <desc xml:lang="en-US">The set of specified agenda topics.</desc>
- </info>
- </set>
- </group>
- <group oor:name="Save">
- <info>
- <desc xml:lang="en-US">Options for saving the agenda document and template.</desc>
- </info>
- <prop oor:name="DocInfoTitle" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Title -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Title for the properties.</desc>
- <label xml:lang="en-US">Title</label>
- </info>
- <constraints>
- <enumeration oor:value="None">
- <info>
- <desc xml:lang="en-US">The entry is not be filled.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Weekly Project Meeting">
- <info>
- <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Date">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Time">
- <info>
- <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Location">
- <info>
- <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Occasion">
- <info>
- <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Bring ~along">
- <info>
- <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Please prepare">
- <info>
- <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="No~tes">
- <info>
- <desc xml:lang="en-US">The entry contains notes from the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Co~nvened by">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Presiding">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Minutes">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="P~articipants">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Guests">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Experts">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Follow-up">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="DocInfoSubject" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Subject -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Subject for the properties</desc>
- <label xml:lang="en-US">Subject</label>
- </info>
- <constraints>
- <enumeration oor:value="None">
- <info>
- <desc xml:lang="en-US">The entry is not filled.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Weekly Project Meeting">
- <info>
- <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Date">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Time">
- <info>
- <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Location">
- <info>
- <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Occasion">
- <info>
- <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Bring ~along">
- <info>
- <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Please prepare">
- <info>
- <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="No~tes">
- <info>
- <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Co~nvened by">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Presiding">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Minutes">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="P~articipants">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Guests">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Experts">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Follow-up">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="TemplateName" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Name -->
- <!-- Notice: Constraints: Any -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Assigns a name to the document template.</desc>
- <label xml:lang="en-US">Name</label>
- </info>
- </prop>
- <prop oor:name="TemplateInfo" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Info -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Text that appears in the description field of the properties dialog.</desc>
- <label xml:lang="en-US">Info</label>
- </info>
- </prop>
- <prop oor:name="AutoDocName" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 5 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Creates a document name automatically.</desc>
- <label xml:lang="en-US">Automatic</label>
- </info>
- </prop>
- <prop oor:name="AutoPrefix" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 5 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Prefix of the automatically created document name.</desc>
- <label xml:lang="en-US">Prefix</label>
- </info>
- </prop>
- <prop oor:name="AutoPath" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Destination -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Location to save the document.</desc>
- <label xml:lang="en-US">Destination</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Letter">
- <info>
- <desc xml:lang="en-US">Contains settings for the letter AutoPilot.</desc>
- </info>
- <group oor:name="Template">
- <info>
- <desc xml:lang="en-US">Contains templates for the letter AutoPilot.</desc>
- </info>
- <prop oor:name="Type" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 1 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the template for the letter: personal (true) or business (false).</desc>
- <label xml:lang="en-US">Which letter template do you want to use?- Business letter/Personal letter</label>
- </info>
- </prop>
- <node-ref oor:name="Style" oor:node-type="StyleType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page1-->
- <info>
- <desc xml:lang="en-US">The template for the preferred style.</desc>
- </info>
- </node-ref>
- </group>
- <group oor:name="Logo">
- <info>
- <desc xml:lang="en-US">Contains settings for the logo.</desc>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 2 / Which type of logo?-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the logo frame is visible.</desc>
- </info>
- </prop>
- <prop oor:name="IsGraphic" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 2 / Which type of logo? - Graphics-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the logo is a graphic.</desc>
- <label xml:lang="en-US">Type of logo? - Graphics</label>
- </info>
- </prop>
- <prop oor:name="Text" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 2 / Which type of logo? - Text-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the logo is text.</desc>
- <label xml:lang="en-US">Type of logo? - Text</label>
- </info>
- </prop>
- <node-ref oor:name="GraphicFile" oor:node-type="FileType">
- <info>
- <desc xml:lang="en-US">Specifies the file and filter to be used for the graphic.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Position" oor:node-type="PositionXYType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 2 / Position-->
- <info>
- <desc xml:lang="en-US">Specifies the X and Y position of the logo frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Size" oor:node-type="SizeType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 2 / Size-->
- <info>
- <desc xml:lang="en-US">Specifies the size of the logo frame.</desc>
- </info>
- </node-ref>
- <group oor:name="Alignment">
- <info>
- <desc xml:lang="en-US">Contains settings for aligning the logo.</desc>
- </info>
- <node-ref oor:name="Type" oor:node-type="AlignmentType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 2 / Position-->
- <info>
- <desc xml:lang="en-US">Aligns the logo frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Position" oor:node-type="PositionType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 2 / Position-->
- <info>
- <desc xml:lang="en-US">Specifies the position of the logo frame.</desc>
- <label xml:lang="en-US">From left, From right, From top, From bottom</label>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Sender">
- <info>
- <desc xml:lang="en-US">Contains sender settings.</desc>
- </info>
- <prop oor:name="Content" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 3-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the content of the sender text frame.</desc>
- <label xml:lang="en-US">Enter sender address</label>
- </info>
- </prop>
- <prop oor:name="Show" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 3 (for private letters)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the sender text frame is visible in a private letter.</desc>
- <label xml:lang="en-US">Show sender? - Yes/No</label>
- </info>
- </prop>
- <prop oor:name="Repeat" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 3 (for business letters)-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the sender is repeated in the addressee (true) or not (false). This option is only available if a business letter is used.</desc>
- <label xml:lang="en-US">Repeat in addressee field? - Yes/No</label>
- </info>
- </prop>
- <node-ref oor:name="Position" oor:node-type="PositionXYType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 3 / Enter sender address -->
- <info>
- <desc xml:lang="en-US">Specifies the X and Y position of the sender text frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Size" oor:node-type="SizeType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 3 / Enter sender address -->
- <info>
- <desc xml:lang="en-US">Specifies the size of the sender text frame.</desc>
- <label xml:lang="en-US">Width, Height</label>
- </info>
- </node-ref>
- <group oor:name="Alignment">
- <info>
- <desc xml:lang="en-US">Contains settings for aligning the sender text frame.</desc>
- </info>
- <node-ref oor:name="Type" oor:node-type="AlignmentType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 3 / Enter sender address -->
- <info>
- <desc xml:lang="en-US">Aligns the sender text frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Position" oor:node-type="PositionType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 3 / Enter sender address -->
- <info>
- <desc xml:lang="en-US">Specifies the the position of the sender text frame.</desc>
- <label xml:lang="en-US">From left, From right, From top, From bottom</label>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Recipient">
- <info>
- <desc xml:lang="en-US">Contains settings for the recipient entries.</desc>
- </info>
- <prop oor:name="Database" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 4 / Database -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the database to be used for the addressee.</desc>
- <label xml:lang="en-US">Database / Database fields</label>
- </info>
- </prop>
- <prop oor:name="DataTable" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Database -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the database table.</desc>
- <label xml:lang="en-US">Database table or query name</label>
- </info>
- </prop>
- <prop oor:name="Content" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 4 / Address-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the content of the addressee text frame.</desc>
- <label xml:lang="en-US">Address</label>
- </info>
- </prop>
- <prop oor:name="Salutation" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 4 / Salutation -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the text for the salutation.</desc>
- <label xml:lang="en-US">Salutation</label>
- </info>
- </prop>
- <prop oor:name="SalutationField" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 4 / Salutation -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the database field for the salutation text.</desc>
- </info>
- </prop>
- <node-ref oor:name="Position" oor:node-type="PositionXYType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 4 / Addressee -->
- <info>
- <desc xml:lang="en-US">Specifies the X and Y position of the addressee text frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Size" oor:node-type="SizeType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 4 / Addressee -->
- <info>
- <desc xml:lang="en-US">Specifies the size of the addressee text frame.</desc>
- </info>
- </node-ref>
- <group oor:name="Alignment">
- <info>
- <desc xml:lang="en-US">Contains settings for aligning the addressee text frame.</desc>
- </info>
- <node-ref oor:name="Type" oor:node-type="AlignmentType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 4 / Addressee -->
- <info>
- <desc xml:lang="en-US">Aligns the addressee text frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Position" oor:node-type="PositionType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 4 / Addressee -->
- <info>
- <desc xml:lang="en-US">Specifies the position of the addressee frame.</desc>
- <label xml:lang="en-US">From left, From right, From top, From bottom</label>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Elements">
- <info>
- <desc xml:lang="en-US">Contains settings specifying the letter elements.</desc>
- </info>
- <prop oor:name="Copy" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Copies</desc>
- <label xml:lang="en-US">Copy to</label>
- </info>
- </prop>
- <prop oor:name="Enclosure" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 2 / Logo -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if there are additional enclosures.</desc>
- </info>
- </prop>
- <group oor:name="Element1">
- <info>
- <desc xml:lang="en-US">Contains settings for element 1.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 / Which elements should the letter contain? -->
- <info>
- <desc xml:lang="en-US">Includes standard element 1 in the text.</desc>
- <label xml:lang="en-US">1.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element2">
- <info>
- <desc xml:lang="en-US">Contains settings for element 2.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 / Which elements should the letter contain? -->
- <info>
- <desc xml:lang="en-US">Includes standard element 2 in the text.</desc>
- <label xml:lang="en-US">2.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element3">
- <info>
- <desc xml:lang="en-US">Contains settings for element 3.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 / Which elements should the letter contain? -->
- <info>
- <desc xml:lang="en-US">Includes standard element 3 in the text.</desc>
- <label xml:lang="en-US">3.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element4">
- <info>
- <desc xml:lang="en-US">Contains settings for element 4.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 / Which elements should the letter contain? -->
- <info>
- <desc xml:lang="en-US">Includes standard element 4 in the text.</desc>
- <label xml:lang="en-US">4.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Date">
- <info>
- <desc xml:lang="en-US">Contains settings for the date.</desc>
- </info>
- <node-ref oor:name="Value" oor:node-type="IntElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 / Date -->
- <info>
- <desc xml:lang="en-US">Inserts a date as a field function.</desc>
- <label xml:lang="en-US">Date</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Subject">
- <info>
- <desc xml:lang="en-US">Contains settings for the subject.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 / Subject line -->
- <info>
- <desc xml:lang="en-US">Inserts a subject line.</desc>
- <label xml:lang="en-US">Subject</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="PageNumber">
- <info>
- <desc xml:lang="en-US">Contains settings for the actual page number and total page number.</desc>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the page number is visible.</desc>
- <label xml:lang="en-US">Page numbers</label>
- </info>
- </prop>
- <prop oor:name="TextBefore" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the text to place before the page number.</desc>
- </info>
- </prop>
- <prop oor:name="Format" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
- <!-- Notice: Depends on the international settings -->
- <info>
- <desc xml:lang="en-US">Specifies the format of page number.</desc>
- </info>
- </prop>
- <group oor:name="TotalPageCount">
- <info>
- <desc xml:lang="en-US">Contains settings for the total number of pages.</desc>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the total number of pages is visible.</desc>
- <label xml:lang="en-US">Total page count</label>
- </info>
- </prop>
- <prop oor:name="TextBefore" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the text to place before the total number of pages.</desc>
- </info>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="Header">
- <info>
- <desc xml:lang="en-US">Contains settings for the header.</desc>
- </info>
- <prop oor:name="FromTop" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
- <info>
- <desc xml:lang="en-US">Specifies the distance of header to the top of the page [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">From top</label>
- </info>
- </prop>
- <prop oor:name="FromText" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
- <info>
- <desc xml:lang="en-US">Specifies the distance of header to the text [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">From text</label>
- </info>
- </prop>
- <group oor:name="Sender">
- <info>
- <desc xml:lang="en-US">Contains settings for the sender frame.</desc>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the sender frame is visible.</desc>
- </info>
- </prop>
- <node-ref oor:name="Size" oor:node-type="SizeType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints:File / AutoPilot / Letter / Page 7 / Header-->
- <info>
- <desc xml:lang="en-US">Specifies the size of sender frame.</desc>
- <label xml:lang="en-US">Sender - Width, Height</label>
- </info>
- </node-ref>
- <node-ref oor:name="Alignment" oor:node-type="AlignmentType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
- <info>
- <desc xml:lang="en-US">Aligns the sender frame in the header.</desc>
- </info>
- </node-ref>
- </group>
- <group oor:name="Logo">
- <info>
- <desc xml:lang="en-US">Contains settings for the logo frame.</desc>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies that the logo frame is visible.</desc>
- </info>
- </prop>
- <node-ref oor:name="Size" oor:node-type="SizeType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints:File / AutoPilot / Letter / Page 7 / Header-->
- <info>
- <desc xml:lang="en-US">Specifies the size of the logo frame.</desc>
- <label xml:lang="en-US">Logo - Width, Height</label>
- </info>
- </node-ref>
- <node-ref oor:name="Alignment" oor:node-type="AlignmentType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
- <info>
- <desc xml:lang="en-US">Aligns the logo frame in the header.</desc>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Footer">
- <info>
- <desc xml:lang="en-US">Contains settings used for the footer.</desc>
- </info>
- <group oor:name="OnPage1">
- <info>
- <desc xml:lang="en-US">Contains settings for the footer used on the first page.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies that the footer is visible on Page 1.</desc>
- <label xml:lang="en-US">Footer on</label>
- </info>
- </prop>
- <prop oor:name="Separator" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Toggles the delimiter line of the document footer.</desc>
- <label xml:lang="en-US">Separator line</label>
- </info>
- </prop>
- <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
- <info>
- <desc xml:lang="en-US">Specifies the footer text.</desc>
- </info>
- <value xsi:nil="true"/>
- </prop>
- <prop oor:name="FromBottom" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
- <info>
- <desc xml:lang="en-US">Specifies the distance of footer from bottom on page 1 [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">From bottom</label>
- </info>
- </prop>
- <prop oor:name="FromText" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
- <info>
- <desc xml:lang="en-US">Specifies the distance of footer from text on page 1 [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">From text</label>
- </info>
- </prop>
- </group>
- <group oor:name="OnContinuationPages">
- <info>
- <desc xml:lang="en-US">Contains settings for the footer used on every page other than the first page.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Footer -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies that the footer is visible on the next page.</desc>
- <label xml:lang="en-US">Footer on</label>
- </info>
- </prop>
- <prop oor:name="FromBottom" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Footer -->
- <info>
- <desc xml:lang="en-US">Specifies the distance of the footer on the next page from the bottom [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">From bottom</label>
- </info>
- </prop>
- <prop oor:name="FromText" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 7 / Footer -->
- <info>
- <desc xml:lang="en-US">Specifies the distance of the footer on the next next page from the text [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">From text</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="PageMargin">
- <info>
- <desc xml:lang="en-US">Contains settings for the page margin.</desc>
- </info>
- <prop oor:name="Left" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the left page margin [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">Page margins - From left</label>
- </info>
- </prop>
- <prop oor:name="Right" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the right page margin [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">Page margins - From right</label>
- </info>
- </prop>
- </group>
- <group oor:name="Save">
- <info>
- <desc xml:lang="en-US">Contains save options for the document created with this template.</desc>
- </info>
- <prop oor:name="DocInfoTitle" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 8 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the title for the properties.</desc>
- <label xml:lang="en-US">Title</label>
- </info>
- <constraints>
- <enumeration oor:value="None">
- <info>
- <desc xml:lang="en-US">The entry is not filled.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Weekly Project Meeting">
- <info>
- <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Date">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Time">
- <info>
- <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Location">
- <info>
- <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Occasion">
- <info>
- <desc xml:lang="en-US">The entry contains the reason the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Bring ~along">
- <info>
- <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Please prepare">
- <info>
- <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="No~tes">
- <info>
- <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Co~nvened by">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Presiding">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Minutes">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="P~articipants">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Guests">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Experts">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Follow-up">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="DocInfoSubject" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 8 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Subject for the properties.</desc>
- <label xml:lang="en-US">Subject</label>
- </info>
- <constraints>
- <enumeration oor:value="None">
- <info>
- <desc xml:lang="en-US">The entry is not filled.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Weekly Project Meeting">
- <info>
- <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Date">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Time">
- <info>
- <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Location">
- <info>
- <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Occasion">
- <info>
- <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Bring ~along">
- <info>
- <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Please prepare">
- <info>
- <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="No~tes">
- <info>
- <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Co~nvened by">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Presiding">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Minutes">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="P~articipants">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Guests">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Experts">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Follow-up">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="TemplateName" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 8 / Name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the name of the template.</desc>
- <label xml:lang="en-US">Name</label>
- </info>
- </prop>
- <prop oor:name="TemplateInfo" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 8 / Info -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the text for the description field in the properties dialog.</desc>
- <label xml:lang="en-US">Info</label>
- </info>
- </prop>
- <prop oor:name="AutoDocName" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 8 / File name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Creates a document name automatically.</desc>
- <label xml:lang="en-US">Automatic</label>
- </info>
- </prop>
- <prop oor:name="AutoPrefix" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 8 / File name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the prefix of the automatically created document name.</desc>
- <label xml:lang="en-US">Prefix</label>
- </info>
- </prop>
- <prop oor:name="AutoPath" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 8 / File name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the location to save the document.</desc>
- <label xml:lang="en-US">Destination</label>
- </info>
- </prop>
- </group>
- <group oor:name="Print">
- <info>
- <desc xml:lang="en-US">Contains settings for printing.</desc>
- </info>
- <prop oor:name="Sender" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 9 / -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies when the sender is printed.</desc>
- <label xml:lang="en-US">Sender</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">First page</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Continuation pages</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Do not print</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Logo" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 9 / Logo -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Determines when the logo in printed.</desc>
- <label xml:lang="en-US">Logo</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">First page</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Continuation pages</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">Do not print</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="Printer" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 9 / Setup -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the current printer.</desc>
- </info>
- </prop>
- <group oor:name="Tray">
- <info>
- <desc xml:lang="en-US">Contains settings for trays used for the first and the subsequent pages.</desc>
- </info>
- <prop oor:name="Page1" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 9 / First page -->
- <!-- Notice: Constraints: Depends on the printer -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Defines the printer tray to be used for the first page.</desc>
- <label xml:lang="en-US">First page</label>
- </info>
- </prop>
- <prop oor:name="ContinuationPage" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Letter / Page 9 / Continuation page -->
- <!-- Notice: Constraints: Depends on the printer -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the paper source for the subsequent pages.</desc>
- <label xml:lang="en-US">Continuation page</label>
- </info>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="Fax">
- <info>
- <desc xml:lang="en-US">Contains settings for the fax AutoPilot.</desc>
- </info>
- <group oor:name="Template">
- <info>
- <desc xml:lang="en-US">Contains templates for the fax AutoPilot.</desc>
- </info>
- <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 1 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Fax title</desc>
- <label xml:lang="en-US">Please enter the fax title</label>
- </info>
- <constraints>
- <enumeration oor:value="Fax Note">
- <info>
- <desc xml:lang="en-US">The entry contains the note entered for the fax.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Fax Cover">
- <info>
- <desc xml:lang="en-US">The entry contains the fax cover page.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Fax Letter">
- <info>
- <desc xml:lang="en-US">The entry contains the letter selected for the fax.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Fax Message">
- <info>
- <desc xml:lang="en-US">The entry contains the fax message.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Telefax">
- <info>
- <desc xml:lang="en-US">The entry contains the text 'Telefax'.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="User Title">
- <info>
- <desc xml:lang="en-US">The entry contains the user-defined title.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <node-ref oor:name="Style" oor:node-type="StyleType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax/ Page1-->
- <info>
- <desc xml:lang="en-US">Specifies the template for the preferred style.</desc>
- </info>
- </node-ref>
- <group oor:name="Format">
- <info>
- <desc xml:lang="en-US">Contains page format settings.</desc>
- </info>
- <prop oor:name="Width" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 1 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the page width [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">Select fax format</label>
- </info>
- </prop>
- <prop oor:name="Height" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 1 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the page height [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">Select fax format</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Logo">
- <info>
- <desc xml:lang="en-US">Contains settings for the logo frame.</desc>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: ?? -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the logo frame is visible.</desc>
- </info>
- </prop>
- <prop oor:name="IsGraphic" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the logo is a graphic.</desc>
- <label xml:lang="en-US">Type of logo? - Graphics</label>
- </info>
- </prop>
- <prop oor:name="Text" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the logo text.</desc>
- <label xml:lang="en-US">Logo text</label>
- </info>
- </prop>
- <node-ref oor:name="GraphicFile" oor:node-type="FileType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!--File / AutoPilot / Fax / Page 2 / Logo -->
- <info>
- <desc xml:lang="en-US">Specifies the filename if the logo is a graphic.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Position" oor:node-type="PositionXYType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
- <info>
- <desc xml:lang="en-US">Specifies the X and Y position of the logo frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Size" oor:node-type="SizeType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
- <info>
- <desc xml:lang="en-US">Specifies the size of the logo frame.</desc>
- </info>
- </node-ref>
- <group oor:name="Alignment">
- <info>
- <desc xml:lang="en-US">Contains settings for aligning the frame.</desc>
- </info>
- <node-ref oor:name="Type" oor:node-type="AlignmentType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
- <info>
- <desc xml:lang="en-US">Aligns the logo frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Position" oor:node-type="PositionType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
- <info>
- <desc xml:lang="en-US">Specifies the position of the logo frame.</desc>
- <label xml:lang="en-US">From left, From right, From top, From bottom</label>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Sender">
- <info>
- <desc xml:lang="en-US">Contains settings for the sender frame.</desc>
- </info>
- <prop oor:name="Content" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 3 / Address field-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the content of the sender text frame.</desc>
- <label xml:lang="en-US">Enter sender address</label>
- </info>
- </prop>
- <prop oor:name="TelNumber" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 3-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the telephone number of the sender.</desc>
- <label xml:lang="en-US">Phone</label>
- </info>
- </prop>
- <prop oor:name="FaxNumber" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 3 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the fax number of the sender.</desc>
- <label xml:lang="en-US">Telefax</label>
- </info>
- </prop>
- <node-ref oor:name="Position" oor:node-type="PositionXYType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 3 / Enter sender address -->
- <info>
- <desc xml:lang="en-US">Specifies the X and Y position of the sender text frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Size" oor:node-type="SizeType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 3 / Enter sender address -->
- <info>
- <desc xml:lang="en-US">Specifies the size of the sender text frame.</desc>
- <label xml:lang="en-US">Width</label>
- </info>
- </node-ref>
- <group oor:name="Alignment">
- <info>
- <desc xml:lang="en-US">Contains settings for aligning the sender frame.</desc>
- </info>
- <node-ref oor:name="Type" oor:node-type="AlignmentType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 3-->
- <info>
- <desc xml:lang="en-US">Aligns the sender text frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Position" oor:node-type="PositionType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 3-->
- <info>
- <desc xml:lang="en-US">Specifies the position of the sender text frame.</desc>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Recipient">
- <info>
- <desc xml:lang="en-US">Contains settings for the recipient frame.</desc>
- </info>
- <prop oor:name="Database" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Database -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the database to be used.</desc>
- <label xml:lang="en-US">Database fields</label>
- </info>
- </prop>
- <prop oor:name="DataTable" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Database -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the database table to be used.</desc>
- <label xml:lang="en-US">Database table or query name</label>
- </info>
- </prop>
- <prop oor:name="Content" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Address-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the content of the addressee text frame.</desc>
- <label xml:lang="en-US">Address</label>
- </info>
- </prop>
- <prop oor:name="TelNumber" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Salutation -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The telephone number of the addressee.</desc>
- <label xml:lang="en-US">Phone</label>
- </info>
- </prop>
- <prop oor:name="FaxNumber" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Salutation -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">The fax number of the addressee.</desc>
- <label xml:lang="en-US">Fax</label>
- </info>
- </prop>
- <node-ref oor:name="Position" oor:node-type="PositionXYType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Addressee -->
- <info>
- <desc xml:lang="en-US">Specifies the X and Y position of the Addressee text frame</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Size" oor:node-type="SizeType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Addressee -->
- <info>
- <desc xml:lang="en-US">Specifies the size of the addressee text frame.</desc>
- </info>
- </node-ref>
- <group oor:name="Alignment">
- <info>
- <desc xml:lang="en-US">Contains settings for aligning the recipient frame.</desc>
- </info>
- <node-ref oor:name="Type" oor:node-type="AlignmentType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Addressee -->
- <info>
- <desc xml:lang="en-US">Aligns the addressee text frame.</desc>
- </info>
- </node-ref>
- <node-ref oor:name="Position" oor:node-type="PositionType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 4 / Addressee -->
- <info>
- <desc xml:lang="en-US">Specifies the position of the addressee text frame.</desc>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Elements">
- <info>
- <desc xml:lang="en-US">Contains settings for the content elemnts.</desc>
- </info>
- <prop oor:name="Copy" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 5 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Copies</desc>
- <label xml:lang="en-US">Copy to</label>
- </info>
- </prop>
- <group oor:name="Element1">
- <info>
- <desc xml:lang="en-US">Contains settings for the element 1.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 5 / Which elements should the Fax contain? -->
- <info>
- <desc xml:lang="en-US">Includes the standard element 1 in the text.</desc>
- <label xml:lang="en-US">1.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element2">
- <info>
- <desc xml:lang="en-US">Contains settings for the element 2.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 5 / Which elements should the Fax contain? -->
- <info>
- <desc xml:lang="en-US">Includes the standard element 2 in the text.</desc>
- <label xml:lang="en-US">2.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element3">
- <info>
- <desc xml:lang="en-US">Contains settings for the element 3.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 5 / Which elements should the Fax contain? -->
- <info>
- <desc xml:lang="en-US">Includes the standard element 3 in the text.</desc>
- <label xml:lang="en-US">3.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element4">
- <info>
- <desc xml:lang="en-US">Contains settings for the element 4.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 5 / Which elements should the Fax contain? -->
- <info>
- <desc xml:lang="en-US">Includes the standard element 4 in the text.</desc>
- <label xml:lang="en-US">4.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Date">
- <info>
- <desc xml:lang="en-US">Contains date settings.</desc>
- </info>
- <node-ref oor:name="Value" oor:node-type="IntElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 5 / Date -->
- <info>
- <desc xml:lang="en-US">Inserts a date as a field function.</desc>
- <label xml:lang="en-US">Date</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Time">
- <info>
- <desc xml:lang="en-US">Contains time settings.</desc>
- </info>
- <node-ref oor:name="Value" oor:node-type="IntElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 5 / Time -->
- <info>
- <desc xml:lang="en-US">Inserts a time as a field function.</desc>
- <label xml:lang="en-US">Time</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Subject">
- <info>
- <desc xml:lang="en-US">Contains subject settings.</desc>
- </info>
- <node-ref oor:name="Value" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 5 / Subject line -->
- <info>
- <desc xml:lang="en-US">Inserts a subject line.</desc>
- <label xml:lang="en-US">Subject line</label>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Footer">
- <info>
- <desc xml:lang="en-US">Contains footer settings.</desc>
- </info>
- <prop oor:name="Enable" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies that the footer is visible on Page 1.</desc>
- <label xml:lang="en-US">Footer on</label>
- </info>
- </prop>
- <prop oor:name="Separator" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Toggles the delimiter line of the document footer.</desc>
- <label xml:lang="en-US">Separator line</label>
- </info>
- </prop>
- <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the text for the footer.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="PageMargin">
- <info>
- <desc xml:lang="en-US">Contains settings for the page margin.</desc>
- </info>
- <prop oor:name="Left" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the left page margin [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">Page margins - From left</label>
- </info>
- </prop>
- <prop oor:name="Right" oor:type="xs:int">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the right page margin [UNIT=1/10 mm].</desc>
- <label xml:lang="en-US">Page margins - From right</label>
- </info>
- </prop>
- </group>
- <group oor:name="Save">
- <info>
- <desc xml:lang="en-US">Contains settings for saving the document created with this template.</desc>
- </info>
- <prop oor:name="DocInfoTitle" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 7 / Info -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the title for the properties.</desc>
- <label xml:lang="en-US">Title</label>
- </info>
- <constraints>
- <enumeration oor:value="None">
- <info>
- <desc xml:lang="en-US">The entry is not filled.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Weekly Project Meeting">
- <info>
- <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Date">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Time">
- <info>
- <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Location">
- <info>
- <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Occasion">
- <info>
- <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Bring ~along">
- <info>
- <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Please prepare">
- <info>
- <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="No~tes">
- <info>
- <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Co~nvened by">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who convenes the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Presiding">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Minutes">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="P~articipants">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Guests">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Experts">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Follow-up">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="DocInfoSubject" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 7 / Info -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the subject for the properties.</desc>
- <label xml:lang="en-US">Subject</label>
- </info>
- <constraints>
- <enumeration oor:value="None">
- <info>
- <desc xml:lang="en-US">The entry is not filled.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Weekly Project Meeting">
- <info>
- <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Date">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Time">
- <info>
- <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Location">
- <info>
- <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Occasion">
- <info>
- <desc xml:lang="en-US">The entry contains the reason of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Bring ~along">
- <info>
- <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Please prepare">
- <info>
- <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="No~tes">
- <info>
- <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Co~nvened by">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Presiding">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Minutes">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="P~articipants">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Guests">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Experts">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Follow-up">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="TemplateName" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 7 / Template -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the name of the template.</desc>
- <label xml:lang="en-US">Name</label>
- </info>
- </prop>
- <prop oor:name="TemplateInfo" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 7 / Template -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the text for the description field in the properties dialog.</desc>
- <label xml:lang="en-US">Info</label>
- </info>
- </prop>
- <prop oor:name="AutoDocName" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 7 / File name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Create a document name automatically</desc>
- <label xml:lang="en-US">Automatic</label>
- </info>
- </prop>
- <prop oor:name="AutoPrefix" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 7 / File name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the prefix of the automatically created document name.</desc>
- <label xml:lang="en-US">Prefix</label>
- </info>
- </prop>
- <prop oor:name="AutoPath" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Fax / Page 7 / File name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the location to save the document.</desc>
- <label xml:lang="en-US">Location</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Memo">
- <info>
- <desc xml:lang="en-US">Contains settings for the memo AutoPilot.</desc>
- </info>
- <group oor:name="Template">
- <info>
- <desc xml:lang="en-US">Contains templates for the memo AutoPilot.</desc>
- </info>
- <node-ref oor:name="Style" oor:node-type="StyleType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page1-->
- <info>
- <desc xml:lang="en-US">Specifies the template for the preferred style.</desc>
- </info>
- </node-ref>
- <group oor:name="Title">
- <info>
- <desc xml:lang="en-US">Contains title settings.</desc>
- </info>
- <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 1 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the title of the memo.</desc>
- </info>
- <constraints>
- <enumeration oor:value="Internal Memo">
- <info>
- <desc xml:lang="en-US">The entry contains the text 'Internal Memo'.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Interoffice Memo">
- <info>
- <desc xml:lang="en-US">The entry contains the text 'Interoffice Memo'.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Memorandum">
- <info>
- <desc xml:lang="en-US">The entry contains the text 'Memorandum'.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="IsGraphic" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 1 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies if the title of the memo is text (false) or a graphic (true).</desc>
- <label xml:lang="en-US">As text / As picture</label>
- </info>
- </prop>
- <node-ref oor:name="File" oor:node-type="FileType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page1-->
- <info>
- <desc xml:lang="en-US">Specifies the file name and the filter name if the title is a graphic.</desc>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Elements">
- <info>
- <desc xml:lang="en-US">Contains settings specifying which elements the memo should contain.</desc>
- </info>
- <prop oor:name="To" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Add Addressee</desc>
- <label xml:lang="en-US">To</label>
- </info>
- </prop>
- <prop oor:name="Copy" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Copies</desc>
- <label xml:lang="en-US">Copy to</label>
- </info>
- </prop>
- <prop oor:name="From" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Add Sender address</desc>
- <label xml:lang="en-US">From</label>
- </info>
- </prop>
- <group oor:name="Element1">
- <info>
- <desc xml:lang="en-US">Contains settings for element 1.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 / Which elements should the Memo contain? -->
- <info>
- <desc xml:lang="en-US">Includes the standard element 1 in the text.</desc>
- <label xml:lang="en-US">1.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element2">
- <info>
- <desc xml:lang="en-US">Contains settings for element 2.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 / Which elements should the Memo contain? -->
- <info>
- <desc xml:lang="en-US">Includes the standard element 2 in the text.</desc>
- <label xml:lang="en-US">2.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element3">
- <info>
- <desc xml:lang="en-US">Contains settings for element 3.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 / Which elements should the Memo contain? -->
- <info>
- <desc xml:lang="en-US">Includes the standard element 3 in the text</desc>
- <label xml:lang="en-US">3.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Element4">
- <info>
- <desc xml:lang="en-US">Contains settings for element 4.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 / Which elements should the Memo contain? -->
- <info>
- <desc xml:lang="en-US">Includes the standard element 4 in the text.</desc>
- <label xml:lang="en-US">4.</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Date">
- <info>
- <desc xml:lang="en-US">Contains date settings.</desc>
- </info>
- <node-ref oor:name="Value" oor:node-type="IntElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 / Date -->
- <info>
- <desc xml:lang="en-US">Inserts a date as a field function.</desc>
- <label xml:lang="en-US">Date</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Subject">
- <info>
- <desc xml:lang="en-US">Contains subject settings.</desc>
- </info>
- <node-ref oor:name="Text" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 2 / Subject line -->
- <info>
- <desc xml:lang="en-US">Inserts a subject line.</desc>
- <label xml:lang="en-US">Subject line</label>
- </info>
- </node-ref>
- </group>
- </group>
- <group oor:name="Header">
- <info>
- <desc xml:lang="en-US">Contains header settings.</desc>
- </info>
- <prop oor:name="Date" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Date in the header</desc>
- <label xml:lang="en-US">Date</label>
- </info>
- </prop>
- <prop oor:name="Title" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Title in the header</desc>
- <label xml:lang="en-US">Title</label>
- </info>
- </prop>
- <prop oor:name="PageNumber" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Page number in the header</desc>
- <label xml:lang="en-US">Page number</label>
- </info>
- </prop>
- <prop oor:name="Separator" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Toggles the delimiter line of the document header.</desc>
- <label xml:lang="en-US">Separator line</label>
- </info>
- </prop>
- </group>
- <group oor:name="Footer">
- <info>
- <desc xml:lang="en-US">Contains footer settings.</desc>
- </info>
- <prop oor:name="Date" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Date in the footer</desc>
- <label xml:lang="en-US">Date</label>
- </info>
- </prop>
- <prop oor:name="PageNumber" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Page number in the footer</desc>
- <label xml:lang="en-US">Continuation page number</label>
- </info>
- </prop>
- <prop oor:name="Separator" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Toggles the delimiter line of the document footer.</desc>
- <label xml:lang="en-US">Separator line</label>
- </info>
- </prop>
- <node-ref oor:name="ConfidentialLevel" oor:node-type="TextElementType">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
- <info>
- <desc xml:lang="en-US">Confidential visible in the footer.</desc>
- <label xml:lang="en-US">Confidentiality level</label>
- </info>
- </node-ref>
- </group>
- <group oor:name="Save">
- <info>
- <desc xml:lang="en-US">Contains save options for the document created with this template.</desc>
- </info>
- <prop oor:name="DocInfoTitle" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 7 / Info -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the title for the properties.</desc>
- <label xml:lang="en-US">Title</label>
- </info>
- <constraints>
- <enumeration oor:value="None">
- <info>
- <desc xml:lang="en-US">The entry is not filled.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Weekly Project Meeting">
- <info>
- <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Date">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Time">
- <info>
- <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Location">
- <info>
- <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Occasion">
- <info>
- <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Bring ~along">
- <info>
- <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Please prepare">
- <info>
- <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="No~tes">
- <info>
- <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Co~nvened by">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Presiding">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Minutes">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="P~articipants">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Guests">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Experts">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Follow-up">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="DocInfoSubject" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 7 / Info -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the subject for the properties.</desc>
- <label xml:lang="en-US">Subject</label>
- </info>
- <constraints>
- <enumeration oor:value="None">
- <info>
- <desc xml:lang="en-US">The entry is not filled.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Weekly Project Meeting">
- <info>
- <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Date">
- <info>
- <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Time">
- <info>
- <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Location">
- <info>
- <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Occasion">
- <info>
- <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Bring ~along">
- <info>
- <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Please prepare">
- <info>
- <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="No~tes">
- <info>
- <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="Co~nvened by">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Presiding">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Minutes">
- <info>
- <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="P~articipants">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Guests">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Experts">
- <info>
- <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
- </info>
- </enumeration>
- <enumeration oor:value="~Follow-up">
- <info>
- <desc xml:lang="en-US">The entry will contain the date of the follow-up meetings.</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="TemplateName" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 7 / Template -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the name of the template.</desc>
- <label xml:lang="en-US">Name</label>
- </info>
- </prop>
- <prop oor:name="TemplateInfo" oor:type="xs:string" oor:localized="true">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 7 / Template -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the text for the description field in the properties dialog.</desc>
- <label xml:lang="en-US">Info</label>
- </info>
- </prop>
- <prop oor:name="AutoPrefix" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 7 / File name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the prefix of the automatically created document name.</desc>
- <label xml:lang="en-US">Prefix</label>
- </info>
- </prop>
- <prop oor:name="AutoDocName" oor:type="xs:boolean">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Memo / Page 7 / File name -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the location to save the document.</desc>
- <label xml:lang="en-US">Location</label>
- </info>
- </prop>
- <prop oor:name="AutoPath" oor:type="xs:string">
- <!-- OldLocation: wizard.ini -->
- <!-- Responsible: OS -->
- <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Destination -->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the location to save the document.</desc>
- <label xml:lang="en-US">Destination</label>
- </info>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="Filter">
- <info>
- <desc xml:lang="en-US">Contains filter settings.</desc>
- </info>
- <group oor:name="Import">
- <info>
- <desc xml:lang="en-US">Contains import settings.</desc>
- </info>
- <group oor:name="VBA">
- <info>
- <desc xml:lang="en-US">Contains settings for importing VBA Basic.</desc>
- </info>
- <prop oor:name="Load" oor:type="xs:boolean">
- <!-- OldPath: Filter/MS_Office/Basic/Word -->
- <!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Word 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/Word -->
- <!-- OldLocation: soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Word 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>
- </group>
- <group oor:name="Numbering">
- <info>
- <desc xml:lang="en-US">Contains settings for Numbering/Bullets.</desc>
- </info>
- <group oor:name="Graphic">
- <info>
- <desc xml:lang="en-US">Contains settings for graphics used for bullets.</desc>
- </info>
- <prop oor:name="KeepRatio" oor:type="xs:boolean">
- <!--OldLocation: Soffice.cfg -->
- <!--Responsible: OS -->
- <!--UIHints: Numbering/Bullets dialog - Customize - Graphics - Keep Ratio-->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Maintains the proportions of pictures when the size is modified.</desc>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Statistics">
- <info>
- <desc xml:lang="en-US">Contains settings for document statistics.</desc>
- </info>
- <group oor:name="WordNumber">
- <info>
- <desc xml:lang="en-US">Contains word number settings.</desc>
- </info>
- <prop oor:name="Delimiter" oor:type="xs:string">
- <!--OldLocation: Soffice.cfg -->
- <!--Responsible: OS -->
- <!--UIHints: File - Properties - Statistics - Word number - Separator-->
- <value>() \t\n\xff</value>
- <info>
- <desc xml:lang="en-US">Specifies the character to be used as a separator.</desc>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Index">
- <info>
- <desc xml:lang="en-US">Contains settings for indices.</desc>
- </info>
- <prop oor:name="ShowPreview" oor:type="xs:boolean">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!--UIHints: Insert - Indexes - Show preview -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if a preview of the index is displayed in the Insert Index dialog .</desc>
- <label xml:lang="en-US">Show Preview</label>
- </info>
- </prop>
- </group>
- <group oor:name="FormLetter">
- <info>
- <desc xml:lang="en-US">Specifies the settings for form letter output.</desc>
- </info>
- <group oor:name="PrintOutput">
- <info>
- <desc xml:lang="en-US">Specifies the settings for form letter output to printer.</desc>
- </info>
- <prop oor:name="SinglePrintJobs" oor:type="xs:boolean">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Form letter - Printer output - Single print jobs-->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Prints each form letter individually with the selected printer (true).</desc>
- </info>
- </prop>
- </group>
- <group oor:name="MailingOutput">
- <info>
- <desc xml:lang="en-US">Specifies the settings for form letter output as mail.</desc>
- </info>
- <prop oor:name="Format" oor:type="xs:int">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!--UIHints: Form letter - Mailing output - Mail format-->
- <info>
- <desc xml:lang="en-US">Specifies the mail format.</desc>
- </info>
- <constraints>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">ASCII</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">HTML</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">RTF</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">Writer</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="FileOutput">
- <info>
- <desc xml:lang="en-US">Settings for form letter output to file.</desc>
- </info>
- <prop oor:name="Path" oor:type="xs:string">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!--UIHints: Form letter - File output - Path-->
- <info>
- <desc xml:lang="en-US">Specifies the path for the form letter file.</desc>
- </info>
- </prop>
- <group oor:name="FileName">
- <!-- OldLocation: Soffice.cfg -->
- <!-- OldPath: Writer/Insert/Tables -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - Insert - [Section] Tables -->
- <info>
- <desc xml:lang="en-US">Specifies how the file name is built.</desc>
- </info>
- <prop oor:name="Generation" oor:type="xs:boolean">
- <!--UI hints: Form letter - File output - Generate file name from - Database field / Manual setting-->
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Determines if the file name is generated from a database field or from user input.</desc>
- </info>
- </prop>
- <prop oor:name="FromDatabaseField" oor:type="xs:string">
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the column name to be used as file name.</desc>
- </info>
- </prop>
- <prop oor:name="FromManualSetting" oor:type="xs:string">
- <value xsi:nil="true"/>
- <info>
- <desc xml:lang="en-US">Specifies the name entered manually.</desc>
- </info>
- </prop>
- </group>
- </group>
- </group>
- <group oor:name="Misc">
- <info>
- <desc xml:lang="en-US">Contains miscellaneous settings.</desc>
- </info>
- <prop oor:name="GraphicToGalleryAsLink" oor:type="xs:boolean">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!--UIHints: context menu of readonly loaded documents-->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if a preview of the index is displayed in the dialog Insert Index.</desc>
- <label xml:lang="en-US">Show Preview</label>
- </info>
- </prop>
- </group>
- <group oor:name="FilterFlags">
- <info>
- <desc xml:lang="en-US">These filter flags are only valid for specific filters and mostly refer to importing documents. By default, all of the settings are off-state (0) and should only be changed by an experienced administrator. To create a parameter, the values must be combined with the OR operator.</desc>
- </info>
- <group oor:name="Excel_Lotus">
- <info>
- <desc xml:lang="en-US">Contains settings for the Excel/Lotus filter.</desc>
- </info>
- <prop oor:name="MinRow" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the minimum number of rows that can be imported.</desc>
- </info>
- </prop>
- <prop oor:name="MaxRow" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the maximum number of rows that can be imported.</desc>
- </info>
- </prop>
- <prop oor:name="MinCol" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the minimum number of columns that can be imported.</desc>
- </info>
- </prop>
- <prop oor:name="MaxCol" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the maximum number of columns that can be imported.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="W4W">
- <info>
- <desc xml:lang="en-US">Contains settings for the Word4Word filter.</desc>
- </info>
- <prop oor:name="W4WHD" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the minimum height for the header. If this flag is not set, a default height of 5 mm is applied.</desc>
- </info>
- </prop>
- <prop oor:name="W4WFT" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the minimum height of the footer. If this flag is not set, a default height of 5 mm is applied.</desc>
- </info>
- </prop>
- <prop oor:name="W4W000" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">A Word for Word filter flag entry. If W4W000 is set, the flag is valid for all W4W filters that are not specified in detail. To specify a filter, replace "000" with the corresponding filter ID.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Off</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_FLY_IN_CNTNT</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_GRAF_IN_CNTNT</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">W4WFL_EXACT_TABLES</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_DBL_TBL_BORDER_REMOVE </desc>
- </info>
- </enumeration>
- <enumeration oor:value="16">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_WW_SPECCHAR</desc>
- </info>
- </enumeration>
- <enumeration oor:value="32">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_APO_HNL_REMOVE</desc>
- </info>
- </enumeration>
- <enumeration oor:value="64">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_DBL_APO_BORDER_REMOVE</desc>
- </info>
- </enumeration>
- <enumeration oor:value="128">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_HDFT_DIST</desc>
- </info>
- </enumeration>
- <enumeration oor:value="256">
- <info>
- <desc xml:lang="en-US">W4WFL_ALL_HDFT_DIST</desc>
- </info>
- </enumeration>
- <enumeration oor:value="512">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_PCTEXT4_124</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1024">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_PCTEXT4_INDENT</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2048">
- <info>
- <desc xml:lang="en-US">W4WFL_ALL_HDFT_MAINATTR </desc>
- </info>
- </enumeration>
- <enumeration oor:value="4096">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_PCTEXT4_HDFT_MAINATTR </desc>
- </info>
- </enumeration>
- <enumeration oor:value="8192">
- <info>
- <desc xml:lang="en-US">W4WFL_NO_PCTEXT4_STP_DEC2 </desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="WinWord">
- <info>
- <desc xml:lang="en-US">Contains settings for the WinWord filter.</desc>
- </info>
- <prop oor:name="WW1F" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Flags for controlling the import of WinWord 1.0 documents.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Off</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">TAG_FLD</desc>
- </info>
- </enumeration>
- <enumeration oor:value="64">
- <info>
- <desc xml:lang="en-US">ALLOW_FLD_CR </desc>
- </info>
- </enumeration>
- <enumeration oor:value="256">
- <info>
- <desc xml:lang="en-US">DONT_HARD_PROTECT </desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="WW" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Flags for importing WinWord documents.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Off</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">WWFL_NO_TEXT</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">WWFL_NO_STYLES</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">WWFL_NO_ZSTYLES</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">WWFL_NO_APO</desc>
- </info>
- </enumeration>
- <enumeration oor:value="16">
- <info>
- <desc xml:lang="en-US">WWFL_NO_HDFT</desc>
- </info>
- </enumeration>
- <enumeration oor:value="32">
- <info>
- <desc xml:lang="en-US">WWFL_NO_FTN</desc>
- </info>
- </enumeration>
- <enumeration oor:value="64">
- <info>
- <desc xml:lang="en-US">WWFL_NO_FLD</desc>
- </info>
- </enumeration>
- <enumeration oor:value="128">
- <info>
- <desc xml:lang="en-US">WWFL_NO_GRAF</desc>
- </info>
- </enumeration>
- <enumeration oor:value="256">
- <info>
- <desc xml:lang="en-US">WWFL_NO_DEFTABS</desc>
- </info>
- </enumeration>
- <enumeration oor:value="512">
- <info>
- <desc xml:lang="en-US">WWFL_NO_LRUL</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1024">
- <info>
- <desc xml:lang="en-US">WWFL_NO_DEFSTYLES</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2048">
- <info>
- <desc xml:lang="en-US">WWFL_NO_TABLE</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4096">
- <info>
- <desc xml:lang="en-US">WWFL_NO_OUTLINE</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8192">
- <info>
- <desc xml:lang="en-US">WWFL_NO_NUMRULE</desc>
- </info>
- </enumeration>
- <enumeration oor:value="16384">
- <info>
- <desc xml:lang="en-US">WWFL_NO_IMPLPASP</desc>
- </info>
- </enumeration>
- <enumeration oor:value="32768">
- <info>
- <desc xml:lang="en-US">WWFL_NO_GRAFLAYER</desc>
- </info>
- </enumeration>
- <enumeration oor:value="65536">
- <info>
- <desc xml:lang="en-US">WWFL_NO_COMPLEX</desc>
- </info>
- </enumeration>
- <enumeration oor:value="131072">
- <info>
- <desc xml:lang="en-US">WWFL_NO_OLE</desc>
- </info>
- </enumeration>
- <enumeration oor:value="262144">
- <info>
- <desc xml:lang="en-US">WWFL_OLE_TO_GRAF</desc>
- </info>
- </enumeration>
- <enumeration oor:value="524288">
- <info>
- <desc xml:lang="en-US">WWFL_NO_VCCONTROLS</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1048576">
- <info>
- <desc xml:lang="en-US">WWFL_NO_STD_STY_DYA</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2097152">
- <info>
- <desc xml:lang="en-US">WWFL_NO_COLS</desc>
- </info>
- </enumeration>
- <enumeration oor:value="536870912">
- <info>
- <desc xml:lang="en-US">WWFL_NO_IMPORT</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="WW8" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Flags for importing WinWord 8 documents.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Off</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">WW8FL_NO_FLY_FOR_TXBX</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">EQUAL_TAB_BORDERDISTS</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="WWF" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Flags for controlling the import of fields in WW6 documents. The key WWF stands for "WinWord Field". </desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Off</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">TAG_FLD</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">WWFFL_TAGS_DO_ID</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">WWFFL_TAGS_VISIBLE</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc xml:lang="en-US">WWFL_BOOK_TO_VAR_REF</desc>
- </info>
- </enumeration>
- <enumeration oor:value="16">
- <info>
- <desc xml:lang="en-US">WWFL_BOOK_AND_REF </desc>
- </info>
- </enumeration>
- <enumeration oor:value="32">
- <info>
- <desc xml:lang="en-US">TAGS_IN_TEXT</desc>
- </info>
- </enumeration>
- <enumeration oor:value="64">
- <info>
- <desc xml:lang="en-US">ALLOW_FLD_CR </desc>
- </info>
- </enumeration>
- <enumeration oor:value="128">
- <info>
- <desc xml:lang="en-US">NO_FLD_CR</desc>
- </info>
- </enumeration>
- <enumeration oor:value="256">
- <info>
- <desc xml:lang="en-US">DONT_HARD_PROTECT </desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="WWFA0" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">"WinWord-field tag Always". A bit-field with 32 bits for enabling the tagging of fields for every field type. WWFA0 controls the field types 0 to 31.</desc>
- </info>
- </prop>
- <prop oor:name="WWFA1" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">"WinWord-field tag Always". A bit-field with 32 bits for enabling the tagging of fields for every field type. WWFA0 controls the field types 32 to 63.</desc>
- </info>
- </prop>
- <prop oor:name="WWFA2" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">"WinWord-field tag Always". A bit-field with 32 bits for enabling the tagging of fields for every field type. WWFA0 controls the field types 64 to 95.</desc>
- </info>
- </prop>
- <prop oor:name="WWFB0" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">"WinWord-field tag when Bad". A bit-field with 32 bits for disabling the tagging of fields for every field type. Useful for fields that cannot be imported completely, for example, nested fields. WWFB0 controls the field types 0 to 31.</desc>
- </info>
- </prop>
- <prop oor:name="WWFB1" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">"WinWord-field tag when Bad". A bit-field with 32 bits for disabling the tagging of fields for every field type. Useful for fields that cannot be imported completely, for example, nested fields. WWFB0 controls the field types 32 to 63.</desc>
- </info>
- </prop>
- <prop oor:name="WWFB2" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">"WinWord-field tag when Bad". A bit-field with 32 bits for disabling the tagging of fields for every field type. Useful for fields that cannot be imported completely, for example, nested fields. WWFB0 controls the field types 64 to 95.</desc>
- </info>
- </prop>
- <prop oor:name="WWFLX" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the X offset for text frames [UNIT=1/100 mm].</desc>
- </info>
- </prop>
- <prop oor:name="WWFLY" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the Y offset for text frames [UNIT=1/100 mm].</desc>
- </info>
- </prop>
- <prop oor:name="WWFT" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies the distance between the footnote and the main text [UNIT=1/100 mm].</desc>
- </info>
- </prop>
- <prop oor:name="WWWR" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Several flags for exporting (for debugging).</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Off</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">WWFL_ULSPACE_LIKE_SWG</desc>
- </info>
- </enumeration>
- <enumeration oor:value="128">
- <info>
- <desc xml:lang="en-US">WWFL_NO_GRAF</desc>
- </info>
- </enumeration>
- <enumeration oor:value="131072">
- <info>
- <desc xml:lang="en-US">WWFL_NO_OLE</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="Writer">
- <info>
- <desc xml:lang="en-US">Contains settings for the Writer filter.</desc>
- </info>
- <prop oor:name="SW3Imp" oor:type="xs:long">
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Flags for the Writer filter.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Off</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">NoDrawingObjects</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">NoLayoutInfo</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- </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="Writer" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Contains settings for the Writer application.</desc>
+ </info>
+ <import oor:component="org.openoffice.Office.Common"/>
+ <templates>
+ <group oor:name="AgendaType">
+ <info>
+ <desc xml:lang="en-US">Settings for a single agenda entry.</desc>
+ </info>
+ <prop oor:name="Author" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Person responsible person for the topic.</desc>
+ <label xml:lang="en-US">Responsible</label>
+ </info>
+ </prop>
+ <prop oor:name="Topic" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Title for each agenda topic.</desc>
+ <label xml:lang="en-US">Agenda topic</label>
+ </info>
+ </prop>
+ <prop oor:name="Duration" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Scheduled duration of each topic [UNIT=Minute].</desc>
+ <label xml:lang="en-US">Duration</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="StyleType">
+ <info>
+ <desc xml:lang="en-US">A type for the preferred style of templates.</desc>
+ </info>
+ <prop oor:name="PreferredStyle" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Preferred style for the template.</desc>
+ <label xml:lang="en-US">Style - Modern/Classic/Decorative</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Modern</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Classic</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Decorative</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ <group oor:name="SizeType">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the width and the height of an object or element.</desc>
+ </info>
+ <prop oor:name="Width" oor:type="xs:int">
+ <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">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="PositionType">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the position of an object or an element.</desc>
+ </info>
+ <prop oor:name="Left" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Left distance of the object [UNIT=1/100 mm]</desc>
+ </info>
+ </prop>
+ <prop oor:name="Right" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Right distance of the object [UNIT=1/100 mm]</desc>
+ </info>
+ </prop>
+ <prop oor:name="Top" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Top distance of the object [UNIT=1/100 mm]</desc>
+ </info>
+ </prop>
+ <prop oor:name="Bottom" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Bottom distance of the object [UNIT=1/100 mm]</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="AlignmentType">
+ <info>
+ <desc xml:lang="en-US">Contains settings for aligning an object or an element.</desc>
+ </info>
+ <prop oor:name="Position" oor:type="xs:int">
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Zero</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Top Left</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Top Center</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Top Right</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Bottom Left</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc xml:lang="en-US">Bottom Right</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc xml:lang="en-US">Center</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc xml:lang="en-US">Right Margin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">Left Margin</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ <group oor:name="TextElementType">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Content" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="IntElementType">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ </prop>
+ <prop oor:name="Content" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="FileType">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ <prop oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Filter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AsLink" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US"/>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="PositionXYType">
+ <info>
+ <desc xml:lang="en-US">Contains settings for defining a position with x and y coordinates.</desc>
+ </info>
+ <prop oor:name="X" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ <prop oor:name="Y" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">[UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US"/>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="DataSetType">
+ <info>
+ <desc xml:lang="en-US">Specifies the data set to insert from a database table or query.</desc>
+ </info>
+ <prop oor:name="DataSource" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the data source.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Command" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The name of the database table or query.</desc>
+ </info>
+ </prop>
+ <prop oor:name="CommandType" oor:type="xs:short">
+ <info>
+ <desc xml:lang="en-US">Specifies if the data comes from a table or a query</desc>
+ </info>
+ </prop>
+ <prop oor:name="ColumnsToText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Name of the columns that have been selected for inserting data into text or fields, as well as inserted text and line breaks.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ColumnsToTable" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Name of the columns, that have been selected for inserting data into tables, plus inserted text and line breaks.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ParaStyle" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the paragraph style for text or fields.</desc>
+ </info>
+ </prop>
+ <prop oor:name="TableAutoFormat" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the format (AutoFormat) to be used for a table.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsTable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if the data is inserted into tables.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsField" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if the data is inserted into fields.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsHeadlineOn" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if the table has a headline.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsEmptyHeadline" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if the table has an empty headline or if the headline contains the database column names.</desc>
+ </info>
+ </prop>
+ <set oor:name="ColumnSet" oor:node-type="ColumnSetType">
+ <info>
+ <desc xml:lang="en-US">Specifies the list of columns to be inserted.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="ColumnSetType">
+ <info>
+ <desc xml:lang="en-US">Specifies a column to be inserted.</desc>
+ </info>
+ <prop oor:name="ColumnName" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the column name.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ColumnIndex" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies the column index.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsNumberFormat" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if the database field is assigned to a number format.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsNumberFormatFromDataBase" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if the database format or a user-defined format is used.</desc>
+ </info>
+ </prop>
+ <prop oor:name="NumberFormat" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the number format if a user-defined format is used.</desc>
+ </info>
+ </prop>
+ <prop oor:name="NumberFormatLocale" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the language of the user-defined number format.</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="Content">
+ <info>
+ <desc xml:lang="en-US">Contains settings for various content elements.</desc>
+ </info>
+ <group oor:name="Display">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the visibility of various elements.</desc>
+ </info>
+ <prop oor:name="GraphicObject" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if graphics and objects are displayed.</desc>
+ <label xml:lang="en-US">Graphics and Objects</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Table" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if tables are displayed.</desc>
+ <label xml:lang="en-US">Tables</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DrawingControl" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if drawings and controls are displayed.</desc>
+ <label xml:lang="en-US">Drawings and controls</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="FieldCode" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if field codes are displayed.</desc>
+ <label xml:lang="en-US">Field codes</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Note" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if notes are displayed.</desc>
+ <label xml:lang="en-US">Notes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PreventTips" oor:type="xs:boolean">
+ <!-- UIHints: Not accessible via user interface -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Enables the writer to prevent the display of help tips programmatically.</desc>
+ <label xml:lang="en-US">Prevent help tips</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="NonprintingCharacter">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the visibility of various non-printing characters.</desc>
+ </info>
+ <prop oor:name="MetaCharacters" oor:type="xs:boolean">
+ <!-- UIHints: View - Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Determines whether certain settings are applied (display of tab stops, spaces, breaks)</desc>
+ <label xml:lang="en-US">Meta characters</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ParagraphEnd" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if paragraph ends are shown on the screen.</desc>
+ <label xml:lang="en-US">Paragraph end</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="OptionalHyphen" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if optional hyphens are shown on the screen.</desc>
+ <label xml:lang="en-US">Optional hyphens</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Space" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if spaces are shown on the screen.</desc>
+ <label xml:lang="en-US">Spaces</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ProtectedSpace" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if protected spaces are shown on the screen.</desc>
+ <label xml:lang="en-US">Protected Spaces</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Tab" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if breaks are shown on the screen.</desc>
+ <label xml:lang="en-US">Tabs</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Break" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if paragraph ends are shown on the screen.</desc>
+ <label xml:lang="en-US">Breaks</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HiddenText" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if hidden text is displayed on the screen.</desc>
+ <label xml:lang="en-US">Hidden text</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HiddenParagraph" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Contents/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if hidden paragraphs are displayed on the screen.</desc>
+ <label xml:lang="en-US">Hidden paragraphs</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Update">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the automatic update of some elements.</desc>
+ </info>
+ <prop oor:name="Link" oor:type="xs:int">
+ <!-- OldPath: Writer/Other/Update -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Update links -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if links in the document are updated during loading.</desc>
+ <label xml:lang="en-US">Update links: Always/On request/Never</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">On Request</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Never</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Field" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Other/Update -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Fields and charts -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if fields in the document are updated during loading.</desc>
+ <label xml:lang="en-US">Update fields automatically</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Chart" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Other/Update -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Fields and charts -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if charts in the document are updated during loading.</desc>
+ <label xml:lang="en-US">Update charts automatically</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Layout">
+ <info>
+ <desc xml:lang="en-US">Contains layout settings.</desc>
+ </info>
+ <group oor:name="Line">
+ <info>
+ <desc xml:lang="en-US">Contains settings for guiding lines or points (for example when selcting/moving an aobject or frame).</desc>
+ </info>
+ <prop oor:name="Guide" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Displays guides around the frames when frames are moved.</desc>
+ <label xml:lang="en-US">Guides</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Displays the control points as simple squares without a 3D effect.</desc>
+ <label xml:lang="en-US">Simple control points</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="LargeControlPoint" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Lines -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Displays larger control points.</desc>
+ <label xml:lang="en-US">Large control points</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Window">
+ <info>
+ <desc xml:lang="en-US">Contains vairous window settings such as scrollbars, rules, etc.</desc>
+ </info>
+ <prop oor:name="HorizontalScroll" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the horizontal scroll bar is displayed.</desc>
+ <label xml:lang="en-US">Horizontal scroll</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="VerticalScroll" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the vertical scroll bar is displayed.</desc>
+ <label xml:lang="en-US">Vertical Scroll</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ShowRulers" oor:type="xs:boolean">
+ <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies, if rulers are displayed. It filters the values of HorizontalRuler and VerticalRuler</desc>
+ <label xml:lang="en-US">Show rulers</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="HorizontalRuler" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the horizontal ruler is displayed.</desc>
+ <label xml:lang="en-US">Horizontal ruler</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="HorizontalRulerUnit" oor:type="xs:int">
+ <!-- OldPath: Writer/Layout -->
+ <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the measurement unit for the horizontal ruler.</desc>
+ <label xml:lang="en-US">Horizontal ruler measure unit</label>
+ </info>
+ <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="3">
+ <info>
+ <desc xml:lang="en-US">Meter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Kilometer</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>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Foot</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">Miles</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="VerticalRuler" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the vertical ruler is displayed.</desc>
+ <label xml:lang="en-US">Vertical Ruler</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsVerticalRulerRight" oor:type="xs:boolean">
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the vertical ruler is right aligned.</desc>
+ <label xml:lang="en-US">Vertical Ruler on the right</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="VerticalRulerUnit" oor:type="xs:int">
+ <!-- OldPath: Writer/Layout -->
+ <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the measurement unit for the vertical ruler.</desc>
+ <label xml:lang="en-US">Vertical ruler measure unit</label>
+ </info>
+ <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="3">
+ <info>
+ <desc xml:lang="en-US">Meter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Kilometer</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>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Foot</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">Miles</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="SmoothScroll" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Activates the smooth page scrolling function.</desc>
+ <label xml:lang="en-US">Smooth scroll</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Other">
+ <info>
+ <desc xml:lang="en-US">Contains miscellaneous settings.</desc>
+ </info>
+ <prop oor:name="MeasureUnit" oor:type="xs:int">
+ <!-- OldPath: Writer/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Meas. Units -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the measurement units.</desc>
+ <label xml:lang="en-US">Measure unit</label>
+ </info>
+ <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="3">
+ <info>
+ <desc xml:lang="en-US">Meter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Kilometer</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>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Foot</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">Miles</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="TabStop" oor:type="xs:int">
+ <!-- OldPath: Writer/Layout -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Layout - [Section] Tab stops -->
+ <!-- Notice: The default value is valid for the English Version (depends, if a metric system is used on the platform); NonMetric: 1270 1/100 mm-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance between tab stops [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Tab stops</label>
+ </info>
+ <value>1250</value>
+ </prop>
+ </group>
+ <group oor:name="Zoom">
+ <info>
+ <desc xml:lang="en-US">Contains zoom ttings..</desc>
+ </info>
+ <prop oor:name="Type" oor:type="xs:int">
+ <!-- UIHints: (Status Bar) -->
+ <info>
+ <author>OS</author>
+ <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>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Value" oor:type="xs:int">
+ <!-- UIHints: (Status Bar) -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the zoom value.</desc>
+ <label xml:lang="en-US">Zoom Value</label>
+ </info>
+ <value>100</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Grid">
+ <info>
+ <desc xml:lang="en-US">Contains various options for the grid that are not listed in other sections.</desc>
+ </info>
+ <group oor:name="Option">
+ <info>
+ <desc xml:lang="en-US">Contains options for the grid.</desc>
+ </info>
+ <prop oor:name="SnapToGrid" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Grid - [Section] Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Move frames, drawing elements, and form functions only between the grid points.</desc>
+ <label xml:lang="en-US">Snap to grid</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="VisibleGrid" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Grid - [Section] Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Displays the grid.</desc>
+ <label xml:lang="en-US">Visible grid</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Synchronize" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Grid/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Grid - [Section] Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Changes the current grid settings symmetrically. The resolution and subdivision for the X- and Y-axis remains the same.</desc>
+ <label xml:lang="en-US">Synchronize axes</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Resolution">
+ <info>
+ <desc xml:lang="en-US">Contains settings for specifying the grid resolution.</desc>
+ </info>
+ <prop oor:name="XAxis" oor:type="xs:int">
+ <!-- OldPath: Writer/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the grid points distance in the X-axis [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">X Axis Resolution</label>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="YAxis" oor:type="xs:int">
+ <!-- OldPath: Writer/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the grid points distance in the Y-axis [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Y Axis Resolution</label>
+ </info>
+ <value>1000</value>
+ </prop>
+ </group>
+ <group oor:name="Subdivision">
+ <info>
+ <desc xml:lang="en-US">Contains settings for specifying the subdivision of the grid.</desc>
+ </info>
+ <prop oor:name="XAxis" oor:type="xs:int">
+ <!-- OldPath: Writer/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
+ <info>
+ <author>OS</author>
+ <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>
+ <value>1</value>
+ </prop>
+ <prop oor:name="YAxis" oor:type="xs:int">
+ <!-- OldPath: Writer/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Grid - [Section] Grid -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the distance between the grid points on the Y-axis.</desc>
+ <label xml:lang="en-US">Y Axis Subdivision</label>
+ </info>
+ <value>1</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="DefaultFont">
+ <info>
+ <desc xml:lang="en-US">Specifies the basic western fonts to be used.</desc>
+ </info>
+ <prop oor:name="Standard" oor:type="xs:string">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western) -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font type to be used for the Standard paragraph style.</desc>
+ <label xml:lang="en-US">Standard</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Heading" oor:type="xs:string">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font type to be used for the paragraph&amp;apos;s headings.</desc>
+ <label xml:lang="en-US">Heading</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="List" oor:type="xs:string">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font to be used in the paragraph styles for lists and numbering.</desc>
+ <label xml:lang="en-US">List</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Caption" oor:type="xs:string">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font to be used for the labels of images and tables.</desc>
+ <label xml:lang="en-US">Caption</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Index" oor:type="xs:string">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Western)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the fonts to be applied to the paragraph styles for user-defined indexes, alphabetical indexes, tables of contents and to all of the paragraph styles derived from this.</desc>
+ <label xml:lang="en-US">Index</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Document" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Default_Fonts -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Default Fonts -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Applies the settings to the current document only (true). Otherwise, the settings will apply to all future documents (false).</desc>
+ <label xml:lang="en-US">Current document only</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="DefaultFontCJK">
+ <info>
+ <desc xml:lang="en-US">Specifies the basic CJK fonts used.</desc>
+ </info>
+ <prop oor:name="Standard" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian) -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font type to be used for the Standard paragraph style.</desc>
+ <label xml:lang="en-US">Standard</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Heading" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font type to be used for the paragraph&amp;apos;s headings.</desc>
+ <label xml:lang="en-US">Heading</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="List" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font to be used in the paragraph styles for lists and numbering.</desc>
+ <label xml:lang="en-US">List</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Caption" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font to be used for the labels of images and tables.</desc>
+ <label xml:lang="en-US">Caption</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Index" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the fonts to be applied to the paragraph styles for user-defined indexes, alphabetical indexes, tables of contents and to all of the paragraph styles derived from this.</desc>
+ <label xml:lang="en-US">Index</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Document" oor:type="xs:boolean">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (Asian)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Applies the settings to the current document only (true). Otherwise, the settings will apply to all future documents (false).</desc>
+ <label xml:lang="en-US">Current document only</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="DefaultFontCTL">
+ <info>
+ <desc xml:lang="en-US">Specifies the basic CTL fonts used.</desc>
+ </info>
+ <prop oor:name="Standard" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL) -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font type to be used for the Standard paragraph style.</desc>
+ <label xml:lang="en-US">Standard</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Heading" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font type to be used for the paragraph&amp;apos;s headings.</desc>
+ <label xml:lang="en-US">Heading</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="List" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font to be used in the paragraph styles for lists and numbering.</desc>
+ <label xml:lang="en-US">List</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Caption" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font to be used for the labels of images and tables.</desc>
+ <label xml:lang="en-US">Caption</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Index" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the fonts to be applied to the paragraph styles for user-defined indexes, alphabetical indexes, tables of contents and to all of the paragraph styles derived from this.</desc>
+ <label xml:lang="en-US">Index</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Document" oor:type="xs:boolean">
+ <!-- UIHints: Tools - Options - Text document Default Fonts (CTL)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Applies the settings to the current document only (true). Otherwise, the settings will apply to all future documents (false).</desc>
+ <label xml:lang="en-US">Current document only</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Print">
+ <info>
+ <desc xml:lang="en-US">Contains printing relevant settings.</desc>
+ </info>
+ <group oor:name="Content">
+ <info>
+ <desc xml:lang="en-US">Contains settings specifying which content types are printed.</desc>
+ </info>
+ <prop oor:name="Graphic" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies which document contents will be printed.</desc>
+ <label xml:lang="en-US">Graphics</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Table" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if graphics are printed.</desc>
+ <label xml:lang="en-US">Tables</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Drawing" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if tables are printed.</desc>
+ <label xml:lang="en-US">Drawings</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Control" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if controls are printed.</desc>
+ <label xml:lang="en-US">Controls</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Background" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if background objects are printed.</desc>
+ <label xml:lang="en-US">Background</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PrintBlack" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if text is always printed in black.</desc>
+ <label xml:lang="en-US">Print black</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Note" oor:type="xs:int">
+ <!-- OldPath: Writer/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Notes -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if and how notes are printed.</desc>
+ </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">Notes only</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">End of document</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">End of page</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Page">
+ <info>
+ <desc xml:lang="en-US">Specifies which pages are printed or how pages are printed.</desc>
+ </info>
+ <prop oor:name="LeftPage" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Prints all left pages in the document.</desc>
+ <label xml:lang="en-US">Left pages</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="RightPage" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Prints all right pages in the document.</desc>
+ <label xml:lang="en-US">Right pages</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Reversed" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Reverses the printing order.</desc>
+ <label xml:lang="en-US">Reversed</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Brochure" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Pages -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Prints in brochure format.</desc>
+ <label xml:lang="en-US">Brochure</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Output">
+ <info>
+ <desc xml:lang="en-US">Contains other output settings.</desc>
+ </info>
+ <prop oor:name="SinglePrintJob" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Output -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Output -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Controls the print output to avoid problems with duplex printing and odd page numbers.</desc>
+ <label xml:lang="en-US">Create single print jobs</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Fax" oor:type="xs:string">
+ <!-- OldPath: Writer/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document Print - [Section] Fax -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the fax machine that is used when faxing directly from the document.</desc>
+ <label xml:lang="en-US">Fax</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Papertray">
+ <info>
+ <desc xml:lang="en-US">Contains settings for printers with multiple paper trays.</desc>
+ </info>
+ <prop oor:name="FromPrinterSetup" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Print/Papertray -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Print - [Section] Paper tray -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies that the defined paper source in the printer setup is used by printers with multiple trays.</desc>
+ <label xml:lang="en-US">From printer setup</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Table">
+ <info>
+ <desc xml:lang="en-US">Contains settings for tables.</desc>
+ </info>
+ <group oor:name="Shift">
+ <info>
+ <desc xml:lang="en-US">Contains settings used when shifting table rows/columns.</desc>
+ </info>
+ <prop oor:name="Row" oor:type="xs:int">
+ <!-- OldPath: Writer/Table/Shift -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Table - [Section] Shift -->
+ <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the default value for moving a table row [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Row</label>
+ </info>
+ <value>500</value>
+ </prop>
+ <prop oor:name="Column" oor:type="xs:int">
+ <!-- OldPath: Writer/Table/Shift -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Table - [Section] Shift -->
+ <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the default value for shifting a table column [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Column</label>
+ </info>
+ <value>500</value>
+ </prop>
+ </group>
+ <group oor:name="Insert">
+ <info>
+ <desc xml:lang="en-US">Contains settings used when inserting table rows/columns.</desc>
+ </info>
+ <prop oor:name="Row" oor:type="xs:int">
+ <!-- OldPath: Writer/Table/Insert -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Table - [Section] Insert -->
+ <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform); NonMetric: 635 1/100 mm-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the default value for inserting rows [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Row</label>
+ </info>
+ <value>500</value>
+ </prop>
+ <prop oor:name="Column" oor:type="xs:int">
+ <!-- OldPath: Writer/Table/Insert -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Table - [Section] Insert -->
+ <!-- Notice: The default value is valid for the english Version (depends, if a metric system is used on the platform);NonMetric: 2540 1/100 mm-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the default value for inserting columns [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Column</label>
+ </info>
+ <value>2500</value>
+ </prop>
+ </group>
+ <group oor:name="Change">
+ <info>
+ <desc xml:lang="en-US">Contains settings specifying the effect to the table when modifying rows/columns.</desc>
+ </info>
+ <prop oor:name="Effect" oor:type="xs:int">
+ <!-- OldPath: Writer/Table -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Table - [Section] Effect -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Determines the relative effect of rows and columns to adjacent rows or columns, as well as to the entire table.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Fixed</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Fixed Proportional</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Variable</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ </group>
+ <group oor:name="Input">
+ <info>
+ <desc xml:lang="en-US">Contains settings used when inputing text or data in tables.</desc>
+ </info>
+ <prop oor:name="NumberRecognition" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Insert/IntoTables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if numbers in a table are recognized or if they are saved in a text format.</desc>
+ <label xml:lang="en-US">Number recognition</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="NumberFormatRecognition" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Insert/IntoTables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if only entries with the defined format are accepted. This option is only available if the number format recognition is active (Number_recognition = True).</desc>
+ <label xml:lang="en-US">Number format recognition</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Alignment" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Insert/IntoTables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Insert into tables -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if all numbers are aligned below right of the cell and not above left (as in the case of text). This option is only available if number format recognition is active (Number_recognition = True).</desc>
+ <label xml:lang="en-US">Alignment</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Cursor">
+ <info>
+ <desc xml:lang="en-US">Contains cursor settings.</desc>
+ </info>
+ <group oor:name="DirectCursor">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the Direct Cursor.</desc>
+ </info>
+ <prop oor:name="UseDirectCursor" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Cursor/DirectCursor -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Direct Cursor -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the Direct Cursor is active</desc>
+ <label xml:lang="en-US">Use Direct Cursor</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Insert" oor:type="xs:int">
+ <!-- OldPath: Writer/Cursor/DirectCursor -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Direct Cursor -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the insert options for the Direct Cursor.</desc>
+ <label xml:lang="en-US">Insert</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Paragraph alignment</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Left paragraph margin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Tabs</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Tabs and spaces</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ </group>
+ <group oor:name="Option">
+ <info>
+ <desc xml:lang="en-US">Contains miscellaneous options.</desc>
+ </info>
+ <prop oor:name="ProtectedArea" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Cursor/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Cursor - [Section] Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the Direct Cursor can be positioned in a protected area.</desc>
+ <label xml:lang="en-US">Allow Cursor in protected areas</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Revision">
+ <info>
+ <desc xml:lang="en-US">Contains settings for change recording.</desc>
+ </info>
+ <group oor:name="TextDisplay">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the display of the changed text.</desc>
+ </info>
+ <group oor:name="Insert">
+ <info>
+ <desc xml:lang="en-US">Contains settings for new inserted text.</desc>
+ </info>
+ <prop oor:name="Attribute" oor:type="xs:int">
+ <!-- OldPath: Writer/Changes/Text display/Insert -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the attribute for displaying changes when text is inserted.</desc>
+ </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">Bold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Italic</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Underline</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Underline double</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc xml:lang="en-US">Caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc xml:lang="en-US">Lower case</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc xml:lang="en-US">Small caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">Title font</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Background color</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>3</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <!-- OldPath: Writer/Changes/Text display/Insert -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the color for displaying changes when text is inserted.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
+ <group oor:name="Delete">
+ <info>
+ <desc xml:lang="en-US">Contains settings for displaying changes when text is deleted.</desc>
+ </info>
+ <prop oor:name="Attribute" oor:type="xs:int">
+ <!-- OldPath: Writer/Changes/Text display/Delete -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the attribute for displaying changes when text is deleted</desc>
+ </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">Bold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Italic</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Strike through</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc xml:lang="en-US">Lower case</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc xml:lang="en-US">Small caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc xml:lang="en-US">Title font</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">Background color</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>3</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <!-- OldPath: Writer/Changes/Text display/Delete -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the color for displaying changes when text is deleted.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
+ <group oor:name="ChangedAttribute">
+ <info>
+ <desc xml:lang="en-US">Contains settings for displaying modified text attributes.</desc>
+ </info>
+ <prop oor:name="Attribute" oor:type="xs:int">
+ <!-- OldPath: Writer/Changes/Text display/Changed_Attribute -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the attribute for displaying changes when text attributes are modified.</desc>
+ </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">Bold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Italic</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Underline</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Underline double</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc xml:lang="en-US">Caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc xml:lang="en-US">Lower case</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc xml:lang="en-US">Small caps</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">Title font</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Background color</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <!-- OldPath: Writer/Changes/Text display/Changed_Attribute -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Text display -->
+ <!-- Notice: Default value: &quot;depends on author&quot; which corresponds to the color value 0xffffffff -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the color for displaying changes when text attributes are modified.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="LinesChanged">
+ <info>
+ <desc xml:lang="en-US">Contains settings for defining how lines with changed text are displayed.</desc>
+ </info>
+ <prop oor:name="Mark" oor:type="xs:int">
+ <!-- OldPath: Writer/Changes/Lines_changed -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Lines changed -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines if and where changed lines in the document are marked.</desc>
+ </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">Left margin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Right margin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Outer margin</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Inward margin</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>3</value>
+ </prop>
+ <prop oor:name="Color" oor:type="xs:int">
+ <!-- OldPath: Writer/Changes//Lines_changed -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Changes - [Section] Lines changed -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the color for highlighting changed lines in the text.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Insert">
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of various object types.</desc>
+ </info>
+ <group oor:name="Caption">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- OldPath: Writer/Insert/Caption -->
+ <!--UIHints: Tools - Options - Text document Insert - [Section] Caption -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Settings for insertion of captions for various object types.</desc>
+ </info>
+ <prop oor:name="Automatic" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies how tables, graphics, frames and Office documents, which have been inserted as OLE objects, are labelled.</desc>
+ <label xml:lang="en-US">Automatic</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="WriterObject">
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for Writer objects.</desc>
+ </info>
+ <group oor:name="Table">
+ <!--OldPath: Writer/Insert/Caption/Object/StarWriter_Table-->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for tables.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for a table in a text document.</desc>
+ <label xml:lang="en-US">Writer Table</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Frame">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarWriter_Frame -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for frames.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for a frame in a text document.</desc>
+ <label xml:lang="en-US">Writer Frame</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">at the beginning</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">at the end</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Graphic">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarWriter_Graphic -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for graphics.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for a graphic in a text document.</desc>
+ <label xml:lang="en-US">Writer Graphic</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="OfficeObject">
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for office objects.</desc>
+ </info>
+ <group oor:name="Calc">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Calc -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for Calc documents.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for a Spreadsheet object.</desc>
+ <label xml:lang="en-US">Spreadsheet</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Draw">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Draw -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for Draw documents.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for a Drawing object.</desc>
+ <label xml:lang="en-US">Drawing</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Chart">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Chart -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for Chart documents.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for a Chart object.</desc>
+ <label xml:lang="en-US">Chart</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Image">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Image -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for Image documents.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for an Image object.</desc>
+ <label xml:lang="en-US">Image</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appear directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Formula">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Formula -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions formula documents.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for a Formula object.</desc>
+ <label xml:lang="en-US">Formula</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Impress">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_Impress -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for Impress objects.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for a Presentation object.</desc>
+ <label xml:lang="en-US">Presentation</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document.</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="OLEMisc">
+ <!-- OldPath: Writer/Insert/Caption/Object/StarOffice5.2_OLEMisc -->
+ <info>
+ <desc xml:lang="en-US">Settings for insertion of captions for other OLE objects.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Determines if the caption settings are valid for further OLE objects.</desc>
+ <label xml:lang="en-US">Further OLE objects</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Settings">
+ <info>
+ <desc xml:lang="en-US">Specifies the caption settings.</desc>
+ </info>
+ <prop oor:name="Category" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc xml:lang="en-US">Category of the caption field.</desc>
+ <label xml:lang="en-US">Category</label>
+ </info>
+ </prop>
+ <prop oor:name="Numbering" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Numbering of the caption field.</desc>
+ <label xml:lang="en-US">Numbering</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">A B C</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">a b c</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">I II III</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">i ii iii</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">1 2 3</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">A .. AA .. AAA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">a .. aa .. aaa</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="CaptionText" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Text of the caption field.</desc>
+ <label xml:lang="en-US">CaptionText</label>
+ </info>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Position of the caption field.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">above</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">below</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Level" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Headings or chapter levels where the numbering starts in the document</desc>
+ <label xml:lang="en-US">Level</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="11">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">The character that appears directly after the number of the heading or chapter level.</desc>
+ <label xml:lang="en-US">Separator</label>
+ </info>
+ <value>.</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Table">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- OldPath: Writer/Insert/Tables -->
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Tables -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Default settings for tables to be inserted.</desc>
+ </info>
+ <prop oor:name="Header" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if the table has a header.</desc>
+ <label xml:lang="en-US">Header</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="RepeatHeader" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if the header in the new page is adopted when inserting a page break. This option is only available if Header = True.</desc>
+ <label xml:lang="en-US">Repeat header</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Split" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if tables can be split with a page break or not.</desc>
+ <label xml:lang="en-US">Don&amp;apos;t split</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Border" oor:type="xs:boolean">
+ <info>
+ <desc xml:lang="en-US">Specifies if table cells have a border by default.</desc>
+ <label xml:lang="en-US">Border</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Compatibility">
+ <info>
+ <desc xml:lang="en-US">Contains various compatibility settings.</desc>
+ </info>
+ <group oor:name="MS_Word">
+ <info>
+ <desc xml:lang="en-US">Contains settings for MS Word compatibility.</desc>
+ </info>
+ <prop oor:name="AddBetween" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Other/Compatibility -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Compatibility -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if spacings between paragraphs and tables are added to ensure the compatibility to MS Word documents.</desc>
+ <label xml:lang="en-US">Add spacing between paragraphs and tables</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="AddToStart" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Other/Compatibility -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - Text document - Other - [Section] Compatibility -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if paragraph and table spacing are added to the start of pages to ensure compatibility with MS Word documents.</desc>
+ <label xml:lang="en-US">Add paragraph and table spacing to start of pages</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="AutoFunction">
+ <info>
+ <desc xml:lang="en-US">Contains settings for 'Auto Text', and 'Auto Correct/AutoFormat'.</desc>
+ </info>
+ <group oor:name="Text">
+ <info>
+ <desc xml:lang="en-US">Specifies settings for 'Auto Text'.</desc>
+ </info>
+ <prop oor:name="FileLinks" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/AutoText -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Edit AutoText Save Links relative -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if file links inside AutoText modules are saved relatively or absolutely.</desc>
+ <label xml:lang="en-US">(Save links relative to) File system</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="InternetLinks" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/AutoText -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Edit AutoText Save Links relative -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if Internet links inside AutoText modules are saved relatively or absolutely.</desc>
+ <label xml:lang="en-US">(Save links relative to) Internet</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ShowPreview" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/AutoText -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Edit AutoText Show preview -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if a preview of the AutoText is displayed.</desc>
+ <label xml:lang="en-US">Show Preview</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ShowToolTip" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/AutoText -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Edit AutoText display remainder ... -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the Tip help of the AutoText is displayed.</desc>
+ <label xml:lang="en-US">Display AutoText name while typing</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Format">
+ <info>
+ <desc xml:lang="en-US">Specifies settings for 'Auto Correct/Auto Format'.</desc>
+ </info>
+ <group oor:name="Option">
+ <info>
+ <desc xml:lang="en-US">Specifies options for 'Auto Correct/Auto Format'.</desc>
+ </info>
+ <prop oor:name="UseReplacementTable" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Use replacement table -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the replacement table is used to replace letter combinations with defined text.</desc>
+ <label xml:lang="en-US">Use replacement table</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="TwoCapitalsAtStart" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Correct TWo INitial Capitals -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if two initial capitals are corrected automatically.</desc>
+ <label xml:lang="en-US">Correct two initial capitals</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CapitalAtStartSentence" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Capitalize first letter of every sentence -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the letter at the beginning of a sentence is capitalized automatically.</desc>
+ <label xml:lang="en-US">Capitalize first letter of every sentence</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeUnderlineWeight" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Automatic *bold* and _underline_ -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if text is formatted in bold or underlined when the corresponding characters are entered (*bold*, _underline_).</desc>
+ <label xml:lang="en-US">Apply underline or bold</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="SetInetAttribute" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - URL regocnition -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if character strings which could represent a URL are converted to a hyperlink.</desc>
+ <label xml:lang="en-US">Detect URL</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeOrdinalNumber" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace 1st... -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if ordinal numbers are displayed with raised endings.</desc>
+ <label xml:lang="en-US">Replace ordinal numbers</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeFraction" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace 1/2... -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if character combinations for fractions are replaced with a corresponding single character.</desc>
+ <label xml:lang="en-US">Replace fractions</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeDash" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace dashes -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if dashes are replaced automatically.</desc>
+ <label xml:lang="en-US">Replace dashes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DelEmptyParagraphs" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Remove blank paragraphs -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if blank paragraphs are deleted.</desc>
+ <label xml:lang="en-US">Remove blank paragraphs</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ReplaceUserStyle" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace custom styles -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if user-defined styles applied in the document are replaced by predefined text document styles.</desc>
+ <label xml:lang="en-US">Replace user-defined styles</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ReplaceQuote" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace Standard Quotes... -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if standard quotes are replaced with custom quotes.</desc>
+ <label xml:lang="en-US">Replace standard quotes with custom quotes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CombineParagraphs" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Combine single line paragraphs if length greater -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Determines if single line paragraphs are combined when they are shorter than the specified value.</desc>
+ <label xml:lang="en-US">Combine single line paragraphs</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CombineValue" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Combine single line paragraphs if length greater... / Edit/Combine/Minimum size-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the minimum length value for combining single line paragraphs. [UNIT=%]</desc>
+ <label xml:lang="en-US">Combine single line paragraphs</label>
+ </info>
+ <value>50</value>
+ </prop>
+ <prop oor:name="DelSpacesAtStartEnd" oor:type="xs:boolean">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs at paragraphbegin and -end -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Deletes Spaces/Tabs at the beginning/end of a paragraph (AutoFormat).</desc>
+ <label xml:lang="en-US">Delete Blanks and Tabs at paragraphbegin and -end</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DelSpacesBetween" oor:type="xs:boolean">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs between Lineend and -begin -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Deletes Spaces/Tabs between the rows of a paragraph (AutoFormat).</desc>
+ <label xml:lang="en-US">Delete Blanks and Tabs at paragraphbegin and -end</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="ChangeToBullets">
+ <info>
+ <desc xml:lang="en-US">Settings for automatic replacement of enumeration characters (dash, plus, and so on) into bullets.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if paragraphs starting with a dash, a plus sign or an asterix followed by space or tab are replaced by a bullet character.</desc>
+ <label xml:lang="en-US">Replace bullets with</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="SpecialCharacter">
+ <info>
+ <desc xml:lang="en-US">Specifies the character to be used.</desc>
+ </info>
+ <prop oor:name="Char" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the character code if ChangeToBullets=true.</desc>
+ </info>
+ <value>8226</value>
+ </prop>
+ <prop oor:name="Font" oor:type="xs:string">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font name if ChangeToBullets=true.</desc>
+ </info>
+ <value>StarSymbol</value>
+ </prop>
+ <prop oor:name="FontFamily" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <!--Defautl value 0 = Symbol-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font family if ChangeToBullets=true.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="FontCharset" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <!--Defautl value 10 = Symbol-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font character set if ChangeToBullets=true.</desc>
+ </info>
+ <value>10</value>
+ </prop>
+ <prop oor:name="FontPitch" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Replace bullets with -->
+ <!--Defautl value 2 = Variable-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font pitch if ChangeToBullets=true.</desc>
+ </info>
+ <value>2</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="ByInput">
+ <info>
+ <desc xml:lang="en-US">Contains settings than can be applied while typing text.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - AutoFormat while typing -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if AutoFormat is active while typing.</desc>
+ <label xml:lang="en-US">AutoFormat while typing</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeDash" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace dashes -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if dashes are replaced automatically.</desc>
+ <label xml:lang="en-US">Replace dashes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeToBorders" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/ByInput -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply border -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if borders are applied to paragraphs automatically.</desc>
+ <label xml:lang="en-US">Apply border</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeToTable" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/ByInput -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Create table -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if tables are created by AutoFormat.</desc>
+ <label xml:lang="en-US">Create table</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ReplaceStyle" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/ByInput -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply styles -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if styles are automatically be assigned.</desc>
+ <label xml:lang="en-US">Apply styles</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="DelSpacesAtStartEnd" oor:type="xs:boolean">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs at paragraphbegin and -end -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Deletes Spaces/Tabs at the beginning/end of a paragraph (AutoFormat during key input).</desc>
+ <label xml:lang="en-US">Delete Blanks and Tabs at paragraphbegin and -end</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DelSpacesBetween" oor:type="xs:boolean">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect Options Delete Blanks and Tabs between Lineend and -begin -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Deletes Spaces/Tabs between the rows of a paragraph (Autoformat during key input).</desc>
+ <label xml:lang="en-US">Delete Blanks and Tabs between lineend and -begin</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="ApplyNumbering">
+ <info>
+ <desc xml:lang="en-US">Contains settings for automatic numbering.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoFormat/ByInput -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply numbering-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if a numbered or bulleted text is created automatically while typing.</desc>
+ <label xml:lang="en-US">Apply numbering</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <group oor:name="SpecialCharacter">
+ <info>
+ <desc xml:lang="en-US">Defines the character to be used.</desc>
+ </info>
+ <prop oor:name="Char" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply numbering-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the character code if ApplyNumbering=true.</desc>
+ </info>
+ <value>8226</value>
+ </prop>
+ <prop oor:name="Font" oor:type="xs:string">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font name if ApplyNumbering=true.</desc>
+ </info>
+ <value>StarSymbol</value>
+ </prop>
+ <prop oor:name="FontFamily" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
+ <!--Defautl value 0 = Symbol-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font family if ApplyNumbering=true.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="FontCharset" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
+ <!--Defautl value 10 = Symbol-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font character set if ApplyNumbering=true.</desc>
+ </info>
+ <value>10</value>
+ </prop>
+ <prop oor:name="FontPitch" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoFormat/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply Numbering-->
+ <!--Defautl value 2 = Variable-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the font pitch if ApplyNumbering=true.</desc>
+ </info>
+ <value>2</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Completion">
+ <info>
+ <desc xml:lang="en-US">Contains settings relevant for the word completion ('Auto Completion').</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Show suggestions -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the suggestions for the automatic word completion are displayed on the screen.</desc>
+ <label xml:lang="en-US">Show suggestions</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="MinWordLen" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion min. word length -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Sets the value for the minimum word length.</desc>
+ <label xml:lang="en-US">Min. word length</label>
+ </info>
+ <value>5</value>
+ </prop>
+ <prop oor:name="MaxListLen" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion max. entries -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Sets the maximum number of words to be recalled.</desc>
+ <label xml:lang="en-US">Max. entries</label>
+ </info>
+ <value>500</value>
+ </prop>
+ <prop oor:name="CollectWords" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Collect suggestions -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the suggestions are compiled in a list.</desc>
+ <label xml:lang="en-US">Collect suggestions</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="EndlessList" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: no UI available anymore -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the list containing the suitable suggestions can be navigated with (Ctrl)(Tab)(forward).</desc>
+ <label xml:lang="en-US">Endless suggestions</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="AppendBlank" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Append blanc -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if a blank is added after the automatic word completion.</desc>
+ <label xml:lang="en-US">Append space</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ShowAsTip" oor:type="xs:boolean">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Show as tip -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the suggestions for the automatic word completion function should be displayed as Tip helps.</desc>
+ <label xml:lang="en-US">Show as tip</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="AcceptKey" oor:type="xs:int">
+ <!-- OldPath: Writer/AutoComplete/Words -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion Accept with -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the key to be used for accepting the current suggestion of the automatic word completion.</desc>
+ <label xml:lang="en-US">Accept with</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0x405">
+ <info>
+ <desc xml:lang="en-US">KeyEnd</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="0x500">
+ <info>
+ <desc xml:lang="en-US">KeyReturn</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="0x403">
+ <info>
+ <desc xml:lang="en-US">KeyRight</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="0x504">
+ <info>
+ <desc xml:lang="en-US">KeySpace</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1280</value>
+ </prop>
+ <prop oor:name="KeepList" oor:type="xs:boolean">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat WordCompletion When closing a document, save the list for later use ... -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies whether collected words are removed when the source document is closed.</desc>
+ <label xml:lang="en-US">When closing a document, save the list for later use in other documents</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Label">
+ <info>
+ <desc xml:lang="en-US">Contains various settings for labels.</desc>
+ </info>
+ <group oor:name="Inscription">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the inscription of the labels text field.</desc>
+ </info>
+ <prop oor:name="UseAddress" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the user&amp;apos;s address is copied automatically into the label text field.</desc>
+ <label xml:lang="en-US">Address</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Address" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the label text (address).</desc>
+ <label xml:lang="en-US">Label text</label>
+ </info>
+ </prop>
+ <prop oor:name="Database" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the database used.</desc>
+ <label xml:lang="en-US">Database</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Medium">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the media type used for the label.</desc>
+ </info>
+ <prop oor:name="Continous" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if continuous paper or individual sheets are used.</desc>
+ <label xml:lang="en-US">Continous / Sheet</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Brand" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the brand name of the label format.</desc>
+ <label xml:lang="en-US">Brand</label>
+ </info>
+ </prop>
+ <prop oor:name="Type" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/Labels/Labels -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Labels -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the type of the label format.</desc>
+ <label xml:lang="en-US">Type</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Format">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the label format.</desc>
+ </info>
+ <prop oor:name="Column" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of labels arranged next to each other on the page.</desc>
+ <label xml:lang="en-US">Columns</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Row" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of labels arranged from top to bottom on the page.</desc>
+ <label xml:lang="en-US">Rows</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="HorizontalDistance" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance between the left edge of one label to the left edge of the adjacent label. [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Horizontal pitch</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="VerticalDistance" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance between the upper edge of one label to the upper edge of the label below. [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Vertical pitch</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="Width" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the width of each label [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Width</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the height of each label [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Height</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="LeftMargin" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance from the left edge of the page to the left edge of the first label [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Left margin</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="TopMargin" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance from the top of the page to the top of the first label [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Top margin</label>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Option">
+ <info>
+ <desc xml:lang="en-US">Contains miscellaneous options for labels.</desc>
+ </info>
+ <prop oor:name="Synchronize" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/Labels/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if contents are synchronized.</desc>
+ <label xml:lang="en-US">Synchronize contents</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Page" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/Labels/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the entire page or a single label are printed/generated.</desc>
+ <label xml:lang="en-US">Entire page / Single label</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Column" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of columns to be printed.</desc>
+ <label xml:lang="en-US">Column</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Row" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Labels/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New Labels Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of rows to be printed.</desc>
+ <label xml:lang="en-US">Row</label>
+ </info>
+ <value>1</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="BusinessCard">
+ <info>
+ <desc xml:lang="en-US">Contains settings for business cards.</desc>
+ </info>
+ <group oor:name="Medium">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the media type used.</desc>
+ </info>
+ <prop oor:name="Continous" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Medium -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if continuous paper or individual sheets are used.</desc>
+ <label xml:lang="en-US">Continous / Sheet</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Brand" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Medium -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the brand name of the business card format.</desc>
+ <label xml:lang="en-US">Brand</label>
+ </info>
+ </prop>
+ <prop oor:name="Type" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Medium -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Medium -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the type of the business card format.</desc>
+ <label xml:lang="en-US">Type</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Format">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the page format.</desc>
+ </info>
+ <prop oor:name="Column" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of business cards arranged next to each other on the page.</desc>
+ <label xml:lang="en-US">Columns</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Row" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of business cards arranged from top to bottom on the page.</desc>
+ <label xml:lang="en-US">Rows</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="HorizontalDistance" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance between the left edge of a business card to the left edge of the adjacent business card. [UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US">Horizontal pitch</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="VerticalDistance" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance between the upper edge of a label to the upper edge of the label below. [UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US">Vertical pitch</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="Width" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the width of each business card [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Width</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the height of each business card [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Height</label>
+ </info>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="LeftMargin" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance from the left edge of the page to the left edge of the first business card . [UNIT=1/100 mm]</desc>
+ <label xml:lang="en-US">Left margin</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="TopMargin" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance from the top of the page to the top of the first business card [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Top margin</label>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Option">
+ <info>
+ <desc xml:lang="en-US">Contains miscellaneous settings.</desc>
+ </info>
+ <prop oor:name="Synchronize" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if contents are synchronized.</desc>
+ <label xml:lang="en-US">Synchronize contents</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Page" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the entire page or a single business card is printed/generated.</desc>
+ <label xml:lang="en-US">Entire page / Single business card</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Column" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of columns to be printed.</desc>
+ <label xml:lang="en-US">Column</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Row" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Options -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Options -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the number of rows to be printed.</desc>
+ <label xml:lang="en-US">Row</label>
+ </info>
+ <value>1</value>
+ </prop>
+ </group>
+ <group oor:name="AutoText">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the AutoText used.</desc>
+ </info>
+ <prop oor:name="Group" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Content -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards BusinessCards -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the AutoText section name.</desc>
+ <label xml:lang="en-US">AutoText section</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Block" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/Content -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards BusinessCards -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the AutoText module name.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="PrivateAddress">
+ <info>
+ <desc xml:lang="en-US">Private address data.</desc>
+ </info>
+ <prop oor:name="FirstName" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your first name</desc>
+ <label xml:lang="en-US">First name</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Name" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your last name</desc>
+ <label xml:lang="en-US">Last name</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="ShortCut" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your initials</desc>
+ <label xml:lang="en-US">Initials</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="SecondFirstName" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your first name (2nd entry)</desc>
+ <label xml:lang="en-US">First name 2</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="SecondName" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your last name (2nd entry)</desc>
+ <label xml:lang="en-US">Last name 2</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="SecondShortCut" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your initials (2nd entry)</desc>
+ <label xml:lang="en-US">Initials 2</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Street" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The name of the street where you live.</desc>
+ <label xml:lang="en-US">Street</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Zip" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your ZIP code</desc>
+ <label xml:lang="en-US">Zip</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="City" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The city where you live.</desc>
+ <label xml:lang="en-US">City</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Country" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The country where you live.</desc>
+ <label xml:lang="en-US">Country</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="State" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The state where you live.</desc>
+ <label xml:lang="en-US">State</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Title" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your title.</desc>
+ <label xml:lang="en-US">Title</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Profession" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your profession.</desc>
+ <label xml:lang="en-US">Profession</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Phone" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your phone number.</desc>
+ <label xml:lang="en-US">Phone</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Mobile" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your mobile phone number.</desc>
+ <label xml:lang="en-US">Mobile</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Fax" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your fax number.</desc>
+ <label xml:lang="en-US">Fax</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="WebAddress" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The address of your homepage.</desc>
+ <label xml:lang="en-US">Homepage</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Email" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/PrivateAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Private -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your e-mail address.</desc>
+ <label xml:lang="en-US">E-mail</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="BusinessAddress">
+ <info>
+ <desc xml:lang="en-US">Business address data.</desc>
+ </info>
+ <prop oor:name="Company" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The company name, 1st line.</desc>
+ <label xml:lang="en-US">Company</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="CompanyExt" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The company name, 2nd line.</desc>
+ <label xml:lang="en-US">CompanyExt</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Slogan" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The company slogan.</desc>
+ <label xml:lang="en-US">Slogan</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Street" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The name of the street.</desc>
+ <label xml:lang="en-US">Street</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Zip" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The ZIP code.</desc>
+ <label xml:lang="en-US">Zip</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="City" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The name of the city.</desc>
+ <label xml:lang="en-US">City</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Country" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The country where the company is located.</desc>
+ <label xml:lang="en-US">Country</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="State" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The state where the company is located.</desc>
+ <label xml:lang="en-US">State</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Position" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your position in the company.</desc>
+ <label xml:lang="en-US">Position</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Phone" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your phone number.</desc>
+ <label xml:lang="en-US">Phone</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Mobile" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your mobile phone number.</desc>
+ <label xml:lang="en-US">Mobile</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Fax" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your fax number.</desc>
+ <label xml:lang="en-US">Fax</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="WebAddress" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The internet address for the company.</desc>
+ <label xml:lang="en-US">WebAddress</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Email" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/BusinessCards/BusinessAddress -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: File New BusinessCards Business -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Your e-mail address.</desc>
+ <label xml:lang="en-US">Email</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="ObjectBar">
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the settings for the object bar.</desc>
+ </info>
+ <group oor:name="Selection">
+ <!-- OldPath: Writer/Toolbars/ObjectBar -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Right mouse click to the toolbar with object selection-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies which type of object bars are visible.</desc>
+ </info>
+ <prop oor:name="Graphic" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies whether the Graphic Object Bar or the Text Object Bar is visible when a graphic is selected.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="Table" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies whether the Table Object Bar or the Text Object Bar is the visible when a table is selected.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="NumberedList" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies whether the Numbering Object Bar or the Text Object Bar is visible when a numbering/list paragraph is selected.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="NumberedList_InTable" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies whether the Numbering Object Bar, the Table Object Bar or the Text Object Bar is visible when a numbering/list selection is made in a table.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="BezierObject" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies whether the Bezier Object Bar or the Draw Object Bar is visible toolbar when a Bezier object is selected in edit mode.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Navigator">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the Navigator.</desc>
+ </info>
+ <prop oor:name="ShowListBox" oor:type="xs:boolean">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Navigator -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Displays the list box in the lower half of the Navigator.</desc>
+ <label xml:lang="en-US">List Box on/off</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="GlobalDocMode" oor:type="xs:boolean">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Navigator -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Switches from Master View and Normal view when a Master Document is opened.</desc>
+ <label xml:lang="en-US">Toggle</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="RootType" oor:type="xs:int">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Navigator -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Switches from displaying all of the elements in the Navigator to displaying only a selected category as the root in the tree view.</desc>
+ <label xml:lang="en-US">Content View</label>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="SelectedPosition" oor:type="xs:int">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Navigator -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies which entry is selected in the Navigator list box.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="OutlineLevel" oor:type="xs:int">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Navigator -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the ouline level shown in the Navigator.</desc>
+ <label xml:lang="en-US">Heading levels shown</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="10">
+ <info>
+ <desc xml:lang="en-US">Maximum value allowed.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10</value>
+ </prop>
+ <prop oor:name="InsertMode" oor:type="xs:int">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Navigator -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the insert mode when moving elements from the Navigator to another document with drag-and-drop.</desc>
+ <label xml:lang="en-US">Drag Mode</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">as Hyperlink</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">as Link</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">as Copy</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="ActiveBlock" oor:type="xs:int">
+ <!-- OldPath: Writer/PIs/Navigator -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Navigator -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the contents of a category are displayed in the Navigator list box.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Envelope">
+ <info>
+ <desc xml:lang="en-US">Contains settings for envelopes.</desc>
+ </info>
+ <group oor:name="Inscription">
+ <info>
+ <desc xml:lang="en-US">Contains inscription settings.</desc>
+ </info>
+ <prop oor:name="Addressee" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Envelope -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the recipient&amp;apos;s address.</desc>
+ <label xml:lang="en-US">Addressee</label>
+ </info>
+ </prop>
+ <prop oor:name="Sender" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Envelope -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the sender&amp;apos;s address.</desc>
+ <label xml:lang="en-US">Sender</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="UseSender" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Envelope -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the sender&amp;apos;s address is used.</desc>
+ <label xml:lang="en-US">Use Sender</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Database" oor:type="xs:string">
+ <!-- OldPath: Writer/Dialog/Envelope/Envelope -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Envelope -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the database to be used for the addressee.</desc>
+ <label xml:lang="en-US">Database</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Format">
+ <info>
+ <desc xml:lang="en-US">Contains format settings.</desc>
+ </info>
+ <prop oor:name="AddresseeFromLeft" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Format // old twips: 6463 / 2-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the addressee field measured from the left margin [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Addressee from left</label>
+ </info>
+ <value>5700</value>
+ </prop>
+ <prop oor:name="AddresseeFromTop" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Format // old twips: 6463 / 2-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the addressee field measured from the upper margin [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Addressee from top</label>
+ </info>
+ <value>5700</value>
+ </prop>
+ <prop oor:name="SenderFromLeft" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the sender field measured from the left margin [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Sender from left</label>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="SenderFromTop" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the sender field measured from the upper margin [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Sender from top</label>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="Width" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the width of the envelope [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Width</label>
+ </info>
+ <value>11400</value>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Format -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Format -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the height of the envelope [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Height</label>
+ </info>
+ <value>22700</value>
+ </prop>
+ </group>
+ <group oor:name="Print">
+ <info>
+ <desc xml:lang="en-US">Contains settings for printing.</desc>
+ </info>
+ <prop oor:name="Alignment" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Printer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the alignment when printing.</desc>
+ <label xml:lang="en-US">Alignment</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Horizontally left</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">Horizontally centered</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Horizontally right</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Vertically left</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Vertically centered</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc xml:lang="en-US">Vertically right</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="FromAbove" oor:type="xs:boolean">
+ <!-- OldPath: Writer/Dialog/Envelope/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Printer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the envelope is printed with the side facing up or down in the printer tray.</desc>
+ <label xml:lang="en-US">Print from top / Print from bottom</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Right" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Printer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the right distance of the printed area (horizontal position).</desc>
+ <label xml:lang="en-US">Shift right</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Down" oor:type="xs:int">
+ <!-- OldPath: Writer/Dialog/Envelope/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Insert Envolpe Printer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the bottom distance of the printed area (vertical position).</desc>
+ <label xml:lang="en-US">Shift down</label>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="InsertData">
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Contains settings for inserting data from a data base.</desc>
+ </info>
+ <set oor:name="DataSet" oor:node-type="DataSetType">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Dialog Insert Database Columns -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The data set to be inserted.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="Wizard">
+ <info>
+ <desc xml:lang="en-US">Contains AutoPilot settings.</desc>
+ </info>
+ <group oor:name="Agenda">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the agenda AutoPilot.</desc>
+ </info>
+ <group oor:name="Template">
+ <info>
+ <desc xml:lang="en-US">Contains templates for the agenda AutoPilot.</desc>
+ </info>
+ <node-ref oor:name="Style" oor:node-type="StyleType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page1-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The template for the preferred style.</desc>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Logo">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the logo.</desc>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 1/ Logo-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if a logo is included with the agenda.</desc>
+ <label xml:lang="en-US">Logo</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="GraphicFile" oor:node-type="FileType">
+ <info>
+ <desc xml:lang="en-US">Specifies the file and filter to be used for the graphic.</desc>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Elements">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the agenda elements.</desc>
+ </info>
+ <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 1 -->
+ <!-- Notice: Constraints: Any -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Title for the agenda.</desc>
+ <label xml:lang="en-US">Title of meeting</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Date" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Date -->
+ <!-- Notice: Default: Current date -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Date of the meeting.</desc>
+ <label xml:lang="en-US">Date</label>
+ </info>
+ </prop>
+ <prop oor:name="Time" oor:type="xs:long">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Time -->
+ <!--Current Time-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Time of the meeting.</desc>
+ <label xml:lang="en-US">Time</label>
+ </info>
+ </prop>
+ <prop oor:name="Location" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 2 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Location of the meeting.</desc>
+ <label xml:lang="en-US">Location</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Occasion" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Occasion -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Reference Occasion as a header for the agenda.</desc>
+ <label xml:lang="en-US">Occasion</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="BringAlong" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Bring along -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Header _Bring along_ for the agenda.</desc>
+ <label xml:lang="en-US">Bring along</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Prepare" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Please prepare -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Reference _Please prepare_ for the agenda.</desc>
+ <label xml:lang="en-US">Please prepare</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Notes" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 2 / Notes -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Element Notes for the agenda.</desc>
+ <label xml:lang="en-US">Notes</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Convened" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Convened by -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Header _Convened by_ for the agenda.</desc>
+ <label xml:lang="en-US">Convened by</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Presiding" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Presiding -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Header _Presiding_ for the agenda.</desc>
+ <label xml:lang="en-US">Presiding</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Minutes" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Minutes -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Header _Minutes_ for the agenda.</desc>
+ <label xml:lang="en-US">Minutes</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Participants" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Participants -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Header Participants for the agenda.</desc>
+ <label xml:lang="en-US">Participants</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Guests" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Guests -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Header_ Guests_ for the agenda.</desc>
+ <label xml:lang="en-US">Guests</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Experts" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Experts -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Header _Experts_ for the agenda.</desc>
+ <label xml:lang="en-US">Experts</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Postprocessing" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 3 / Follow-up -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Header Follow-up for the agenda.</desc>
+ <label xml:lang="en-US">Follow-up</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="UseMinutes" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 6 / Yes-No-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if minutes are generated for the meeting.</desc>
+ <label xml:lang="en-US">Use minutes? Yes/No</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="AgendaTopics">
+ <info>
+ <desc xml:lang="en-US">Defines the list of agenda topics.</desc>
+ </info>
+ <prop oor:name="Number" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 4 / Agenda topic -->
+ <!-- Notice: This must be generic, as it depends on the number of entries defined by the user. -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the total number of agenda topics.</desc>
+ <label xml:lang="en-US">-</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Minimum value allowed.</desc>
+ </info>
+ </minInclusive>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <set oor:name="AgendaList" oor:node-type="AgendaType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page4-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The set of specified agenda topics.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="Save">
+ <info>
+ <desc xml:lang="en-US">Options for saving the agenda document and template.</desc>
+ </info>
+ <prop oor:name="DocInfoTitle" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Title -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Title for the properties.</desc>
+ <label xml:lang="en-US">Title</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="None">
+ <info>
+ <desc xml:lang="en-US">The entry is not be filled.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Weekly Project Meeting">
+ <info>
+ <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Date">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Time">
+ <info>
+ <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Location">
+ <info>
+ <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Occasion">
+ <info>
+ <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Bring ~along">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Please prepare">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="No~tes">
+ <info>
+ <desc xml:lang="en-US">The entry contains notes from the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Co~nvened by">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Presiding">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Minutes">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="P~articipants">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Guests">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Experts">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Follow-up">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="DocInfoSubject" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Subject -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Subject for the properties</desc>
+ <label xml:lang="en-US">Subject</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="None">
+ <info>
+ <desc xml:lang="en-US">The entry is not filled.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Weekly Project Meeting">
+ <info>
+ <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Date">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Time">
+ <info>
+ <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Location">
+ <info>
+ <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Occasion">
+ <info>
+ <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Bring ~along">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Please prepare">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="No~tes">
+ <info>
+ <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Co~nvened by">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Presiding">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Minutes">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="P~articipants">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Guests">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Experts">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Follow-up">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TemplateName" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Name -->
+ <!-- Notice: Constraints: Any -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Assigns a name to the document template.</desc>
+ <label xml:lang="en-US">Name</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TemplateInfo" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Info -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Text that appears in the description field of the properties dialog.</desc>
+ <label xml:lang="en-US">Info</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoDocName" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 5 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Creates a document name automatically.</desc>
+ <label xml:lang="en-US">Automatic</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoPrefix" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 5 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Prefix of the automatically created document name.</desc>
+ <label xml:lang="en-US">Prefix</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoPath" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Destination -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Location to save the document.</desc>
+ <label xml:lang="en-US">Destination</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Letter">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the letter AutoPilot.</desc>
+ </info>
+ <group oor:name="Template">
+ <info>
+ <desc xml:lang="en-US">Contains templates for the letter AutoPilot.</desc>
+ </info>
+ <prop oor:name="Type" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 1 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the template for the letter: personal (true) or business (false).</desc>
+ <label xml:lang="en-US">Which letter template do you want to use?- Business letter/Personal letter</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="Style" oor:node-type="StyleType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page1-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The template for the preferred style.</desc>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Logo">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the logo.</desc>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 2 / Which type of logo?-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the logo frame is visible.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="IsGraphic" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 2 / Which type of logo? - Graphics-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the logo is a graphic.</desc>
+ <label xml:lang="en-US">Type of logo? - Graphics</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Text" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 2 / Which type of logo? - Text-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the logo is text.</desc>
+ <label xml:lang="en-US">Type of logo? - Text</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="GraphicFile" oor:node-type="FileType">
+ <info>
+ <desc xml:lang="en-US">Specifies the file and filter to be used for the graphic.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Position" oor:node-type="PositionXYType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 2 / Position-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the X and Y position of the logo frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Size" oor:node-type="SizeType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 2 / Size-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the size of the logo frame.</desc>
+ </info>
+ </node-ref>
+ <group oor:name="Alignment">
+ <info>
+ <desc xml:lang="en-US">Contains settings for aligning the logo.</desc>
+ </info>
+ <node-ref oor:name="Type" oor:node-type="AlignmentType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 2 / Position-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Aligns the logo frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Position" oor:node-type="PositionType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 2 / Position-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the logo frame.</desc>
+ <label xml:lang="en-US">From left, From right, From top, From bottom</label>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Sender">
+ <info>
+ <desc xml:lang="en-US">Contains sender settings.</desc>
+ </info>
+ <prop oor:name="Content" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 3-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the content of the sender text frame.</desc>
+ <label xml:lang="en-US">Enter sender address</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Show" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 3 (for private letters)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the sender text frame is visible in a private letter.</desc>
+ <label xml:lang="en-US">Show sender? - Yes/No</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Repeat" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 3 (for business letters)-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the sender is repeated in the addressee (true) or not (false). This option is only available if a business letter is used.</desc>
+ <label xml:lang="en-US">Repeat in addressee field? - Yes/No</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="Position" oor:node-type="PositionXYType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 3 / Enter sender address -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the X and Y position of the sender text frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Size" oor:node-type="SizeType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 3 / Enter sender address -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the size of the sender text frame.</desc>
+ <label xml:lang="en-US">Width, Height</label>
+ </info>
+ </node-ref>
+ <group oor:name="Alignment">
+ <info>
+ <desc xml:lang="en-US">Contains settings for aligning the sender text frame.</desc>
+ </info>
+ <node-ref oor:name="Type" oor:node-type="AlignmentType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 3 / Enter sender address -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Aligns the sender text frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Position" oor:node-type="PositionType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 3 / Enter sender address -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the the position of the sender text frame.</desc>
+ <label xml:lang="en-US">From left, From right, From top, From bottom</label>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Recipient">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the recipient entries.</desc>
+ </info>
+ <prop oor:name="Database" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 4 / Database -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the database to be used for the addressee.</desc>
+ <label xml:lang="en-US">Database / Database fields</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="DataTable" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Database -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the database table.</desc>
+ <label xml:lang="en-US">Database table or query name</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Content" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 4 / Address-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the content of the addressee text frame.</desc>
+ <label xml:lang="en-US">Address</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Salutation" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 4 / Salutation -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the text for the salutation.</desc>
+ <label xml:lang="en-US">Salutation</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="SalutationField" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 4 / Salutation -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the database field for the salutation text.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="Position" oor:node-type="PositionXYType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 4 / Addressee -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the X and Y position of the addressee text frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Size" oor:node-type="SizeType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 4 / Addressee -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the size of the addressee text frame.</desc>
+ </info>
+ </node-ref>
+ <group oor:name="Alignment">
+ <info>
+ <desc xml:lang="en-US">Contains settings for aligning the addressee text frame.</desc>
+ </info>
+ <node-ref oor:name="Type" oor:node-type="AlignmentType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 4 / Addressee -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Aligns the addressee text frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Position" oor:node-type="PositionType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 4 / Addressee -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the addressee frame.</desc>
+ <label xml:lang="en-US">From left, From right, From top, From bottom</label>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Elements">
+ <info>
+ <desc xml:lang="en-US">Contains settings specifying the letter elements.</desc>
+ </info>
+ <prop oor:name="Copy" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Copies</desc>
+ <label xml:lang="en-US">Copy to</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Enclosure" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 2 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if there are additional enclosures.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <group oor:name="Element1">
+ <info>
+ <desc xml:lang="en-US">Contains settings for element 1.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 / Which elements should the letter contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes standard element 1 in the text.</desc>
+ <label xml:lang="en-US">1.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element2">
+ <info>
+ <desc xml:lang="en-US">Contains settings for element 2.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 / Which elements should the letter contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes standard element 2 in the text.</desc>
+ <label xml:lang="en-US">2.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element3">
+ <info>
+ <desc xml:lang="en-US">Contains settings for element 3.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 / Which elements should the letter contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes standard element 3 in the text.</desc>
+ <label xml:lang="en-US">3.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element4">
+ <info>
+ <desc xml:lang="en-US">Contains settings for element 4.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 / Which elements should the letter contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes standard element 4 in the text.</desc>
+ <label xml:lang="en-US">4.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Date">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the date.</desc>
+ </info>
+ <node-ref oor:name="Value" oor:node-type="IntElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 / Date -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Inserts a date as a field function.</desc>
+ <label xml:lang="en-US">Date</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Subject">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the subject.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 / Subject line -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Inserts a subject line.</desc>
+ <label xml:lang="en-US">Subject</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="PageNumber">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the actual page number and total page number.</desc>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the page number is visible.</desc>
+ <label xml:lang="en-US">Page numbers</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TextBefore" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the text to place before the page number.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Format" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
+ <!-- Notice: Depends on the international settings -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the format of page number.</desc>
+ </info>
+ </prop>
+ <group oor:name="TotalPageCount">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the total number of pages.</desc>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the total number of pages is visible.</desc>
+ <label xml:lang="en-US">Total page count</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TextBefore" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 5 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the text to place before the total number of pages.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Header">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the header.</desc>
+ </info>
+ <prop oor:name="FromTop" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance of header to the top of the page [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">From top</label>
+ </info>
+ </prop>
+ <prop oor:name="FromText" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance of header to the text [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">From text</label>
+ </info>
+ </prop>
+ <group oor:name="Sender">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the sender frame.</desc>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the sender frame is visible.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="Size" oor:node-type="SizeType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints:File / AutoPilot / Letter / Page 7 / Header-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the size of sender frame.</desc>
+ <label xml:lang="en-US">Sender - Width, Height</label>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Alignment" oor:node-type="AlignmentType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Aligns the sender frame in the header.</desc>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Logo">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the logo frame.</desc>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies that the logo frame is visible.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="Size" oor:node-type="SizeType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints:File / AutoPilot / Letter / Page 7 / Header-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the size of the logo frame.</desc>
+ <label xml:lang="en-US">Logo - Width, Height</label>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Alignment" oor:node-type="AlignmentType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Header -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Aligns the logo frame in the header.</desc>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Footer">
+ <info>
+ <desc xml:lang="en-US">Contains settings used for the footer.</desc>
+ </info>
+ <group oor:name="OnPage1">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the footer used on the first page.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies that the footer is visible on Page 1.</desc>
+ <label xml:lang="en-US">Footer on</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Separator" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Toggles the delimiter line of the document footer.</desc>
+ <label xml:lang="en-US">Separator line</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the footer text.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="FromBottom" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance of footer from bottom on page 1 [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">From bottom</label>
+ </info>
+ </prop>
+ <prop oor:name="FromText" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance of footer from text on page 1 [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">From text</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="OnContinuationPages">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the footer used on every page other than the first page.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies that the footer is visible on the next page.</desc>
+ <label xml:lang="en-US">Footer on</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="FromBottom" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance of the footer on the next page from the bottom [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">From bottom</label>
+ </info>
+ </prop>
+ <prop oor:name="FromText" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 7 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the distance of the footer on the next next page from the text [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">From text</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="PageMargin">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the page margin.</desc>
+ </info>
+ <prop oor:name="Left" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the left page margin [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">Page margins - From left</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Right" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 6 / Footer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the right page margin [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">Page margins - From right</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="Save">
+ <info>
+ <desc xml:lang="en-US">Contains save options for the document created with this template.</desc>
+ </info>
+ <prop oor:name="DocInfoTitle" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 8 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the title for the properties.</desc>
+ <label xml:lang="en-US">Title</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="None">
+ <info>
+ <desc xml:lang="en-US">The entry is not filled.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Weekly Project Meeting">
+ <info>
+ <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Date">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Time">
+ <info>
+ <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Location">
+ <info>
+ <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Occasion">
+ <info>
+ <desc xml:lang="en-US">The entry contains the reason the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Bring ~along">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Please prepare">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="No~tes">
+ <info>
+ <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Co~nvened by">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Presiding">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Minutes">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="P~articipants">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Guests">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Experts">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Follow-up">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="DocInfoSubject" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 8 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Subject for the properties.</desc>
+ <label xml:lang="en-US">Subject</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="None">
+ <info>
+ <desc xml:lang="en-US">The entry is not filled.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Weekly Project Meeting">
+ <info>
+ <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Date">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Time">
+ <info>
+ <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Location">
+ <info>
+ <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Occasion">
+ <info>
+ <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Bring ~along">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Please prepare">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="No~tes">
+ <info>
+ <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Co~nvened by">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Presiding">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Minutes">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="P~articipants">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Guests">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Experts">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Follow-up">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TemplateName" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 8 / Name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the name of the template.</desc>
+ <label xml:lang="en-US">Name</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TemplateInfo" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 8 / Info -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the text for the description field in the properties dialog.</desc>
+ <label xml:lang="en-US">Info</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoDocName" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 8 / File name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Creates a document name automatically.</desc>
+ <label xml:lang="en-US">Automatic</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoPrefix" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 8 / File name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the prefix of the automatically created document name.</desc>
+ <label xml:lang="en-US">Prefix</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoPath" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 8 / File name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the location to save the document.</desc>
+ <label xml:lang="en-US">Destination</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="Print">
+ <info>
+ <desc xml:lang="en-US">Contains settings for printing.</desc>
+ </info>
+ <prop oor:name="Sender" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 9 / -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies when the sender is printed.</desc>
+ <label xml:lang="en-US">Sender</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">First page</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Continuation pages</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Do not print</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Logo" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 9 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Determines when the logo in printed.</desc>
+ <label xml:lang="en-US">Logo</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">First page</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Continuation pages</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">Do not print</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Printer" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 9 / Setup -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the current printer.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <group oor:name="Tray">
+ <info>
+ <desc xml:lang="en-US">Contains settings for trays used for the first and the subsequent pages.</desc>
+ </info>
+ <prop oor:name="Page1" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 9 / First page -->
+ <!-- Notice: Constraints: Depends on the printer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the printer tray to be used for the first page.</desc>
+ <label xml:lang="en-US">First page</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="ContinuationPage" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Letter / Page 9 / Continuation page -->
+ <!-- Notice: Constraints: Depends on the printer -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the paper source for the subsequent pages.</desc>
+ <label xml:lang="en-US">Continuation page</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Fax">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the fax AutoPilot.</desc>
+ </info>
+ <group oor:name="Template">
+ <info>
+ <desc xml:lang="en-US">Contains templates for the fax AutoPilot.</desc>
+ </info>
+ <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 1 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Fax title</desc>
+ <label xml:lang="en-US">Please enter the fax title</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="Fax Note">
+ <info>
+ <desc xml:lang="en-US">The entry contains the note entered for the fax.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Fax Cover">
+ <info>
+ <desc xml:lang="en-US">The entry contains the fax cover page.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Fax Letter">
+ <info>
+ <desc xml:lang="en-US">The entry contains the letter selected for the fax.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Fax Message">
+ <info>
+ <desc xml:lang="en-US">The entry contains the fax message.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Telefax">
+ <info>
+ <desc xml:lang="en-US">The entry contains the text 'Telefax'.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="User Title">
+ <info>
+ <desc xml:lang="en-US">The entry contains the user-defined title.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="Style" oor:node-type="StyleType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax/ Page1-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the template for the preferred style.</desc>
+ </info>
+ </node-ref>
+ <group oor:name="Format">
+ <info>
+ <desc xml:lang="en-US">Contains page format settings.</desc>
+ </info>
+ <prop oor:name="Width" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 1 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the page width [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">Select fax format</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 1 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the page height [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">Select fax format</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Logo">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the logo frame.</desc>
+ </info>
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: ?? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the logo frame is visible.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="IsGraphic" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the logo is a graphic.</desc>
+ <label xml:lang="en-US">Type of logo? - Graphics</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Text" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the logo text.</desc>
+ <label xml:lang="en-US">Logo text</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="GraphicFile" oor:node-type="FileType">
+ <!-- OldLocation: wizard.ini -->
+ <!--File / AutoPilot / Fax / Page 2 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the filename if the logo is a graphic.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Position" oor:node-type="PositionXYType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the X and Y position of the logo frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Size" oor:node-type="SizeType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the size of the logo frame.</desc>
+ </info>
+ </node-ref>
+ <group oor:name="Alignment">
+ <info>
+ <desc xml:lang="en-US">Contains settings for aligning the frame.</desc>
+ </info>
+ <node-ref oor:name="Type" oor:node-type="AlignmentType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Aligns the logo frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Position" oor:node-type="PositionType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 2 / Logo -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the logo frame.</desc>
+ <label xml:lang="en-US">From left, From right, From top, From bottom</label>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Sender">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the sender frame.</desc>
+ </info>
+ <prop oor:name="Content" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 3 / Address field-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the content of the sender text frame.</desc>
+ <label xml:lang="en-US">Enter sender address</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TelNumber" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 3-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the telephone number of the sender.</desc>
+ <label xml:lang="en-US">Phone</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="FaxNumber" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the fax number of the sender.</desc>
+ <label xml:lang="en-US">Telefax</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="Position" oor:node-type="PositionXYType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 3 / Enter sender address -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the X and Y position of the sender text frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Size" oor:node-type="SizeType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 3 / Enter sender address -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the size of the sender text frame.</desc>
+ <label xml:lang="en-US">Width</label>
+ </info>
+ </node-ref>
+ <group oor:name="Alignment">
+ <info>
+ <desc xml:lang="en-US">Contains settings for aligning the sender frame.</desc>
+ </info>
+ <node-ref oor:name="Type" oor:node-type="AlignmentType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 3-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Aligns the sender text frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Position" oor:node-type="PositionType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 3-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the sender text frame.</desc>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Recipient">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the recipient frame.</desc>
+ </info>
+ <prop oor:name="Database" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Database -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the database to be used.</desc>
+ <label xml:lang="en-US">Database fields</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="DataTable" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Database -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the database table to be used.</desc>
+ <label xml:lang="en-US">Database table or query name</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Content" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Address-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the content of the addressee text frame.</desc>
+ <label xml:lang="en-US">Address</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TelNumber" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Salutation -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The telephone number of the addressee.</desc>
+ <label xml:lang="en-US">Phone</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="FaxNumber" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Salutation -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">The fax number of the addressee.</desc>
+ <label xml:lang="en-US">Fax</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="Position" oor:node-type="PositionXYType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Addressee -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the X and Y position of the Addressee text frame</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Size" oor:node-type="SizeType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Addressee -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the size of the addressee text frame.</desc>
+ </info>
+ </node-ref>
+ <group oor:name="Alignment">
+ <info>
+ <desc xml:lang="en-US">Contains settings for aligning the recipient frame.</desc>
+ </info>
+ <node-ref oor:name="Type" oor:node-type="AlignmentType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Addressee -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Aligns the addressee text frame.</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="Position" oor:node-type="PositionType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 4 / Addressee -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the position of the addressee text frame.</desc>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Elements">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the content elemnts.</desc>
+ </info>
+ <prop oor:name="Copy" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 5 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Copies</desc>
+ <label xml:lang="en-US">Copy to</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <group oor:name="Element1">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the element 1.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 5 / Which elements should the Fax contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes the standard element 1 in the text.</desc>
+ <label xml:lang="en-US">1.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element2">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the element 2.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 5 / Which elements should the Fax contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes the standard element 2 in the text.</desc>
+ <label xml:lang="en-US">2.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element3">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the element 3.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 5 / Which elements should the Fax contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes the standard element 3 in the text.</desc>
+ <label xml:lang="en-US">3.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element4">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the element 4.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 5 / Which elements should the Fax contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes the standard element 4 in the text.</desc>
+ <label xml:lang="en-US">4.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Date">
+ <info>
+ <desc xml:lang="en-US">Contains date settings.</desc>
+ </info>
+ <node-ref oor:name="Value" oor:node-type="IntElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 5 / Date -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Inserts a date as a field function.</desc>
+ <label xml:lang="en-US">Date</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Time">
+ <info>
+ <desc xml:lang="en-US">Contains time settings.</desc>
+ </info>
+ <node-ref oor:name="Value" oor:node-type="IntElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 5 / Time -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Inserts a time as a field function.</desc>
+ <label xml:lang="en-US">Time</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Subject">
+ <info>
+ <desc xml:lang="en-US">Contains subject settings.</desc>
+ </info>
+ <node-ref oor:name="Value" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 5 / Subject line -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Inserts a subject line.</desc>
+ <label xml:lang="en-US">Subject line</label>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Footer">
+ <info>
+ <desc xml:lang="en-US">Contains footer settings.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies that the footer is visible on Page 1.</desc>
+ <label xml:lang="en-US">Footer on</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Separator" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Toggles the delimiter line of the document footer.</desc>
+ <label xml:lang="en-US">Separator line</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the text for the footer.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="PageMargin">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the page margin.</desc>
+ </info>
+ <prop oor:name="Left" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the left page margin [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">Page margins - From left</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Right" oor:type="xs:int">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 6 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the right page margin [UNIT=1/10 mm].</desc>
+ <label xml:lang="en-US">Page margins - From right</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="Save">
+ <info>
+ <desc xml:lang="en-US">Contains settings for saving the document created with this template.</desc>
+ </info>
+ <prop oor:name="DocInfoTitle" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 7 / Info -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the title for the properties.</desc>
+ <label xml:lang="en-US">Title</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="None">
+ <info>
+ <desc xml:lang="en-US">The entry is not filled.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Weekly Project Meeting">
+ <info>
+ <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Date">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Time">
+ <info>
+ <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Location">
+ <info>
+ <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Occasion">
+ <info>
+ <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Bring ~along">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Please prepare">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="No~tes">
+ <info>
+ <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Co~nvened by">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who convenes the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Presiding">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Minutes">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="P~articipants">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Guests">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Experts">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Follow-up">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="DocInfoSubject" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 7 / Info -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the subject for the properties.</desc>
+ <label xml:lang="en-US">Subject</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="None">
+ <info>
+ <desc xml:lang="en-US">The entry is not filled.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Weekly Project Meeting">
+ <info>
+ <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Date">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Time">
+ <info>
+ <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Location">
+ <info>
+ <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Occasion">
+ <info>
+ <desc xml:lang="en-US">The entry contains the reason of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Bring ~along">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Please prepare">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="No~tes">
+ <info>
+ <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Co~nvened by">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Presiding">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Minutes">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="P~articipants">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Guests">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Experts">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Follow-up">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TemplateName" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 7 / Template -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the name of the template.</desc>
+ <label xml:lang="en-US">Name</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TemplateInfo" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 7 / Template -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the text for the description field in the properties dialog.</desc>
+ <label xml:lang="en-US">Info</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoDocName" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 7 / File name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Create a document name automatically</desc>
+ <label xml:lang="en-US">Automatic</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoPrefix" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 7 / File name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the prefix of the automatically created document name.</desc>
+ <label xml:lang="en-US">Prefix</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoPath" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Fax / Page 7 / File name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the location to save the document.</desc>
+ <label xml:lang="en-US">Location</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Memo">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the memo AutoPilot.</desc>
+ </info>
+ <group oor:name="Template">
+ <info>
+ <desc xml:lang="en-US">Contains templates for the memo AutoPilot.</desc>
+ </info>
+ <node-ref oor:name="Style" oor:node-type="StyleType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page1-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the template for the preferred style.</desc>
+ </info>
+ </node-ref>
+ <group oor:name="Title">
+ <info>
+ <desc xml:lang="en-US">Contains title settings.</desc>
+ </info>
+ <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 1 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the title of the memo.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="Internal Memo">
+ <info>
+ <desc xml:lang="en-US">The entry contains the text 'Internal Memo'.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Interoffice Memo">
+ <info>
+ <desc xml:lang="en-US">The entry contains the text 'Interoffice Memo'.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Memorandum">
+ <info>
+ <desc xml:lang="en-US">The entry contains the text 'Memorandum'.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="IsGraphic" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 1 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the title of the memo is text (false) or a graphic (true).</desc>
+ <label xml:lang="en-US">As text / As picture</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="File" oor:node-type="FileType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page1-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the file name and the filter name if the title is a graphic.</desc>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Elements">
+ <info>
+ <desc xml:lang="en-US">Contains settings specifying which elements the memo should contain.</desc>
+ </info>
+ <prop oor:name="To" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Add Addressee</desc>
+ <label xml:lang="en-US">To</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Copy" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Copies</desc>
+ <label xml:lang="en-US">Copy to</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="From" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Add Sender address</desc>
+ <label xml:lang="en-US">From</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <group oor:name="Element1">
+ <info>
+ <desc xml:lang="en-US">Contains settings for element 1.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 / Which elements should the Memo contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes the standard element 1 in the text.</desc>
+ <label xml:lang="en-US">1.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element2">
+ <info>
+ <desc xml:lang="en-US">Contains settings for element 2.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 / Which elements should the Memo contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes the standard element 2 in the text.</desc>
+ <label xml:lang="en-US">2.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element3">
+ <info>
+ <desc xml:lang="en-US">Contains settings for element 3.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 / Which elements should the Memo contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes the standard element 3 in the text</desc>
+ <label xml:lang="en-US">3.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Element4">
+ <info>
+ <desc xml:lang="en-US">Contains settings for element 4.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 / Which elements should the Memo contain? -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Includes the standard element 4 in the text.</desc>
+ <label xml:lang="en-US">4.</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Date">
+ <info>
+ <desc xml:lang="en-US">Contains date settings.</desc>
+ </info>
+ <node-ref oor:name="Value" oor:node-type="IntElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 / Date -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Inserts a date as a field function.</desc>
+ <label xml:lang="en-US">Date</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Subject">
+ <info>
+ <desc xml:lang="en-US">Contains subject settings.</desc>
+ </info>
+ <node-ref oor:name="Text" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 2 / Subject line -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Inserts a subject line.</desc>
+ <label xml:lang="en-US">Subject line</label>
+ </info>
+ </node-ref>
+ </group>
+ </group>
+ <group oor:name="Header">
+ <info>
+ <desc xml:lang="en-US">Contains header settings.</desc>
+ </info>
+ <prop oor:name="Date" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Date in the header</desc>
+ <label xml:lang="en-US">Date</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Title" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Title in the header</desc>
+ <label xml:lang="en-US">Title</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="PageNumber" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Page number in the header</desc>
+ <label xml:lang="en-US">Page number</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Separator" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Toggles the delimiter line of the document header.</desc>
+ <label xml:lang="en-US">Separator line</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ <group oor:name="Footer">
+ <info>
+ <desc xml:lang="en-US">Contains footer settings.</desc>
+ </info>
+ <prop oor:name="Date" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Date in the footer</desc>
+ <label xml:lang="en-US">Date</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="PageNumber" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Page number in the footer</desc>
+ <label xml:lang="en-US">Continuation page number</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="Separator" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Toggles the delimiter line of the document footer.</desc>
+ <label xml:lang="en-US">Separator line</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <node-ref oor:name="ConfidentialLevel" oor:node-type="TextElementType">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 3 -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Confidential visible in the footer.</desc>
+ <label xml:lang="en-US">Confidentiality level</label>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="Save">
+ <info>
+ <desc xml:lang="en-US">Contains save options for the document created with this template.</desc>
+ </info>
+ <prop oor:name="DocInfoTitle" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 7 / Info -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the title for the properties.</desc>
+ <label xml:lang="en-US">Title</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="None">
+ <info>
+ <desc xml:lang="en-US">The entry is not filled.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Weekly Project Meeting">
+ <info>
+ <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Date">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Time">
+ <info>
+ <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Location">
+ <info>
+ <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Occasion">
+ <info>
+ <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Bring ~along">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Please prepare">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="No~tes">
+ <info>
+ <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Co~nvened by">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Presiding">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Minutes">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="P~articipants">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Guests">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Experts">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Follow-up">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the follow-up meetings.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="DocInfoSubject" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 7 / Info -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the subject for the properties.</desc>
+ <label xml:lang="en-US">Subject</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="None">
+ <info>
+ <desc xml:lang="en-US">The entry is not filled.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Weekly Project Meeting">
+ <info>
+ <desc xml:lang="en-US">The entry contains the title of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Date">
+ <info>
+ <desc xml:lang="en-US">The entry contains the date of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Time">
+ <info>
+ <desc xml:lang="en-US">The entry contains the time of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Location">
+ <info>
+ <desc xml:lang="en-US">The entry contains the location of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Occasion">
+ <info>
+ <desc xml:lang="en-US">The entry contains the reason for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Bring ~along">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items which are to be brought to the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Please prepare">
+ <info>
+ <desc xml:lang="en-US">The entry contains the items to prepare for the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="No~tes">
+ <info>
+ <desc xml:lang="en-US">The entry contains notes of the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="Co~nvened by">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who convened the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Presiding">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the person who presides over the meeting.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Minutes">
+ <info>
+ <desc xml:lang="en-US">The entry contains the name of the meeting minutes.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="P~articipants">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the participants.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Guests">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the guests.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Experts">
+ <info>
+ <desc xml:lang="en-US">The entry contains the number of the experts.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="~Follow-up">
+ <info>
+ <desc xml:lang="en-US">The entry will contain the date of the follow-up meetings.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TemplateName" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 7 / Template -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the name of the template.</desc>
+ <label xml:lang="en-US">Name</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="TemplateInfo" oor:type="xs:string" oor:localized="true">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 7 / Template -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the text for the description field in the properties dialog.</desc>
+ <label xml:lang="en-US">Info</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoPrefix" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 7 / File name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the prefix of the automatically created document name.</desc>
+ <label xml:lang="en-US">Prefix</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoDocName" oor:type="xs:boolean">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Memo / Page 7 / File name -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the location to save the document.</desc>
+ <label xml:lang="en-US">Location</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="AutoPath" oor:type="xs:string">
+ <!-- OldLocation: wizard.ini -->
+ <!-- UIHints: File / AutoPilot / Agenda / Page 5 / Destination -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the location to save the document.</desc>
+ <label xml:lang="en-US">Destination</label>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Filter">
+ <info>
+ <desc xml:lang="en-US">Contains filter settings.</desc>
+ </info>
+ <group oor:name="Import">
+ <info>
+ <desc xml:lang="en-US">Contains import settings.</desc>
+ </info>
+ <group oor:name="VBA">
+ <info>
+ <desc xml:lang="en-US">Contains settings for importing VBA Basic.</desc>
+ </info>
+ <prop oor:name="Load" oor:type="xs:boolean">
+ <!-- OldPath: Filter/MS_Office/Basic/Word -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Word 97/2000 -->
+ <info>
+ <author>OS</author>
+ <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>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Save" oor:type="xs:boolean">
+ <!-- OldPath: Filter/MS_Office/Basic/Word -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Filter Settings Microsoft Office [Section] Microsoft Word 97/2000 -->
+ <info>
+ <author>OS</author>
+ <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>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Numbering">
+ <info>
+ <desc xml:lang="en-US">Contains settings for Numbering/Bullets.</desc>
+ </info>
+ <group oor:name="Graphic">
+ <info>
+ <desc xml:lang="en-US">Contains settings for graphics used for bullets.</desc>
+ </info>
+ <prop oor:name="KeepRatio" oor:type="xs:boolean">
+ <!--OldLocation: Soffice.cfg -->
+ <!--UIHints: Numbering/Bullets dialog - Customize - Graphics - Keep Ratio-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Maintains the proportions of pictures when the size is modified.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Statistics">
+ <info>
+ <desc xml:lang="en-US">Contains settings for document statistics.</desc>
+ </info>
+ <group oor:name="WordNumber">
+ <info>
+ <desc xml:lang="en-US">Contains word number settings.</desc>
+ </info>
+ <prop oor:name="Delimiter" oor:type="xs:string">
+ <!--OldLocation: Soffice.cfg -->
+ <!--UIHints: File - Properties - Statistics - Word number - Separator-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the character to be used as a separator.</desc>
+ </info>
+ <value>() \t\n\xff</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Index">
+ <info>
+ <desc xml:lang="en-US">Contains settings for indices.</desc>
+ </info>
+ <prop oor:name="ShowPreview" oor:type="xs:boolean">
+ <!-- OldLocation: Soffice.cfg -->
+ <!--UIHints: Insert - Indexes - Show preview -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if a preview of the index is displayed in the Insert Index dialog .</desc>
+ <label xml:lang="en-US">Show Preview</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="FormLetter">
+ <info>
+ <desc xml:lang="en-US">Specifies the settings for form letter output.</desc>
+ </info>
+ <group oor:name="PrintOutput">
+ <info>
+ <desc xml:lang="en-US">Specifies the settings for form letter output to printer.</desc>
+ </info>
+ <prop oor:name="SinglePrintJobs" oor:type="xs:boolean">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Form letter - Printer output - Single print jobs-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Prints each form letter individually with the selected printer (true).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="MailingOutput">
+ <info>
+ <desc xml:lang="en-US">Specifies the settings for form letter output as mail.</desc>
+ </info>
+ <prop oor:name="Format" oor:type="xs:int">
+ <!-- OldLocation: Soffice.cfg -->
+ <!--UIHints: Form letter - Mailing output - Mail format-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the mail format.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">ASCII</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">HTML</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">RTF</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">Writer</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ <group oor:name="FileOutput">
+ <info>
+ <desc xml:lang="en-US">Settings for form letter output to file.</desc>
+ </info>
+ <prop oor:name="Path" oor:type="xs:string">
+ <!-- OldLocation: Soffice.cfg -->
+ <!--UIHints: Form letter - File output - Path-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the path for the form letter file.</desc>
+ </info>
+ </prop>
+ <group oor:name="FileName">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- OldPath: Writer/Insert/Tables -->
+ <!-- UIHints: Tools - Options - Text document - Insert - [Section] Tables -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies how the file name is built.</desc>
+ </info>
+ <prop oor:name="Generation" oor:type="xs:boolean">
+ <!--UI hints: Form letter - File output - Generate file name from - Database field / Manual setting-->
+ <info>
+ <desc xml:lang="en-US">Determines if the file name is generated from a database field or from user input.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="FromDatabaseField" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the column name to be used as file name.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ <prop oor:name="FromManualSetting" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the name entered manually.</desc>
+ </info>
+ <value xsi:nil="true"/>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="Misc">
+ <info>
+ <desc xml:lang="en-US">Contains miscellaneous settings.</desc>
+ </info>
+ <prop oor:name="GraphicToGalleryAsLink" oor:type="xs:boolean">
+ <!-- OldLocation: Soffice.cfg -->
+ <!--UIHints: context menu of readonly loaded documents-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if a preview of the index is displayed in the dialog Insert Index.</desc>
+ <label xml:lang="en-US">Show Preview</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="FilterFlags">
+ <info>
+ <desc xml:lang="en-US">These filter flags are only valid for specific filters and mostly refer to importing documents. By default, all of the settings are off-state (0) and should only be changed by an experienced administrator. To create a parameter, the values must be combined with the OR operator.</desc>
+ </info>
+ <group oor:name="Excel_Lotus">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the Excel/Lotus filter.</desc>
+ </info>
+ <prop oor:name="MinRow" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the minimum number of rows that can be imported.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="MaxRow" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the maximum number of rows that can be imported.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="MinCol" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the minimum number of columns that can be imported.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="MaxCol" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the maximum number of columns that can be imported.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="W4W">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the Word4Word filter.</desc>
+ </info>
+ <prop oor:name="W4WHD" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the minimum height for the header. If this flag is not set, a default height of 5 mm is applied.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="W4WFT" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the minimum height of the footer. If this flag is not set, a default height of 5 mm is applied.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="W4W000" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">A Word for Word filter flag entry. If W4W000 is set, the flag is valid for all W4W filters that are not specified in detail. To specify a filter, replace "000" with the corresponding filter ID.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_FLY_IN_CNTNT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_GRAF_IN_CNTNT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">W4WFL_EXACT_TABLES</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_DBL_TBL_BORDER_REMOVE </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="16">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_WW_SPECCHAR</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="32">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_APO_HNL_REMOVE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="64">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_DBL_APO_BORDER_REMOVE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="128">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_HDFT_DIST</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="256">
+ <info>
+ <desc xml:lang="en-US">W4WFL_ALL_HDFT_DIST</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="512">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_PCTEXT4_124</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1024">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_PCTEXT4_INDENT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2048">
+ <info>
+ <desc xml:lang="en-US">W4WFL_ALL_HDFT_MAINATTR </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4096">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_PCTEXT4_HDFT_MAINATTR </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8192">
+ <info>
+ <desc xml:lang="en-US">W4WFL_NO_PCTEXT4_STP_DEC2 </desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="WinWord">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the WinWord filter.</desc>
+ </info>
+ <prop oor:name="WW1F" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Flags for controlling the import of WinWord 1.0 documents.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">TAG_FLD</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="64">
+ <info>
+ <desc xml:lang="en-US">ALLOW_FLD_CR </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="256">
+ <info>
+ <desc xml:lang="en-US">DONT_HARD_PROTECT </desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WW" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Flags for importing WinWord documents.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_TEXT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_STYLES</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_ZSTYLES</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_APO</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="16">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_HDFT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="32">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_FTN</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="64">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_FLD</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="128">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_GRAF</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="256">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_DEFTABS</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="512">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_LRUL</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1024">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_DEFSTYLES</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2048">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_TABLE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4096">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_OUTLINE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8192">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_NUMRULE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="16384">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_IMPLPASP</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="32768">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_GRAFLAYER</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="65536">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_COMPLEX</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="131072">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_OLE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="262144">
+ <info>
+ <desc xml:lang="en-US">WWFL_OLE_TO_GRAF</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="524288">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_VCCONTROLS</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1048576">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_STD_STY_DYA</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2097152">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_COLS</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="536870912">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_IMPORT</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WW8" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Flags for importing WinWord 8 documents.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">WW8FL_NO_FLY_FOR_TXBX</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">EQUAL_TAB_BORDERDISTS</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWF" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Flags for controlling the import of fields in WW6 documents. The key WWF stands for "WinWord Field". </desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">TAG_FLD</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">WWFFL_TAGS_DO_ID</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">WWFFL_TAGS_VISIBLE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc xml:lang="en-US">WWFL_BOOK_TO_VAR_REF</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="16">
+ <info>
+ <desc xml:lang="en-US">WWFL_BOOK_AND_REF </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="32">
+ <info>
+ <desc xml:lang="en-US">TAGS_IN_TEXT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="64">
+ <info>
+ <desc xml:lang="en-US">ALLOW_FLD_CR </desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="128">
+ <info>
+ <desc xml:lang="en-US">NO_FLD_CR</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="256">
+ <info>
+ <desc xml:lang="en-US">DONT_HARD_PROTECT </desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFA0" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">"WinWord-field tag Always". A bit-field with 32 bits for enabling the tagging of fields for every field type. WWFA0 controls the field types 0 to 31.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFA1" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">"WinWord-field tag Always". A bit-field with 32 bits for enabling the tagging of fields for every field type. WWFA0 controls the field types 32 to 63.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFA2" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">"WinWord-field tag Always". A bit-field with 32 bits for enabling the tagging of fields for every field type. WWFA0 controls the field types 64 to 95.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFB0" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">"WinWord-field tag when Bad". A bit-field with 32 bits for disabling the tagging of fields for every field type. Useful for fields that cannot be imported completely, for example, nested fields. WWFB0 controls the field types 0 to 31.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFB1" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">"WinWord-field tag when Bad". A bit-field with 32 bits for disabling the tagging of fields for every field type. Useful for fields that cannot be imported completely, for example, nested fields. WWFB0 controls the field types 32 to 63.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFB2" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">"WinWord-field tag when Bad". A bit-field with 32 bits for disabling the tagging of fields for every field type. Useful for fields that cannot be imported completely, for example, nested fields. WWFB0 controls the field types 64 to 95.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFLX" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the X offset for text frames [UNIT=1/100 mm].</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFLY" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the Y offset for text frames [UNIT=1/100 mm].</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWFT" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Specifies the distance between the footnote and the main text [UNIT=1/100 mm].</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="WWWR" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Several flags for exporting (for debugging).</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">WWFL_ULSPACE_LIKE_SWG</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="128">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_GRAF</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="131072">
+ <info>
+ <desc xml:lang="en-US">WWFL_NO_OLE</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Writer">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the Writer filter.</desc>
+ </info>
+ <prop oor:name="SW3Imp" oor:type="xs:long">
+ <info>
+ <desc xml:lang="en-US">Flags for the Writer filter.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Off</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">NoDrawingObjects</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">NoLayoutInfo</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
index b6c701006dc9..33ebb3404591 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:07:15 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:16:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,1013 +60,1010 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: OS -->
- <info>
- <desc xml:lang="en-US">Contains settings for the HTML editor.</desc>
- </info>
- <import oor:component="org.openoffice.Office.Common"/>
- <component>
- <info>
- <desc xml:lang="en-US">Contains settings for the HTML editor.</desc>
- </info>
- <group oor:name="Content">
- <info>
- <desc xml:lang="en-US">Contains settings for various content elements.</desc>
- </info>
- <group oor:name="Display">
- <info>
- <desc xml:lang="en-US">Contains settings for the visibility of various elements.</desc>
- </info>
- <prop oor:name="GraphicObject" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Content/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Contents - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if graphics and objects are displayed.</desc>
- <label xml:lang="en-US">Graphics and Objects</label>
- </info>
- </prop>
- <prop oor:name="Table" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Content/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Contents - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if tables are displayed.</desc>
- <label xml:lang="en-US">Tables</label>
- </info>
- </prop>
- <prop oor:name="DrawingControl" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Content/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Contents - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if drawings and controls are displayed.</desc>
- <label xml:lang="en-US">Drawings and controls</label>
- </info>
- </prop>
- <prop oor:name="FieldCode" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Content/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Contents - [Section] Display -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if field codes are displayed.</desc>
- <label xml:lang="en-US">Field codes</label>
- </info>
- </prop>
- <prop oor:name="Note" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Content/Display -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Contents - [Section] Display -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if notes are displayed.</desc>
- <label xml:lang="en-US">Notes</label>
- </info>
- </prop>
- <prop oor:name="PreventTips" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: Not accessible via user interface -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Enables the writer to prevent the display of help tips programmatically.</desc>
- <label xml:lang="en-US">Prevent help tips</label>
- </info>
- </prop>
- </group>
- <group oor:name="NonprintingCharacter">
- <info>
- <desc xml:lang="en-US">Contains settings for the visibility of various non-printing characters.</desc>
- </info>
- <prop oor:name="MetaCharacters" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: View - Nonprinting Characters -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Determines whether certain settings are applied or not (display of tab stops, spaces, breaks).</desc>
- <label xml:lang="en-US">Meta characters</label>
- </info>
- </prop>
- <prop oor:name="ParagraphEnd" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Content/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if paragraph ends are shown on the screen.</desc>
- <label xml:lang="en-US">Paragraph end</label>
- </info>
- </prop>
- <prop oor:name="OptionalHyphen" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Content/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if optional hyphens are shown on the screen.</desc>
- <label xml:lang="en-US">Optional hyphens</label>
- </info>
- </prop>
- <prop oor:name="Space" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Content/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if spaces are shown on the screen.</desc>
- <label xml:lang="en-US">Spaces</label>
- </info>
- </prop>
- <prop oor:name="ProtectedSpace" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Content/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if protected spaces are shown on the screen.</desc>
- <label xml:lang="en-US">Protected Spaces</label>
- </info>
- </prop>
- <prop oor:name="Break" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Content/Nonprinting_characters -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if breaks are shown on the screen.</desc>
- <label xml:lang="en-US">Breaks</label>
- </info>
- </prop>
- </group>
- <group oor:name="Highlighting">
- <info>
- <desc xml:lang="en-US">Contains settings for highlighting contents.</desc>
- </info>
- <prop oor:name="Field" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Content/Highlighting -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Contents - [Section] Highlighting -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if fields are highlighted.</desc>
- <label xml:lang="en-US">Fields</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Layout">
- <info>
- <desc xml:lang="en-US">Contains layout-specific settings.</desc>
- </info>
- <group oor:name="Line">
- <info>
- <desc xml:lang="en-US">Contains settings for guiding lines or points (for example when selecting/moving an object or frame).</desc>
- </info>
- <prop oor:name="Guide" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Lines -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Displays guides around the frames when frames are moved.</desc>
- <label xml:lang="en-US">Guides</label>
- </info>
- </prop>
- <prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Lines -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Displays the control points as simple squares without a 3D effect.</desc>
- <label xml:lang="en-US">Simple control points</label>
- </info>
- </prop>
- <prop oor:name="LargeControlPoint" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Layout/Lines -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Lines -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Displays larger control points.</desc>
- <label xml:lang="en-US">Large control points</label>
- </info>
- </prop>
- </group>
- <group oor:name="Window">
- <info>
- <desc xml:lang="en-US">Contains vaious settings for the window, such as scrollbars, rules, etc.</desc>
- </info>
- <prop oor:name="HorizontalScroll" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Window -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the horizontal scroll bar is displayed.</desc>
- <label xml:lang="en-US">Horizontal scroll</label>
- </info>
- </prop>
- <prop oor:name="VerticalScroll" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Window -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the vertical scroll bar is displayed.</desc>
- <label xml:lang="en-US">Vertical Scroll</label>
- </info>
- </prop>
- <prop oor:name="ShowRulers" oor:type="xs:boolean">
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies, if rulers are displayed. It filters the values of HorizontalRuler and VerticalRuler</desc>
- <label xml:lang="en-US">Show rulers</label>
- </info>
- </prop>
- <prop oor:name="HorizontalRuler" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Window -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the horizontal ruler is displayed.</desc>
- <label xml:lang="en-US">Horizontal ruler</label>
- </info>
- </prop>
- <prop oor:name="HorizontalRulerUnit" oor:type="xs:int">
- <!-- OldPath: Writer/Layout -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
- <info>
- <desc xml:lang="en-US">Specifies the measurement unit for the horizontal ruler.</desc>
- <label xml:lang="en-US">Horizontal ruler measure unit</label>
- </info>
- <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="3">
- <info>
- <desc xml:lang="en-US">Meter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Kilometer</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>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">Foot</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">Miles</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="VerticalRuler" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Window -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if the vertical ruler is displayed.</desc>
- <label xml:lang="en-US">Vertical Ruler</label>
- </info>
- </prop>
- <prop oor:name="VerticalRulerUnit" oor:type="xs:int">
- <!-- OldPath: Writer/Layout -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
- <info>
- <desc xml:lang="en-US">Specifies the measurement unit for the vertical ruler.</desc>
- <label xml:lang="en-US">Vertical ruler measure unit</label>
- </info>
- <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="3">
- <info>
- <desc xml:lang="en-US">Meter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Kilometer</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>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">Foot</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">Miles</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- <prop oor:name="SmoothScroll" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Window -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Activates the smooth page scrolling function.</desc>
- <label xml:lang="en-US">Smooth scroll</label>
- </info>
- </prop>
- </group>
- <group oor:name="Other">
- <info>
- <desc xml:lang="en-US">Contains miscellaneous settings.</desc>
- </info>
- <prop oor:name="MeasureUnit" oor:type="xs:int">
- <!-- OldPath: HTML_Editor/Layout/Window -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Meas. Unit -->
- <value>2</value>
- <info>
- <desc xml:lang="en-US">Specifies the measurement units.</desc>
- <label xml:lang="en-US">Measure unit</label>
- </info>
- <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="3">
- <info>
- <desc xml:lang="en-US">Meter</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc xml:lang="en-US">Kilometer</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>
- <enumeration oor:value="9">
- <info>
- <desc xml:lang="en-US">Foot</desc>
- </info>
- </enumeration>
- <enumeration oor:value="10">
- <info>
- <desc xml:lang="en-US">Miles</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="Zoom">
- <info>
- <desc xml:lang="en-US">Contains zoom specific settings.</desc>
- </info>
- <prop oor:name="Type" oor:type="xs:int">
- <!-- Responsible: OS -->
- <!-- 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">
- <!-- Responsible: OS -->
- <!-- 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="Grid">
- <info>
- <desc xml:lang="en-US">Contains various items for the grid that are not listed in other sections.</desc>
- </info>
- <group oor:name="Option">
- <info>
- <desc xml:lang="en-US">Contains options for the grid.</desc>
- </info>
- <prop oor:name="SnapToGrid" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Grid/Option -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Grid - [Section] Option -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Moves frames, drawing elements, and form functions only between the grid points.</desc>
- <label xml:lang="en-US">Snap to grid</label>
- </info>
- </prop>
- <prop oor:name="VisibleGrid" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Grid/Option -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Grid - [Section] Option -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Displays the grid.</desc>
- <label xml:lang="en-US">Visible grid</label>
- </info>
- </prop>
- <prop oor:name="Synchronize" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Grid/Option -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Grid - [Section] Option -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Changes the current grid settings symmetrically. The resolution and subdivision for the X- and Y-axis remains the same.</desc>
- <label xml:lang="en-US">Synchronize axes</label>
- </info>
- </prop>
- </group>
- <group oor:name="Resolution">
- <info>
- <desc xml:lang="en-US">Contains settings for specifying the grid resolution.</desc>
- </info>
- <prop oor:name="XAxis" oor:type="xs:int">
- <!-- OldPath: HTML_Editor/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Grid - [Section] Grid -->
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">Defines the distance between the grid points on the X-axis [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">X Axis Resolution</label>
- </info>
- </prop>
- <prop oor:name="YAxis" oor:type="xs:int">
- <!-- OldPath: HTML_Editor/Grid/Resolution -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Grid - [Section] Grid -->
- <value>1000</value>
- <info>
- <desc xml:lang="en-US">Defines the distance between the grid points on the Y-axis [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Y Axis Resolution</label>
- </info>
- </prop>
- </group>
- <group oor:name="Subdivision">
- <info>
- <desc xml:lang="en-US">Contains settings for subdividing of the grid.</desc>
- </info>
- <prop oor:name="XAxis" oor:type="xs:int">
- <!-- OldPath: HTML_Editor/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - 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: HTML_Editor/Grid/Subdivision -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Grid - [Section] Grid -->
- <value>1</value>
- <info>
- <desc xml:lang="en-US">Defines the distance between the grid points on the Y-axis.</desc>
- <label xml:lang="en-US">Y Axis Subdivision</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Print">
- <info>
- <desc xml:lang="en-US">Contains settings for printing.</desc>
- </info>
- <group oor:name="Content">
- <info>
- <desc xml:lang="en-US">Contains settings for specifying which content types are printed.</desc>
- </info>
- <prop oor:name="Graphic" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Contents -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if graphics are printed.</desc>
- <label xml:lang="en-US">Graphics</label>
- </info>
- </prop>
- <prop oor:name="Table" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Contents -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if tables are printed.</desc>
- <label xml:lang="en-US">Tables</label>
- </info>
- </prop>
- <prop oor:name="Control" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Contents -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if controls are printed.</desc>
- <label xml:lang="en-US">Controls</label>
- </info>
- </prop>
- <prop oor:name="Background" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Contents -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if background objects are printed.</desc>
- <label xml:lang="en-US">Background</label>
- </info>
- </prop>
- <prop oor:name="PrintBlack" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Print/Contents -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Contents -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies if text is always printed in black.</desc>
- <label xml:lang="en-US">Print black</label>
- </info>
- </prop>
- <prop oor:name="Note" oor:type="xs:int">
- <!-- OldPath: HTML_Editor/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Print - [Section] Notes -->
- <value>0</value>
- <info>
- <desc xml:lang="en-US">Specifies if notes are printed and how they are printed.</desc>
- </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">Notes only</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">End of document</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc xml:lang="en-US">End of page</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="Page">
- <info>
- <desc xml:lang="en-US">Specifies which pages are printed and how they are printed.</desc>
- </info>
- <prop oor:name="Reversed" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Print - [Section] Pages -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Reverses the printing order.</desc>
- <label xml:lang="en-US">Reversed</label>
- </info>
- </prop>
- <prop oor:name="Brochure" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Print/Pages -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Print - [Section] Pages -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Prints in brochure format.</desc>
- <label xml:lang="en-US">Brochure</label>
- </info>
- </prop>
- </group>
- <group oor:name="Output">
- <info>
- <desc xml:lang="en-US">Contains output-specific settings.</desc>
- </info>
- <prop oor:name="SinglePrintJob" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Print/Output -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Output -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Controls the print output.</desc>
- <label xml:lang="en-US">Create single print jobs</label>
- </info>
- </prop>
- <prop oor:name="Fax" oor:type="xs:string">
- <!-- OldPath: HTML_Editor/Print -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Print - [Section] Fax -->
- <info>
- <desc xml:lang="en-US">Specifies which fax machine is used when faxing directly from the document</desc>
- <label xml:lang="en-US">Fax</label>
- </info>
- </prop>
- </group>
- <group oor:name="Papertray">
- <info>
- <desc xml:lang="en-US">Contains settings for printers with multiple paper trays.</desc>
- </info>
- <prop oor:name="FromPrinterSetup" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Papertray -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Paper tray -->
- <value>false</value>
- <info>
- <desc xml:lang="en-US">Specifies that the defined paper source in the printer setup is used for printers with multiple trays.</desc>
- <label xml:lang="en-US">From printer setup</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Table">
- <info>
- <desc xml:lang="en-US">Contains settings for tables.</desc>
- </info>
- <group oor:name="Shift">
- <info>
- <desc xml:lang="en-US">Contains settings used when shifting table rows/columns.</desc>
- </info>
- <prop oor:name="Row" oor:type="xs:int">
- <!-- OldPath: HTML_Editor/Table/Shift -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Table - [Section] Shift -->
- <!--Notice: NonMetric default: 635 1/100 mm-->
- <value>500</value>
- <info>
- <desc xml:lang="en-US">Specifies the default value for moving a table row [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Row</label>
- </info>
- </prop>
- <prop oor:name="Column" oor:type="xs:int">
- <!-- OldPath: HTML_Editor/Table/Shift -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Table - [Section] Shift -->
- <!-- Notice: NonMetric default: 635 1/100 mm-->
- <value>500</value>
- <info>
- <desc xml:lang="en-US">Specifies the default value for shifting a table column [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Column</label>
- </info>
- </prop>
- </group>
- <group oor:name="Insert">
- <info>
- <desc xml:lang="en-US">Contains settings used when inserting table rows/columns.</desc>
- </info>
- <prop oor:name="Row" oor:type="xs:int">
- <!-- OldPath: HTML_Editor/Table/Insert -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Table - [Section] Insert -->
- <!-- Notice: NonMetric default: 635 1/100 mm -->
- <value>500</value>
- <info>
- <desc xml:lang="en-US">Specifies the default value for inserting rows [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Row</label>
- </info>
- </prop>
- <prop oor:name="Column" oor:type="xs:int">
- <!-- OldPath: HTML_Editor/Table/Insert -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Table - [Section] Insert -->
- <!-- Notice: The NonMetric Default 2540 1/100 mm-->
- <value>2500</value>
- <info>
- <desc xml:lang="en-US">Specifies the default value for inserting columns [UNIT=1/100 mm].</desc>
- <label xml:lang="en-US">Column</label>
- </info>
- </prop>
- </group>
- <group oor:name="Change">
- <info>
- <desc xml:lang="en-US">Contains settings specifying the effect that modifying rows/columns has on a table.</desc>
- </info>
- <prop oor:name="Effect" oor:type="xs:int">
- <!-- OldPath: HTML_Editor/Table -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document - Table [Section] Effect -->
- <value>2</value>
- <info>
- <desc xml:lang="en-US">Determines the relative effect of rows and columns to adjacent rows or columns, as well as to the entire table.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc xml:lang="en-US">Fixed</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc xml:lang="en-US">FixedProportional</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc xml:lang="en-US">Variable</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="Input">
- <info>
- <desc xml:lang="en-US">Contains settings used when inputing text or data in tables.</desc>
- </info>
- <prop oor:name="NumberRecognition" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Insert/IntoTables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Insert into tables -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if numbers in a table are recognized or if they are saved in a text format.</desc>
- <label xml:lang="en-US">Number recognition</label>
- </info>
- </prop>
- <prop oor:name="NumberFormatRecognition" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Insert/IntoTables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Insert into tables -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies that only entries with the defined format are accepted. This option is only available if number format recognition is active (NumberRecognition=True).</desc>
- <label xml:lang="en-US">Number format recognition</label>
- </info>
- </prop>
- <prop oor:name="Alignment" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Insert/IntoTables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Insert into tables -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if all of the numbers are aligned below right of the cell and not above left (as in text). This option is only available if number format recognition is active (NumberRecognition=True).</desc>
- <label xml:lang="en-US">Alignment</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Insert">
- <info>
- <desc xml:lang="en-US">Settings for inserting various object types.</desc>
- </info>
- <group oor:name="Table">
- <info>
- <desc xml:lang="en-US">Default settings for inserting tables.</desc>
- </info>
- <prop oor:name="Header" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Insert/Tables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Tables -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the table has a header</desc>
- <label xml:lang="en-US">Header</label>
- </info>
- </prop>
- <prop oor:name="RepeatHeader" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Insert/Tables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Tables -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if the header in the new page is adopted when inserting a page break. This option is only available if Header=True.</desc>
- <label xml:lang="en-US">Repeat header</label>
- </info>
- </prop>
- <prop oor:name="Border" oor:type="xs:boolean">
- <!-- OldPath: HTML_Editor/Insert/Tables -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Tables -->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if table cells have a border by default.</desc>
- <label xml:lang="en-US">Border</label>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="ObjectBar">
- <!-- Responsible: OS -->
- <info>
- <desc xml:lang="en-US">Specifies the settings for the object bar.</desc>
- </info>
- <group oor:name="Selection">
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS/OS-->
- <!-- UIHints: Right mouse click to the toolbar with object selection-->
- <info>
- <desc xml:lang="en-US">Specifies the type of object bar that is visible.</desc>
- </info>
- <prop oor:name="Graphic" oor:type="xs:int">
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies whether the Graphic Object Bar or the Text Object Bar/Web is the visible toolbar when a graphic is selected.</desc>
- </info>
- </prop>
- <prop oor:name="Table" oor:type="xs:int">
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies whether the Table Object Bar or the Text Object Bar/Web is visible toolbar when a table is selected.</desc>
- </info>
- </prop>
- <prop oor:name="NumberedList" oor:type="xs:int">
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies whether the Numbering Object Bar or the Text Object Bar/Web is visible toolbar when text formatted with numbering/list is selected.</desc>
- </info>
- </prop>
- <prop oor:name="NumberedList_InTable" oor:type="xs:int">
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies wehther the Numbering Object Bar, the Table Object Bar or the Text Object Bar/Web is visible toolbar when text formatted with numbering/list is selected in a table.</desc>
- </info>
- </prop>
- <prop oor:name="BezierObject" oor:type="xs:int">
- <value>-1</value>
- <info>
- <desc xml:lang="en-US">Specifies whether the Bezier Object Bar or the Draw Object Bar is the visible toolbar with a Bezier object in edit mode.</desc>
- </info>
- </prop>
- </group>
- </group>
- <group oor:name="Background">
- <info>
- <desc xml:lang="en-US">Contains settings for the background of a document.</desc>
- </info>
- <prop oor:name="Color" oor:type="xs:int">
- <!-- OldPath: HTML_Editor/Background -->
- <!-- OldLocation: Soffice.cfg -->
- <!-- Responsible: OS -->
- <!-- UIHints: Tools - Option - HTML-Document Background - [Section] Background color -->
- <info>
- <desc xml:lang="en-US">Determines the background color.</desc>
- <label xml:lang="en-US">Background color</label>
- </info>
- </prop>
- </group>
- <group oor:name="Gallery">
- <info>
- <desc xml:lang="en-US">Contains settings for gallery items that can be added to the document.</desc>
- </info>
- <prop oor:name="AddGraphic" oor:type="xs:boolean">
- <!--OldLocation: Soffice.cfg -->
- <!--Responsible: OS-->
- <!--UIHints: HTML document in readonly mode - context menu of a graphic - Add Graphics - As Link / Copy-->
- <value>true</value>
- <info>
- <desc xml:lang="en-US">Specifies if a graphic is embedded or added as link when it is inserted into the Gallery.</desc>
- </info>
- </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="WriterWeb" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Contains settings for the HTML editor.</desc>
+ </info>
+ <import oor:component="org.openoffice.Office.Common"/>
+ <component>
+ <group oor:name="Content">
+ <info>
+ <desc xml:lang="en-US">Contains settings for various content elements.</desc>
+ </info>
+ <group oor:name="Display">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the visibility of various elements.</desc>
+ </info>
+ <prop oor:name="GraphicObject" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Content/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Contents - [Section] Display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if graphics and objects are displayed.</desc>
+ <label xml:lang="en-US">Graphics and Objects</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Table" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Content/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Contents - [Section] Display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if tables are displayed.</desc>
+ <label xml:lang="en-US">Tables</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DrawingControl" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Content/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Contents - [Section] Display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if drawings and controls are displayed.</desc>
+ <label xml:lang="en-US">Drawings and controls</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="FieldCode" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Content/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Contents - [Section] Display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if field codes are displayed.</desc>
+ <label xml:lang="en-US">Field codes</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Note" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Content/Display -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Contents - [Section] Display -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if notes are displayed.</desc>
+ <label xml:lang="en-US">Notes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PreventTips" oor:type="xs:boolean">
+ <!-- UIHints: Not accessible via user interface -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Enables the writer to prevent the display of help tips programmatically.</desc>
+ <label xml:lang="en-US">Prevent help tips</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="NonprintingCharacter">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the visibility of various non-printing characters.</desc>
+ </info>
+ <prop oor:name="MetaCharacters" oor:type="xs:boolean">
+ <!-- UIHints: View - Nonprinting Characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Determines whether certain settings are applied or not (display of tab stops, spaces, breaks).</desc>
+ <label xml:lang="en-US">Meta characters</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ParagraphEnd" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Content/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if paragraph ends are shown on the screen.</desc>
+ <label xml:lang="en-US">Paragraph end</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="OptionalHyphen" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Content/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if optional hyphens are shown on the screen.</desc>
+ <label xml:lang="en-US">Optional hyphens</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Space" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Content/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if spaces are shown on the screen.</desc>
+ <label xml:lang="en-US">Spaces</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ProtectedSpace" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Content/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if protected spaces are shown on the screen.</desc>
+ <label xml:lang="en-US">Protected Spaces</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Break" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Content/Nonprinting_characters -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if breaks are shown on the screen.</desc>
+ <label xml:lang="en-US">Breaks</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Highlighting">
+ <info>
+ <desc xml:lang="en-US">Contains settings for highlighting contents.</desc>
+ </info>
+ <prop oor:name="Field" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Content/Highlighting -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Contents - [Section] Highlighting -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if fields are highlighted.</desc>
+ <label xml:lang="en-US">Fields</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Layout">
+ <info>
+ <desc xml:lang="en-US">Contains layout-specific settings.</desc>
+ </info>
+ <group oor:name="Line">
+ <info>
+ <desc xml:lang="en-US">Contains settings for guiding lines or points (for example when selecting/moving an object or frame).</desc>
+ </info>
+ <prop oor:name="Guide" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Lines -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Displays guides around the frames when frames are moved.</desc>
+ <label xml:lang="en-US">Guides</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Lines -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Displays the control points as simple squares without a 3D effect.</desc>
+ <label xml:lang="en-US">Simple control points</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="LargeControlPoint" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Layout/Lines -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Lines -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Displays larger control points.</desc>
+ <label xml:lang="en-US">Large control points</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Window">
+ <info>
+ <desc xml:lang="en-US">Contains vaious settings for the window, such as scrollbars, rules, etc.</desc>
+ </info>
+ <prop oor:name="HorizontalScroll" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the horizontal scroll bar is displayed.</desc>
+ <label xml:lang="en-US">Horizontal scroll</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="VerticalScroll" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the vertical scroll bar is displayed.</desc>
+ <label xml:lang="en-US">Vertical Scroll</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ShowRulers" oor:type="xs:boolean">
+ <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies, if rulers are displayed. It filters the values of HorizontalRuler and VerticalRuler</desc>
+ <label xml:lang="en-US">Show rulers</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="HorizontalRuler" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the horizontal ruler is displayed.</desc>
+ <label xml:lang="en-US">Horizontal ruler</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="HorizontalRulerUnit" oor:type="xs:int">
+ <!-- OldPath: Writer/Layout -->
+ <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the measurement unit for the horizontal ruler.</desc>
+ <label xml:lang="en-US">Horizontal ruler measure unit</label>
+ </info>
+ <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="3">
+ <info>
+ <desc xml:lang="en-US">Meter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Kilometer</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>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Foot</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">Miles</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="VerticalRuler" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the vertical ruler is displayed.</desc>
+ <label xml:lang="en-US">Vertical Ruler</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="VerticalRulerUnit" oor:type="xs:int">
+ <!-- OldPath: Writer/Layout -->
+ <!-- UIHints: Tools - Options - Text document - View - [Section] View -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the measurement unit for the vertical ruler.</desc>
+ <label xml:lang="en-US">Vertical ruler measure unit</label>
+ </info>
+ <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="3">
+ <info>
+ <desc xml:lang="en-US">Meter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Kilometer</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>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Foot</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">Miles</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="SmoothScroll" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Window -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Activates the smooth page scrolling function.</desc>
+ <label xml:lang="en-US">Smooth scroll</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Other">
+ <info>
+ <desc xml:lang="en-US">Contains miscellaneous settings.</desc>
+ </info>
+ <prop oor:name="MeasureUnit" oor:type="xs:int">
+ <!-- OldPath: HTML_Editor/Layout/Window -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Meas. Unit -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the measurement units.</desc>
+ <label xml:lang="en-US">Measure unit</label>
+ </info>
+ <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="3">
+ <info>
+ <desc xml:lang="en-US">Meter</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc xml:lang="en-US">Kilometer</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>
+ <enumeration oor:value="9">
+ <info>
+ <desc xml:lang="en-US">Foot</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc xml:lang="en-US">Miles</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ </group>
+ <group oor:name="Zoom">
+ <info>
+ <desc xml:lang="en-US">Contains zoom specific settings.</desc>
+ </info>
+ <prop oor:name="Type" oor:type="xs:int">
+ <!-- UIHints: (Status Bar) -->
+ <info>
+ <author>OS</author>
+ <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>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Value" oor:type="xs:int">
+ <!-- UIHints: (Status Bar) -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the zoom value.</desc>
+ <label xml:lang="en-US">Zoom Value</label>
+ </info>
+ <value>100</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Grid">
+ <info>
+ <desc xml:lang="en-US">Contains various items for the grid that are not listed in other sections.</desc>
+ </info>
+ <group oor:name="Option">
+ <info>
+ <desc xml:lang="en-US">Contains options for the grid.</desc>
+ </info>
+ <prop oor:name="SnapToGrid" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Grid/Option -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Grid - [Section] Option -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Moves frames, drawing elements, and form functions only between the grid points.</desc>
+ <label xml:lang="en-US">Snap to grid</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="VisibleGrid" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Grid/Option -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Grid - [Section] Option -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Displays the grid.</desc>
+ <label xml:lang="en-US">Visible grid</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Synchronize" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Grid/Option -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Grid - [Section] Option -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Changes the current grid settings symmetrically. The resolution and subdivision for the X- and Y-axis remains the same.</desc>
+ <label xml:lang="en-US">Synchronize axes</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Resolution">
+ <info>
+ <desc xml:lang="en-US">Contains settings for specifying the grid resolution.</desc>
+ </info>
+ <prop oor:name="XAxis" oor:type="xs:int">
+ <!-- OldPath: HTML_Editor/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Grid - [Section] Grid -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the distance between the grid points on the X-axis [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">X Axis Resolution</label>
+ </info>
+ <value>1000</value>
+ </prop>
+ <prop oor:name="YAxis" oor:type="xs:int">
+ <!-- OldPath: HTML_Editor/Grid/Resolution -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Grid - [Section] Grid -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the distance between the grid points on the Y-axis [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Y Axis Resolution</label>
+ </info>
+ <value>1000</value>
+ </prop>
+ </group>
+ <group oor:name="Subdivision">
+ <info>
+ <desc xml:lang="en-US">Contains settings for subdividing of the grid.</desc>
+ </info>
+ <prop oor:name="XAxis" oor:type="xs:int">
+ <!-- OldPath: HTML_Editor/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Grid - [Section] Grid -->
+ <info>
+ <author>OS</author>
+ <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>
+ <value>1</value>
+ </prop>
+ <prop oor:name="YAxis" oor:type="xs:int">
+ <!-- OldPath: HTML_Editor/Grid/Subdivision -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Grid - [Section] Grid -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Defines the distance between the grid points on the Y-axis.</desc>
+ <label xml:lang="en-US">Y Axis Subdivision</label>
+ </info>
+ <value>1</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Print">
+ <info>
+ <desc xml:lang="en-US">Contains settings for printing.</desc>
+ </info>
+ <group oor:name="Content">
+ <info>
+ <desc xml:lang="en-US">Contains settings for specifying which content types are printed.</desc>
+ </info>
+ <prop oor:name="Graphic" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if graphics are printed.</desc>
+ <label xml:lang="en-US">Graphics</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Table" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if tables are printed.</desc>
+ <label xml:lang="en-US">Tables</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Control" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if controls are printed.</desc>
+ <label xml:lang="en-US">Controls</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Background" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if background objects are printed.</desc>
+ <label xml:lang="en-US">Background</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PrintBlack" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Print/Contents -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Contents -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if text is always printed in black.</desc>
+ <label xml:lang="en-US">Print black</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Note" oor:type="xs:int">
+ <!-- OldPath: HTML_Editor/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Print - [Section] Notes -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if notes are printed and how they are printed.</desc>
+ </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">Notes only</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">End of document</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc xml:lang="en-US">End of page</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Page">
+ <info>
+ <desc xml:lang="en-US">Specifies which pages are printed and how they are printed.</desc>
+ </info>
+ <prop oor:name="Reversed" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Print - [Section] Pages -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Reverses the printing order.</desc>
+ <label xml:lang="en-US">Reversed</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Brochure" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Print/Pages -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Print - [Section] Pages -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Prints in brochure format.</desc>
+ <label xml:lang="en-US">Brochure</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Output">
+ <info>
+ <desc xml:lang="en-US">Contains output-specific settings.</desc>
+ </info>
+ <prop oor:name="SinglePrintJob" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Print/Output -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Output -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Controls the print output.</desc>
+ <label xml:lang="en-US">Create single print jobs</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Fax" oor:type="xs:string">
+ <!-- OldPath: HTML_Editor/Print -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Print - [Section] Fax -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies which fax machine is used when faxing directly from the document</desc>
+ <label xml:lang="en-US">Fax</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Papertray">
+ <info>
+ <desc xml:lang="en-US">Contains settings for printers with multiple paper trays.</desc>
+ </info>
+ <prop oor:name="FromPrinterSetup" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Papertray -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Paper tray -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies that the defined paper source in the printer setup is used for printers with multiple trays.</desc>
+ <label xml:lang="en-US">From printer setup</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Table">
+ <info>
+ <desc xml:lang="en-US">Contains settings for tables.</desc>
+ </info>
+ <group oor:name="Shift">
+ <info>
+ <desc xml:lang="en-US">Contains settings used when shifting table rows/columns.</desc>
+ </info>
+ <prop oor:name="Row" oor:type="xs:int">
+ <!-- OldPath: HTML_Editor/Table/Shift -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Table - [Section] Shift -->
+ <!--Notice: NonMetric default: 635 1/100 mm-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the default value for moving a table row [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Row</label>
+ </info>
+ <value>500</value>
+ </prop>
+ <prop oor:name="Column" oor:type="xs:int">
+ <!-- OldPath: HTML_Editor/Table/Shift -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Table - [Section] Shift -->
+ <!-- Notice: NonMetric default: 635 1/100 mm-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the default value for shifting a table column [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Column</label>
+ </info>
+ <value>500</value>
+ </prop>
+ </group>
+ <group oor:name="Insert">
+ <info>
+ <desc xml:lang="en-US">Contains settings used when inserting table rows/columns.</desc>
+ </info>
+ <prop oor:name="Row" oor:type="xs:int">
+ <!-- OldPath: HTML_Editor/Table/Insert -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Table - [Section] Insert -->
+ <!-- Notice: NonMetric default: 635 1/100 mm -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the default value for inserting rows [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Row</label>
+ </info>
+ <value>500</value>
+ </prop>
+ <prop oor:name="Column" oor:type="xs:int">
+ <!-- OldPath: HTML_Editor/Table/Insert -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Table - [Section] Insert -->
+ <!-- Notice: The NonMetric Default 2540 1/100 mm-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the default value for inserting columns [UNIT=1/100 mm].</desc>
+ <label xml:lang="en-US">Column</label>
+ </info>
+ <value>2500</value>
+ </prop>
+ </group>
+ <group oor:name="Change">
+ <info>
+ <desc xml:lang="en-US">Contains settings specifying the effect that modifying rows/columns has on a table.</desc>
+ </info>
+ <prop oor:name="Effect" oor:type="xs:int">
+ <!-- OldPath: HTML_Editor/Table -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document - Table [Section] Effect -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Determines the relative effect of rows and columns to adjacent rows or columns, as well as to the entire table.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc xml:lang="en-US">Fixed</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc xml:lang="en-US">FixedProportional</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc xml:lang="en-US">Variable</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ </group>
+ <group oor:name="Input">
+ <info>
+ <desc xml:lang="en-US">Contains settings used when inputing text or data in tables.</desc>
+ </info>
+ <prop oor:name="NumberRecognition" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Insert/IntoTables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Insert into tables -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if numbers in a table are recognized or if they are saved in a text format.</desc>
+ <label xml:lang="en-US">Number recognition</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="NumberFormatRecognition" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Insert/IntoTables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Insert into tables -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies that only entries with the defined format are accepted. This option is only available if number format recognition is active (NumberRecognition=True).</desc>
+ <label xml:lang="en-US">Number format recognition</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Alignment" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Insert/IntoTables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Insert into tables -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if all of the numbers are aligned below right of the cell and not above left (as in text). This option is only available if number format recognition is active (NumberRecognition=True).</desc>
+ <label xml:lang="en-US">Alignment</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Insert">
+ <info>
+ <desc xml:lang="en-US">Settings for inserting various object types.</desc>
+ </info>
+ <group oor:name="Table">
+ <info>
+ <desc xml:lang="en-US">Default settings for inserting tables.</desc>
+ </info>
+ <prop oor:name="Header" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Insert/Tables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Tables -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the table has a header</desc>
+ <label xml:lang="en-US">Header</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="RepeatHeader" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Insert/Tables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Tables -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if the header in the new page is adopted when inserting a page break. This option is only available if Header=True.</desc>
+ <label xml:lang="en-US">Repeat header</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Border" oor:type="xs:boolean">
+ <!-- OldPath: HTML_Editor/Insert/Tables -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Insert - [Section] Tables -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if table cells have a border by default.</desc>
+ <label xml:lang="en-US">Border</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="ObjectBar">
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies the settings for the object bar.</desc>
+ </info>
+ <group oor:name="Selection">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Right mouse click to the toolbar with object selection-->
+ <info>
+ <author>OS/OS</author>
+ <desc xml:lang="en-US">Specifies the type of object bar that is visible.</desc>
+ </info>
+ <prop oor:name="Graphic" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies whether the Graphic Object Bar or the Text Object Bar/Web is the visible toolbar when a graphic is selected.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="Table" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies whether the Table Object Bar or the Text Object Bar/Web is visible toolbar when a table is selected.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="NumberedList" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies whether the Numbering Object Bar or the Text Object Bar/Web is visible toolbar when text formatted with numbering/list is selected.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="NumberedList_InTable" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies wehther the Numbering Object Bar, the Table Object Bar or the Text Object Bar/Web is visible toolbar when text formatted with numbering/list is selected in a table.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="BezierObject" oor:type="xs:int">
+ <info>
+ <desc xml:lang="en-US">Specifies whether the Bezier Object Bar or the Draw Object Bar is the visible toolbar with a Bezier object in edit mode.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Background">
+ <info>
+ <desc xml:lang="en-US">Contains settings for the background of a document.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int">
+ <!-- OldPath: HTML_Editor/Background -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Option - HTML-Document Background - [Section] Background color -->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Determines the background color.</desc>
+ <label xml:lang="en-US">Background color</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Gallery">
+ <info>
+ <desc xml:lang="en-US">Contains settings for gallery items that can be added to the document.</desc>
+ </info>
+ <prop oor:name="AddGraphic" oor:type="xs:boolean">
+ <!--OldLocation: Soffice.cfg -->
+ <!--UIHints: HTML document in readonly mode - context menu of a graphic - Add Graphics - As Link / Copy-->
+ <info>
+ <author>OS</author>
+ <desc xml:lang="en-US">Specifies if a graphic is embedded or added as link when it is inserted into the Gallery.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </component>
</oor:component-schema>
diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs
index af53b8e0d39c..87264e6de97e 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.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:01:49 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:15:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,15 +60,16 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: DG -->
- <info><desc xml:lang="en-US">Contains Setup preferences, such as the installed UI locales or the available modules.</desc></info>
+<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" xml:lang="en-US">
+ <info>
+ <author>DG</author>
+ <desc xml:lang="en-US">Contains Setup preferences, such as the installed UI locales or the available modules.</desc>
+ </info>
<templates>
<group oor:name="Factory">
- <info>
- <desc xml:lang="en-US">Describes an application module (a document factory, such as Writer).</desc>
- </info>
- <!-- Responsible: AS-->
+ <info>
+ <desc xml:lang="en-US">Describes an application module (a document factory, such as Writer).</desc>
+ </info>
<!--The default must be written by the setup.-->
<prop oor:name="ooSetupFactoryShortName" oor:type="xs:string">
<!-- UIHints: setup -->
@@ -104,7 +105,9 @@
</templates>
<component>
<group oor:name="Product">
- <!-- Responsible: MBA-->
+ <info>
+ <author>MBA</author>
+ </info>
<!--The default must be written by the setup.-->
<prop oor:name="ooName" oor:type="xs:string">
<info>
@@ -124,41 +127,43 @@
</group>
<group oor:name="Office">
<!--The default must be written by the setup.-->
- <!-- Responsible: DG -->
- <info><desc xml:lang="en-US">Specifies the installation location, locales and the available factories for creating documents.</desc></info>
+ <info>
+ <author>DG</author>
+ <desc xml:lang="en-US">Specifies the installation location, locales and the available factories for creating documents.</desc>
+ </info>
<prop oor:name="ooSetupInstallPath" oor:type="xs:string">
<!-- OldPath: Service User/[username] -->
<!-- OldLocation: userdb.ini -->
- <!-- Responsible: AS/BEI -->
- <!-- Deprecated -->
<info>
+ <deprecated/>
+ <author>AS/BEI</author>
<desc xml:lang="en-US">Specifies the path to where the user data is installed. User data can only be installed in a valid directory.</desc>
</info>
</prop>
<prop oor:name="ooSetupInstallURL" oor:type="xs:string">
<!-- OldPath: Service User/[username] -->
<!-- OldLocation: userdb.ini -->
- <!-- Responsible: AS/BEI -->
- <!-- Deprecated -->
<info>
+ <deprecated/>
+ <author>AS/BEI</author>
<desc xml:lang="en-US">Specifies the user install path as a URL. The path must match the UCB configuration.</desc>
</info>
</prop>
<prop oor:name="ooSetupInstCompleted" oor:type="xs:boolean">
<!-- OldPath: Service User/[username] -->
<!-- OldLocation: userdb.ini -->
- <!-- Responsible: IS/BEI -->
- <!-- Deprecated -->
<info>
+ <deprecated/>
+ <author>IS/BEI</author>
<desc xml:lang="en-US">Indicates if the user data is copied successfully.</desc>
</info>
</prop>
<prop oor:name="ooSetupLocales" oor:type="oor:string-list">
<!-- OldLocation: setup.inf-->
- <!-- Responsible: PB / IS-->
<!-- UIHints: setup -->
<!--The default list must be deleted, as soon as the setup writes the values (#79254).-->
<info>
+ <author>PB / IS</author>
<desc xml:lang="en-US">Specifies the application language offered by the setup, if a multilingual version is used.</desc>
</info>
<constraints>
@@ -177,52 +182,54 @@
<prop oor:name="ooSetupShowIntro" oor:type="xs:boolean">
<!-- OldPath: Common/Show-Intro -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: CD -->
<!-- UIHints: Tools - Options - General - View -->
<info>
- <desc xml:lang="en-US">Deprecated. This feature is controlled by an entry in the soffice.ini or the -nologo command line parameter.</desc>
+ <deprecated>This feature is controlled by an entry in the soffice.ini or the -nologo command line parameter.</deprecated>
+ <author>CD</author>
</info>
</prop>
<prop oor:name="ooSetupConnectionURL" oor:type="xs:string">
<!-- OldPath: Common-->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: CD-->
<info>
+ <author>CD</author>
<desc xml:lang="en-US">Specifies the URL for an UNO connection that can be used to script the office from outside.</desc>
</info>
</prop>
<set oor:name="Factories" oor:node-type="Factory">
- <!-- Responsible: MBA -->
<info>
+ <author>MBA</author>
<desc xml:lang="en-US">Contains all of the document factories that were installed during setup.</desc>
</info>
</set>
</group>
<group oor:name="L10N">
- <!-- Responsible: PB-->
+ <info>
+ <author>PB</author>
+ </info>
<!--The default must be written by the setup.-->
<prop oor:name="ooLocale" oor:type="xs:string">
<!-- OldPath: User/Language -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - Other -->
<!--The initial default should be written by the setup.-->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">Indicates the Office language selected by the user.</desc>
<label xml:lang="en-US">Locale</label>
</info>
</prop>
<prop oor:name="ooSetupSystemLocale" oor:type="xs:string">
- <!-- Responsible: ER -->
<!-- UIHints: Tools - Options - Language Settings - Languages - Language of - Locale setting -->
<info>
+ <author>ER</author>
<desc xml:lang="en-US">Indicates the locale setting defined by the user. By default, this label is empty and the system locale is used.</desc>
</info>
</prop>
<prop oor:name="ooSetupCurrency" oor:type="xs:string">
- <!-- Responsible: ER -->
<!-- UIHints: Tools - Options - Language Settings - Languages - Language of - Default currency -->
<info>
+ <author>ER</author>
<desc xml:lang="en-US">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>
</prop>
diff --git a/officecfg/registry/schema/org/openoffice/UserProfile.xcs b/officecfg/registry/schema/org/openoffice/UserProfile.xcs
index 1836f7771582..15012bebf0ca 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:01:51 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:15:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,156 +60,160 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: DG -->
- <info><desc xml:lang="en-US">Contains user-related information, such as name and address.</desc></info>
+<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>
+ <author>DG</author>
+ <desc xml:lang="en-US">Contains user-related information, such as name and address.</desc>
+ </info>
<component>
<group oor:name="Data">
- <info><desc xml:lang="en-US">Contains user-related information, such as name and address.</desc></info>
+ <info>
+ <desc xml:lang="en-US">Contains user-related information, such as name and address.</desc>
+ </info>
<prop oor:name="o" oor:type="xs:string">
<!-- OldPath: User -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - User Data -->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">The name of the user's company.</desc>
</info>
</prop>
<prop oor:name="givenname" oor:type="xs:string">
<!-- OldPath: User -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - User Data -->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">The first name of the user.</desc>
</info>
</prop>
<prop oor:name="sn" oor:type="xs:string">
<!-- OldPath: User -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - User Data -->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">The last name of the user.</desc>
</info>
</prop>
<prop oor:name="initials" oor:type="xs:string">
<!-- OldPath: User -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - User Data -->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">The user's initials.</desc>
</info>
</prop>
<prop oor:name="street" oor:type="xs:string">
<!-- OldPath: User -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - User Data -->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">The street where the use lives.</desc>
</info>
</prop>
<prop oor:name="l" oor:type="xs:string">
<!-- OldPath: User -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - User Data -->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">The city where the user lives.</desc>
</info>
</prop>
<prop oor:name="st" oor:type="xs:string">
<!-- OldPath: User -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - User Data -->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">The state where the user lives.</desc>
</info>
</prop>
<prop oor:name="postalcode" oor:type="xs:string">
<!-- OldPath: User -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - User Data -->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">The user's ZIP-code.</desc>
</info>
</prop>
<prop oor:name="c" oor:type="xs:string">
<!-- OldPath: User -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - User Data -->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">The country where the user lives.</desc>
</info>
</prop>
<prop oor:name="title" oor:type="xs:string">
<!-- OldPath: User -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - User Data -->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">The user's title.</desc>
</info>
</prop>
<prop oor:name="position" oor:type="xs:string">
<!-- OldPath: User -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - User Data -->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">The users position. This field is only present for backward compatibility. It is not defined for ldap orgPerson.</desc>
</info>
</prop>
<prop oor:name="homephone" oor:type="xs:string">
<!-- OldPath: User -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - User Data -->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">The user's private telephone number.</desc>
</info>
</prop>
<prop oor:name="telephonenumber" oor:type="xs:string">
<!-- OldPath: User -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - User Data -->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">The user's telephone number at work.</desc>
</info>
</prop>
<prop oor:name="facsimiletelephonenumber" oor:type="xs:string">
<!-- OldPath: User -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - User Data -->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">The user's fax number.</desc>
</info>
</prop>
<prop oor:name="mail" oor:type="xs:string">
<!-- OldPath: User -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - User Data -->
<info>
+ <author>PB</author>
<desc xml:lang="en-US">The user's e-mail address.</desc>
</info>
</prop>
<prop oor:name="UserGroup" oor:type="xs:string">
<!-- OldPath: User -->
<!-- OldLocation: soffice.ini -->
- <!-- Responsible: PB -->
<!-- UIHints: Tools - Options - General - User Data -->
- <value>UserGroup</value>
<info>
+ <author>PB</author>
<desc xml:lang="en-US">This field is kept for backwards compatibility. It will be dropped as soon as possible.</desc>
</info>
+ <value>UserGroup</value>
</prop>
</group>
</component>
diff --git a/officecfg/registry/schema/org/openoffice/VCL.xcs b/officecfg/registry/schema/org/openoffice/VCL.xcs
index b2d68901b1a0..a0f55e2225ad 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tpf $ $Date: 2002-10-18 13:01:52 $
+ * last change: $Author: tpf $ $Date: 2002-10-25 17:15:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,114 +60,131 @@
*
************************************************************************ -->
<!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">
- <!-- Responsible: PL -->
- <info><desc xml:lang="en-US">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 xml:lang="en-US">Contains a list of substitute fonts used in office documents.</desc></info>
- </prop>
- <prop oor:name="SubstFontsMS" oor:type="xs:string">
- <info><desc xml:lang="en-US">Contains a list of substitute fonts used in MS import filters.</desc></info>
- </prop>
- <prop oor:name="SubstFontsPS" oor:type="xs:string">
- <info><desc xml:lang="en-US">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 xml:lang="en-US">Contains a list of substitute fonts used in a HTML context (for example, HTML import/export).</desc></info>
- </prop>
- <prop oor:name="FontWidth" oor:type="xs:string">
- <info><desc xml:lang="en-US">Specifies the font width. 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="FontWeight" oor:type="xs:string">
- <info><desc xml:lang="en-US">Specifies the font weight. 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 xml:lang="en-US">Denotes the compatible styles for the font. Multiple styles are separated by ','. Valid styles are:
-"Default" for a default font (Arial, Andale, ...),
-"Standard" for a standard font (Times, Helvetica, ...),
-"Normal" for a normal font (e.g. non-italic, non-script, etc.)
-"Symbol" for a symbol font,
-"Fixed" for a fixed-width font,
-"SansSerif" for a font without serifs,
-"Serif" for a font with serifs,
-"Decorative" for readable, for example, in drawings,
-"Special" for a decorative font that has no good readability,
-"Italic" for a italic designed font,
-"Title" for a font containing only upper case,
-"Capitals" for fonts where lower case are small caps,
-"CJK" for fonts usable in a cjk context,
-"CJK_JP" for japanese cjk fonts,
-"CJK_SC" for simplified chinese cjk fonts,
-"CJK_TC" for traditional chinese cjk fonts,
-"CJK_KR" for korean cjk fonts,
-"CTL" for a ctl font (thai, arabic,...),
-"NoneLatin" for a font not containing latin letters,
-"Full" for a font containing all characters,
-"Outline" for a outline designed font,
-"Shadow" for a font designed with shadows,
-"Rounded" for a font designed withoud edges,
-"Typewriter" for a fixed width typewriter like font,
-"Script" for a font designed like script,
-"Handwriting" for a font designed like handwriting,
-"Chancery" for a font resembling chancery,
-"comic" for a font resembling comic,
-"brushscript" for a font designed like brush painting,
-"gothic" for a font resembling gothic,
-"schoolbook" for a font resembling schoolbook,
-"other" for a font that can replace many things
- </desc></info>
- </prop>
- </group>
- <group oor:name="ConfigurableSettings" oor:extensible="true">
- <!-- Responsible: PL -->
- <info><desc xml:lang="en-US">An extensible set of options used by VCL ordered into key/value pairs. A valid key is: "EnableATToolSupport" (valid values = "true", "false"), that describes when ATTools are activated.
- </desc></info>
- </group>
- <group oor:name="LocalizedDefaultFonts" oor:extensible="true">
- <info><desc xml:lang="en-US">Contains a localized table of default font lists organized as a set of sets ofkey/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 ';' that will be searched in ascending order to find the specified default font. The following default fonts are defined:
-
-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
-
-The corresponding font lists are used for:
-*_DISPLAY: for control fonts
-*_HEADING: for title texts
-*_PRESENTATION: for the default font in presentations
-*_SPREADSHEET: for the default font in spreadsheets
-*_TEXT: for the default font in text documents
-SANS: the default font without serifs
-SANS_UNICODE: the default font without serifs that has a (more or less) complete unicode subset
-SERIF: the default font with serifs
-SYMBOL: the default symbol font
-UI_FIXED: the default monospaced font
-UI_SANS: the default ui font
-
-The language specifics are handle the following way: if the office requests a font for a certain language context the configuration is first search for this language, e.g. for japanes first the set "ja-jp" would be searched for. If the corresponding key cannot be found the key for the general locale (e.g. "ja") is searched in if that is not found we fall back to "en".
- </desc></info>
- </group>
- <set oor:name="LocalizedFontSubstitutions" oor:node-type="LFonts">
- <!-- Responsible: PL -->
- <info><desc xml:lang="en-US">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">
- <!-- Responsible: PL -->
- <info><desc xml:lang="en-US">Contains the settings for VCL (see template description).
- </desc></info>
- </set>
- <set oor:name="DefaultFonts" oor:node-type="LocalizedDefaultFonts">
- <!-- Responsible: PL -->
- <info><desc xml:lang="en-US">Contains the localized default fonts for VCL (see template description).
- </desc></info>
- </set>
- <set oor:name="FontSubstitutions" oor:node-type="LocalizedFontSubstitutions">
- <!-- Responsible: PL -->
- <info><desc xml:lang="en-US">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">
+ <templates>
+ <group oor:name="LFonts">
+ <info>
+ <author>PL</author>
+ <desc xml:lang="en-US">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 xml:lang="en-US">Contains a list of substitute fonts used in office documents.</desc>
+ </info>
+ </prop>
+ <prop oor:name="SubstFontsMS" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Contains a list of substitute fonts used in MS import filters.</desc>
+ </info>
+ </prop>
+ <prop oor:name="SubstFontsPS" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">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 xml:lang="en-US">Contains a list of substitute fonts used in a HTML context (for example, HTML import/export).</desc>
+ </info>
+ </prop>
+ <prop oor:name="FontWidth" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the font width. 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="FontWeight" oor:type="xs:string">
+ <info>
+ <desc xml:lang="en-US">Specifies the font weight. 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 xml:lang="en-US">Denotes the compatible styles for the font. Multiple styles are separated by ','. Valid styles are:
+ "Default" for a default font (Arial, Andale, ...),
+ "Standard" for a standard font (Times, Helvetica, ...),
+ "Normal" for a normal font (e.g. non-italic, non-script, etc.)
+ "Symbol" for a symbol font,
+ "Fixed" for a fixed-width font,
+ "SansSerif" for a font without serifs,
+ "Serif" for a font with serifs,
+ "Decorative" for readable, for example, in drawings,
+ "Special" for a decorative font that has no good readability,
+ "Italic" for a italic designed font,
+ "Title" for a font containing only upper case,
+ "Capitals" for fonts where lower case are small caps,
+ "CJK" for fonts usable in a cjk context,
+ "CJK_JP" for japanese cjk fonts,
+ "CJK_SC" for simplified chinese cjk fonts,
+ "CJK_TC" for traditional chinese cjk fonts,
+ "CJK_KR" for korean cjk fonts,
+ "CTL" for a ctl font (thai, arabic,...),
+ "NoneLatin" for a font not containing latin letters,
+ "Full" for a font containing all characters,
+ "Outline" for a outline designed font,
+ "Shadow" for a font designed with shadows,
+ "Rounded" for a font designed withoud edges,
+ "Typewriter" for a fixed width typewriter like font,
+ "Script" for a font designed like script,
+ "Handwriting" for a font designed like handwriting,
+ "Chancery" for a font resembling chancery,
+ "comic" for a font resembling comic,
+ "brushscript" for a font designed like brush painting,
+ "gothic" for a font resembling gothic,
+ "schoolbook" for a font resembling schoolbook,
+ "other" for a font that can replace many things</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="ConfigurableSettings" oor:extensible="true">
+ <info>
+ <author>PL</author>
+ <desc xml:lang="en-US">An extensible set of options used by VCL ordered into key/value pairs. A valid key is: "EnableATToolSupport" (valid values = "true", "false"), that describes when ATTools are activated.</desc>
+ </info>
+ </group>
+ <group oor:name="LocalizedDefaultFonts" oor:extensible="true">
+ <info>
+ <desc xml:lang="en-US">Contains a localized table of default font lists organized as a set of sets ofkey/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 ';' that will be searched in ascending order to find the specified default font. The following default fonts are defined:
+ 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
+ The corresponding font lists are used for:
+ *_DISPLAY: for control fonts,
+ *_HEADING: for title texts,
+ *_PRESENTATION: for the default font in presentations,
+ *_SPREADSHEET: for the default font in spreadsheets,
+ *_TEXT: for the default font in text documents,
+ SANS: the default font without serifs,
+ SANS_UNICODE: the default font without serifs that has a (more or less) complete unicode subset,
+ SERIF: the default font with serifs,
+ SYMBOL: the default symbol font,
+ UI_FIXED: the default monospaced font,
+ UI_SANS: the default ui font,
+ The language specifics are handle the following way: if the office requests a font for a certain language context the configuration is first search for this language, e.g. for japanes first the set "ja-jp" would be searched for. If the corresponding key cannot be found the key for the general locale (e.g. "ja") is searched in if that is not found we fall back to "en".</desc>
+ </info>
+ </group>
+ <set oor:name="LocalizedFontSubstitutions" oor:node-type="LFonts">
+ <info>
+ <author>PL</author>
+ <desc xml:lang="en-US">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>
+ <author>PL</author>
+ <desc xml:lang="en-US">Contains the settings for VCL (see template description).</desc>
+ </info>
+ </set>
+ <set oor:name="DefaultFonts" oor:node-type="LocalizedDefaultFonts">
+ <info>
+ <author>PL</author>
+ <desc xml:lang="en-US">Contains the localized default fonts for VCL (see template description).</desc>
+ </info>
+ </set>
+ <set oor:name="FontSubstitutions" oor:node-type="LocalizedFontSubstitutions">
+ <info>
+ <author>PL</author>
+ <desc xml:lang="en-US">Contains the localized font substitution tables for VCL (see template description).</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>