#103539# reformatting, added new author and deprecated element, changed element sequence

This commit is contained in:
tpf
2002-10-25 16:16:43 +00:00
parent 13a8b9b1cf
commit ce44de005c
26 changed files with 16155 additions and 16125 deletions

View File

@@ -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>

View File

@@ -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>

File diff suppressed because it is too large Load Diff

View File

@@ -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>

View File

@@ -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>

File diff suppressed because it is too large Load Diff

View File

@@ -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">
<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>
</prop>
<info>
<desc xml:lang="en-US">Specifies additional information about the database drivers.</desc>
</info>
<prop oor:name="DriverPrecedence" oor:type="oor:string-list">
<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>
</group>
<group oor:name="ConnectionPool">
<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>
</prop>
<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">
<info>
<desc xml:lang="en-US">Specifies if the global connection pool is enabled.</desc>
</info>
<value>true</value>
</prop>
<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">
<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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</prop>
<info>
<desc xml:lang="en-US">Specifies the Japanese options for searching.</desc>
</info>
<prop oor:name="IsMatchFullHalfWidthForms" oor:type="xs:boolean">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<info>
<desc xml:lang="en-US">Specifies the IgnoreMiddleDot search option is enabled.</desc>
</info>
<value>true</value>
</prop>
</group>
</group>
</component>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

File diff suppressed because it is too large Load Diff

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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">
<prop oor:name="Color" oor:type="xs:int">
<value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color of the document.</desc>
</info>
</prop>
<info>
<desc xml:lang="en-US">Color settings for the document.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc xml:lang="en-US">Color of the document.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="DocBoundaries">
<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>
</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>
</prop>
<info>
<desc xml:lang="en-US">Settings for the documents boundaries.</desc>
</info>
<prop oor:name="IsVisible" oor:type="xs:boolean">
<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">
<info>
<desc xml:lang="en-US">Color used for of the document boundaries.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="AppBackground">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings for the application background.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc xml:lang="en-US">Specifies Color of the application background.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="ObjectBoundaries">
<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>
</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>
</prop>
<info>
<desc xml:lang="en-US">Settings for object boundaries.</desc>
</info>
</group>
<group oor:name="TableBoundaries">
<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>
<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 table boundaries.</desc>
<desc xml:lang="en-US">Color used for object boundaries.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="TableBoundaries">
<info>
<desc xml:lang="en-US">Settings for table boundaries.</desc>
</info>
</group>
<group oor:name="Links">
<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>
<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 unvisited links.</desc>
<desc xml:lang="en-US">Color used for table boundaries.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="Links">
<info>
<desc xml:lang="en-US">Settings for unvisited links.</desc>
</info>
</group>
<group oor:name="LinksVisited">
<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>
<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 visited links.</desc>
<desc xml:lang="en-US">Color used for unvisited links.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="LinksVisited">
<info>
<desc xml:lang="en-US">Settings for visited links.</desc>
</info>
</group>
<group oor:name="Anchor">
<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>
<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 anchors.</desc>
<desc xml:lang="en-US">Color used for visited links.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="Anchor">
<info>
<desc xml:lang="en-US">Settings for anchors.</desc>
</info>
<prop oor:name="IsVisible" oor:type="xs:boolean">
<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">
<info>
<desc xml:lang="en-US">Color used for anchors.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="Spell">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings for incorrect text found with spellchecking.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc xml:lang="en-US">Color of incorrect text found with AutoSpellcheck.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="WriterTextGrid">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings for the text grid in Writer.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc xml:lang="en-US">Color used for the text grid.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="WriterFieldShadings">
<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>
</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>
</prop>
<info>
<desc xml:lang="en-US">Settings for field shadings in Writer.</desc>
</info>
</group>
<group oor:name="WriterIdxShadings">
<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>
<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 index and table shadings.</desc>
<desc xml:lang="en-US">Color used for the field shadings.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="WriterIdxShadings">
<info>
<desc xml:lang="en-US">Settings for index and table shadings in Writer.</desc>
</info>
</group>
<group oor:name="WriterDirectCursor">
<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>
<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 direct cursor.</desc>
<desc xml:lang="en-US">Color used for the index and table shadings.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</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">
<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">
<info>
<desc xml:lang="en-US">Color used for the direct cursor.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="WriterNotesIndicator">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings for note indicators in Writer.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc xml:lang="en-US">Color used for note indicators.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="WriterScriptIndicator">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings for script indicators in Writer.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc xml:lang="en-US">Color used for script indicators.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="WriterSectionBoundaries">
<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>
</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>
</prop>
<info>
<desc xml:lang="en-US">Settings for section boundaries in Writer.</desc>
</info>
<prop oor:name="IsVisible" oor:type="xs:boolean">
<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">
<info>
<desc xml:lang="en-US">Color used for section boundaries.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="WriterPageBreaks">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings for the page break mark in Writer.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc xml:lang="en-US">Color used for the page break mark.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="HTMLSGML">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings used for SGML in HTML documents.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc xml:lang="en-US">Color used for SGML code.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="HTMLComment">
<prop oor:name="Color" oor:type="xs:int">
<value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for comments.</desc>
</info>
</prop>
<info>
<desc xml:lang="en-US">Settings used for comments in HTML documents.</desc>
</info>
</group>
<group oor:name="HTMLKeyword">
<prop oor:name="Color" oor:type="xs:int">
<value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for keywords.</desc>
</info>
</prop>
<info>
<desc xml:lang="en-US">Settings used for keywords in HTML documents.</desc>
</info>
</group>
<group oor:name="HTMLUnknown">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings used for other text in HTML documents.</desc>
</info>
</group>
<group oor:name="CalcGrid">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings used for grid lines in Calc.</desc>
</info>
</group>
<group oor:name="CalcPageBreak">
<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>
</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">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings used for manual breaks in Calc.</desc>
</info>
</group>
<group oor:name="CalcPageBreakAutomatic">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings used for automatic breaks in Calc.</desc>
</info>
</group>
<group oor:name="CalcDetective">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings used for audition arrows in Calc.</desc>
</info>
</group>
<group oor:name="CalcDetectiveError">
<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>
</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">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings used for the cursor when editing references in Calc.</desc>
</info>
</group>
<group oor:name="CalcNotesBackground">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings used for the background of notes in Calc.</desc>
</info>
</group>
<group oor:name="DrawGuides">
<prop oor:name="Color" oor:type="xs:int">
<value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Deprecated.</desc>
</info>
</prop>
<info>
<desc xml:lang="en-US">Deprecated.</desc>
</info>
</group>
<group oor:name="DrawGrid">
<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>
</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>
</prop>
<info>
<desc xml:lang="en-US">Settings used for the grid in Draw/Impress.</desc>
</info>
</group>
<group oor:name="DrawDrawing">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings for the default drawing color in Draw/Impress.</desc>
</info>
</group>
<group oor:name="DrawFill">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings for the default fill color in Draw/Impress.</desc>
</info>
</group>
<group oor:name="BASICIdentifier">
<prop oor:name="Color" oor:type="xs:int">
<value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for identifiers.</desc>
</info>
</prop>
<info>
<desc xml:lang="en-US">Settings for identifiers in BASIC source code.</desc>
</info>
</group>
<group oor:name="BASICComment">
<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>
</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">
<info>
<desc xml:lang="en-US">Color used for keywords.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</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">
<info>
<desc xml:lang="en-US">Color used for other text.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</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">
<info>
<desc xml:lang="en-US">Color used for the grid.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</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">
<info>
<desc xml:lang="en-US">Color used for page breaks in the page break preview.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</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">
<info>
<desc xml:lang="en-US">Color used for manual page breaks.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</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">
<info>
<desc xml:lang="en-US">Color used for automatic page breaks.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</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">
<info>
<desc xml:lang="en-US">Color used for audition arrows to precedent or dependent cells.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</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">
<info>
<desc xml:lang="en-US">Color used for audition arrows to cells containing errors.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</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">
<info>
<desc xml:lang="en-US">Color used for the cursor when editing references.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</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">
<info>
<desc xml:lang="en-US">Color used for the background of notes.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="DrawGuides">
<info>
<deprecated/>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<deprecated/>
</info>
<value xsi:nil="true"/>
</prop>
</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">
<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">
<info>
<desc xml:lang="en-US">Color used for the grid.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</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">
<info>
<desc xml:lang="en-US">The default drawing color being used.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</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">
<info>
<desc xml:lang="en-US">The default fill color being used.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</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">
<info>
<desc xml:lang="en-US">Color used for identifiers.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</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">
<info>
<desc xml:lang="en-US">Color used for comments.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="BASICNumber">
<prop oor:name="Color" oor:type="xs:int">
<value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for numbers.</desc>
</info>
</prop>
<info>
<desc xml:lang="en-US">Settings for numbers in BASIC source code.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc xml:lang="en-US">Color used for numbers.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="BASICString">
<prop oor:name="Color" oor:type="xs:int">
<value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for strings.</desc>
</info>
</prop>
<info>
<desc xml:lang="en-US">Settings for strings in BASIC source code.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc xml:lang="en-US">Color used for strings.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="BASICOperator">
<prop oor:name="Color" oor:type="xs:int">
<value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for operators.</desc>
</info>
</prop>
<info>
<desc xml:lang="en-US">Settings for operators in BASIC source code.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc xml:lang="en-US">Color used for operators.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="BASICKeyword">
<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>
</prop>
<info>
<desc xml:lang="en-US">Settings for keywords in BASIC source code.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc xml:lang="en-US">Color used for keywords (reserved expressions).</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
<group oor:name="BASICError">
<prop oor:name="Color" oor:type="xs:int">
<value xsi:nil="true"/>
<info>
<desc xml:lang="en-US">Color used for errors.</desc>
</info>
</prop>
<info>
<desc xml:lang="en-US">Settings for errors shown in BASIC source code.</desc>
</info>
<prop oor:name="Color" oor:type="xs:int">
<info>
<desc xml:lang="en-US">Color used for errors.</desc>
</info>
<value xsi:nil="true"/>
</prop>
</group>
</group>
</templates>
<component>
<group oor:name="FilterClassification">
<!-- Responsible: FS-->
<info>
<author>FS</author>
</info>
<group oor:name="GlobalFilters">
<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>
</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>
<prop oor:name="Order" oor:type="oor:string-list">
<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>
<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>

View File

@@ -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>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>