Kaydet (Commit) 458e07b3 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

xmllint: reformat files

xmllint --loaddtd ./officecfg/registry/data.dtd --format ...

Change-Id: I0218762a64f2547424d5ddddf78e3fadc2b65093
üst 4dfdbc08
...@@ -17,31 +17,31 @@ ...@@ -17,31 +17,31 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--> -->
<!DOCTYPE oor:component-data SYSTEM "../../../component-update.dtd"> <!DOCTYPE oor:component-data SYSTEM "../../../component-update.dtd">
<oor:component-data oor:name="FirstStartWizard" oor:package="org.openoffice" xmlns:oor="http://openoffice.org/2001/registry" xmlns:install="http://openoffice.org/2004/installation" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:install="http://openoffice.org/2004/installation" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="FirstStartWizard" oor:package="org.openoffice">
<node oor:name="TabPages"> <node oor:name="TabPages">
<node oor:name="Registration"> <node oor:name="Registration">
<node oor:name="RegistrationOptions"> <node oor:name="RegistrationOptions">
<node oor:name="NowButton" oor:op="replace"> <node oor:name="NowButton" oor:op="replace">
<prop oor:name="Visible"> <prop oor:name="Visible">
<value>true</value> <value>true</value>
</prop> </prop>
</node>
<node oor:name="LaterButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
<node oor:name="NeverButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
<node oor:name="AlreadyRegisteredButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
</node>
</node> </node>
<node oor:name="LaterButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
<node oor:name="NeverButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
<node oor:name="AlreadyRegisteredButton" oor:op="replace">
<prop oor:name="Visible">
<value>true</value>
</prop>
</node>
</node>
</node> </node>
</node>
</oor:component-data> </oor:component-data>
...@@ -18,37 +18,37 @@ ...@@ -18,37 +18,37 @@
--> -->
<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd"> <!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="FirstStartWizard" oor:package="org.openoffice" xml:lang="en-US"> <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="FirstStartWizard" oor:package="org.openoffice" xml:lang="en-US">
<info> <info>
<desc>Contains properties regarding the first start wiazrd.</desc> <desc>Contains properties regarding the first start wiazrd.</desc>
</info> </info>
<templates> <templates>
<group oor:name="Option"> <group oor:name="Option">
<info> <info>
<desc>Describes properties of a wizard tab page option.</desc> <desc>Describes properties of a wizard tab page option.</desc>
</info> </info>
<prop oor:name="Visible" oor:type="xs:boolean" oor:nillable="false"> <prop oor:name="Visible" oor:type="xs:boolean" oor:nillable="false">
<info> <info>
<desc>Determine if an option is visible or not.</desc> <desc>Determine if an option is visible or not.</desc>
</info> </info>
<value>true</value> <value>true</value>
</prop> </prop>
</group> </group>
</templates> </templates>
<component> <component>
<group oor:name="TabPages"> <group oor:name="TabPages">
<info> <info>
<desc>Contains properties for the various first start wizard tab pages.</desc> <desc>Contains properties for the various first start wizard tab pages.</desc>
</info> </info>
<group oor:name="Registration"> <group oor:name="Registration">
<info> <info>
<desc>Specifies properties of the registration tab page.</desc> <desc>Specifies properties of the registration tab page.</desc>
</info> </info>
<set oor:name="RegistrationOptions" oor:node-type="Option"> <set oor:name="RegistrationOptions" oor:node-type="Option">
<info> <info>
<desc>Specifies radio button properties of the registration tab page.</desc> <desc>Specifies radio button properties of the registration tab page.</desc>
</info> </info>
</set> </set>
</group> </group>
</group> </group>
</component> </component>
</oor:component-schema> </oor:component-schema>
...@@ -17,140 +17,140 @@ ...@@ -17,140 +17,140 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--> -->
<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd"> <!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="Inet" oor:package="org.openoffice" xml:lang="en-US"> <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="Inet" oor:package="org.openoffice" xml:lang="en-US">
<desc>Contains Internet-related configurations (proxies, etc.).</desc> <info>
</info> <desc>Contains Internet-related configurations (proxies, etc.).</desc>
<component> </info>
<group oor:name="Settings"> <component>
<info> <group oor:name="Settings">
<desc>Contains Internet-related configurations (servers, proxies, etc.).</desc> <info>
</info> <desc>Contains Internet-related configurations (servers, proxies, etc.).</desc>
<prop oor:name="ooInetNoProxy" oor:type="xs:string" oor:nillable="false"> </info>
<!-- OldPath: Inet/NoProxy --> <prop oor:name="ooInetNoProxy" oor:type="xs:string" oor:nillable="false">
<!-- OldLocation: soffice.ini --> <!-- OldPath: Inet/NoProxy -->
<!-- UIHints: Tools Options Internet Proxy --> <!-- OldLocation: soffice.ini -->
<info> <!-- UIHints: Tools Options Internet Proxy -->
<desc>Enumerates the names of servers that do not require any proxies.</desc> <info>
</info> <desc>Enumerates the names of servers that do not require any proxies.</desc>
<value/> </info>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> <value/>
</prop> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
<prop oor:name="ooInetProxyType" oor:type="xs:int"> </prop>
<!-- OldPath: Inet/ProxyType --> <prop oor:name="ooInetProxyType" oor:type="xs:int">
<!-- OldLocation: soffice.ini --> <!-- OldPath: Inet/ProxyType -->
<!-- UIHints: Tools Options Internet Proxy --> <!-- OldLocation: soffice.ini -->
<info> <!-- UIHints: Tools Options Internet Proxy -->
<desc>Specifies the type of proxy selection.</desc> <info>
</info> <desc>Specifies the type of proxy selection.</desc>
<constraints> </info>
<enumeration oor:value="0"> <constraints>
<info> <enumeration oor:value="0">
<desc>No proxies</desc> <info>
</info> <desc>No proxies</desc>
</enumeration> </info>
<enumeration oor:value="1"> </enumeration>
<info> <enumeration oor:value="1">
<desc>Automatic proxy configuration</desc> <info>
</info> <desc>Automatic proxy configuration</desc>
</enumeration> </info>
<enumeration oor:value="2"> </enumeration>
<info> <enumeration oor:value="2">
<desc>Manual proxy configuration</desc> <info>
</info> <desc>Manual proxy configuration</desc>
</enumeration> </info>
</constraints> </enumeration>
</prop> </constraints>
<prop oor:name="ooInetFTPProxyName" oor:type="xs:string" oor:nillable="false"> </prop>
<!-- OldPath: Inet/FTPProxyName --> <prop oor:name="ooInetFTPProxyName" oor:type="xs:string" oor:nillable="false">
<!-- OldLocation: soffice.ini --> <!-- OldPath: Inet/FTPProxyName -->
<!-- UIHints: Tools Options Internet Proxy --> <!-- OldLocation: soffice.ini -->
<info> <!-- UIHints: Tools Options Internet Proxy -->
<desc>Specifies the name of the FTP proxy server.</desc> <info>
</info> <desc>Specifies the name of the FTP proxy server.</desc>
<value/> </info>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> <value/>
</prop> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
<prop oor:name="ooInetFTPProxyPort" oor:type="xs:int"> </prop>
<!-- OldPath: Inet/FTPProxyPort --> <prop oor:name="ooInetFTPProxyPort" oor:type="xs:int">
<!-- OldLocation: soffice.ini --> <!-- OldPath: Inet/FTPProxyPort -->
<!-- UIHints: Tools Options Internet Proxy --> <!-- OldLocation: soffice.ini -->
<info> <!-- UIHints: Tools Options Internet Proxy -->
<desc>Specifies the port of the FTP proxy server.</desc> <info>
</info> <desc>Specifies the port of the FTP proxy server.</desc>
<constraints> </info>
<minInclusive oor:value="0"> <constraints>
<info> <minInclusive oor:value="0">
<desc>Specifies the minimum allowed port number.</desc> <info>
</info> <desc>Specifies the minimum allowed port number.</desc>
</minInclusive> </info>
<maxInclusive oor:value="65535"> </minInclusive>
<info> <maxInclusive oor:value="65535">
<desc>Specifies the maximum allowed port number.</desc> <info>
</info> <desc>Specifies the maximum allowed port number.</desc>
</maxInclusive> </info>
</constraints> </maxInclusive>
</prop> </constraints>
<prop oor:name="ooInetHTTPProxyName" oor:type="xs:string" oor:nillable="false"> </prop>
<!-- OldPath: Inet/HTTPProxyName --> <prop oor:name="ooInetHTTPProxyName" oor:type="xs:string" oor:nillable="false">
<!-- OldLocation: soffice.ini --> <!-- OldPath: Inet/HTTPProxyName -->
<!-- UIHints: Tools Options Internet Proxy --> <!-- OldLocation: soffice.ini -->
<info> <!-- UIHints: Tools Options Internet Proxy -->
<desc>Specifies the name of the HTTP proxy server.</desc> <info>
</info> <desc>Specifies the name of the HTTP proxy server.</desc>
<value/> </info>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> <value/>
</prop> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
<prop oor:name="ooInetHTTPProxyPort" oor:type="xs:int"> </prop>
<!-- OldPath: Inet/HTTPProxyPort --> <prop oor:name="ooInetHTTPProxyPort" oor:type="xs:int">
<!-- OldLocation: soffice.ini --> <!-- OldPath: Inet/HTTPProxyPort -->
<!-- UIHints: Tools Options Internet Proxy --> <!-- OldLocation: soffice.ini -->
<info> <!-- UIHints: Tools Options Internet Proxy -->
<desc>Specifies the port of the HTTP proxy server.</desc> <info>
</info> <desc>Specifies the port of the HTTP proxy server.</desc>
<constraints> </info>
<minInclusive oor:value="0"> <constraints>
<info> <minInclusive oor:value="0">
<desc>Specifies the minimum allowed port number.</desc> <info>
</info> <desc>Specifies the minimum allowed port number.</desc>
</minInclusive> </info>
<maxInclusive oor:value="65535"> </minInclusive>
<info> <maxInclusive oor:value="65535">
<desc>Specifies the maximum allowed port number.</desc> <info>
</info> <desc>Specifies the maximum allowed port number.</desc>
</maxInclusive> </info>
</constraints> </maxInclusive>
</prop> </constraints>
<prop oor:name="ooInetHTTPSProxyName" oor:type="xs:string" oor:nillable="false"> </prop>
<!-- OldPath: Inet/HTTPSProxyName --> <prop oor:name="ooInetHTTPSProxyName" oor:type="xs:string" oor:nillable="false">
<!-- OldLocation: soffice.ini --> <!-- OldPath: Inet/HTTPSProxyName -->
<!-- UIHints: Tools Options Internet Proxy --> <!-- OldLocation: soffice.ini -->
<info> <!-- UIHints: Tools Options Internet Proxy -->
<desc>Specifies the name of the HTTPS proxy server.</desc> <info>
</info> <desc>Specifies the name of the HTTPS proxy server.</desc>
<value/> </info>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> <value/>
</prop> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
<prop oor:name="ooInetHTTPSProxyPort" oor:type="xs:int"> </prop>
<!-- OldPath: Inet/HTTPSProxyPort --> <prop oor:name="ooInetHTTPSProxyPort" oor:type="xs:int">
<!-- OldLocation: soffice.ini --> <!-- OldPath: Inet/HTTPSProxyPort -->
<!-- UIHints: Tools Options Internet Proxy --> <!-- OldLocation: soffice.ini -->
<info> <!-- UIHints: Tools Options Internet Proxy -->
<desc>Specifies the port of the HTTPS proxy server.</desc> <info>
</info> <desc>Specifies the port of the HTTPS proxy server.</desc>
<constraints> </info>
<minInclusive oor:value="0"> <constraints>
<info> <minInclusive oor:value="0">
<desc>Specifies the minimum allowed port number.</desc> <info>
</info> <desc>Specifies the minimum allowed port number.</desc>
</minInclusive> </info>
<maxInclusive oor:value="65535"> </minInclusive>
<info> <maxInclusive oor:value="65535">
<desc>Specifies the maximum allowed port number.</desc> <info>
</info> <desc>Specifies the maximum allowed port number.</desc>
</maxInclusive> </info>
</constraints> </maxInclusive>
</prop> </constraints>
</group> </prop>
</component> </group>
</component>
</oor:component-schema> </oor:component-schema>
...@@ -17,56 +17,56 @@ ...@@ -17,56 +17,56 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--> -->
<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="Accelerators" oor:package="org.openoffice.Office" xml:lang="en-US"> <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Accelerators" oor:package="org.openoffice.Office" xml:lang="en-US">
<info> <info>
<desc>Configuration of Accelerators replacing the old not XCU-based configuration</desc> <desc>Configuration of Accelerators replacing the old not XCU-based configuration</desc>
</info> </info>
<templates> <templates>
<group oor:name="Key"> <group oor:name="Key">
<info> <info>
<desc>document the Key format</desc> <desc>document the Key format</desc>
</info> </info>
<prop oor:name="Command" oor:type="xs:string" oor:localized="true"> <prop oor:name="Command" oor:type="xs:string" oor:localized="true">
<info> <info>
<desc>e.g..uno:About</desc> <desc>e.g..uno:About</desc>
</info> </info>
</prop> </prop>
</group> </group>
<set oor:name="Module" oor:node-type="Key"> <set oor:name="Module" oor:node-type="Key">
<info> <info>
<desc>point to a module of OOo</desc> <desc>point to a module of OOo</desc>
</info> </info>
</set> </set>
</templates> </templates>
<component> <component>
<group oor:name="PrimaryKeys"> <group oor:name="PrimaryKeys">
<info> <info>
<desc>contains the preferred keys</desc> <desc>contains the preferred keys</desc>
</info> </info>
<set oor:name="Global" oor:node-type="Key"> <set oor:name="Global" oor:node-type="Key">
<info> <info>
<desc>Defined as key-values pairs</desc> <desc>Defined as key-values pairs</desc>
</info> </info>
</set> </set>
<set oor:name="Modules" oor:node-type="Module"> <set oor:name="Modules" oor:node-type="Module">
<info> <info>
<desc>containing the modules of OOo, defined as key-values pairs</desc> <desc>containing the modules of OOo, defined as key-values pairs</desc>
</info> </info>
</set> </set>
</group> </group>
<group oor:name="SecondaryKeys"> <group oor:name="SecondaryKeys">
<info> <info>
<desc>contains the secondary keys</desc> <desc>contains the secondary keys</desc>
</info> </info>
<set oor:name="Global" oor:node-type="Key"> <set oor:name="Global" oor:node-type="Key">
<info> <info>
<desc>Defined as key-values pairs</desc> <desc>Defined as key-values pairs</desc>
</info> </info>
</set> </set>
<set oor:name="Modules" oor:node-type="Module"> <set oor:name="Modules" oor:node-type="Module">
<info> <info>
<desc>containing the modules of OOo, defined as key-values pairs</desc> <desc>containing the modules of OOo, defined as key-values pairs</desc>
</info> </info>
</set> </set>
</group> </group>
</component> </component>
</oor:component-schema> </oor:component-schema>
...@@ -17,51 +17,77 @@ ...@@ -17,51 +17,77 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--> -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> <!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
<oor:component-schema oor:name="CalcAddIns" 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"> <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="CalcAddIns" oor:package="org.openoffice.Office" xml:lang="en-US">
<info> <info>
<desc>Contains add-in function configuration.</desc> <desc>Contains add-in function configuration.</desc>
</info> </info>
<templates> <templates>
<group oor:name="AddInParameter" > <group oor:name="AddInParameter">
<info><desc>Describes one parameter.</desc></info> <info>
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true"> <desc>Describes one parameter.</desc>
<info><desc>Specifies the user-visible name of the parameter.</desc></info> </info>
</prop> <prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
<prop oor:name="Description" oor:type="xs:string" oor:localized="true"> <info>
<info><desc>Specifies a description of the parameter.</desc></info> <desc>Specifies the user-visible name of the parameter.</desc>
</prop> </info>
</group> </prop>
<group oor:name="AddInFunction"> <prop oor:name="Description" oor:type="xs:string" oor:localized="true">
<info><desc>Describes one function.</desc></info> <info>
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true"> <desc>Specifies a description of the parameter.</desc>
<info><desc>Specifies the user-visible name of the function.</desc></info> </info>
</prop> </prop>
<prop oor:name="Description" oor:type="xs:string" oor:localized="true"> </group>
<info><desc>Specifies a description of the function.</desc></info> <group oor:name="AddInFunction">
</prop> <info>
<prop oor:name="Category" oor:type="xs:string"> <desc>Describes one function.</desc>
<info><desc>Specifies the programmatic name of the category the function belongs to.</desc></info> </info>
</prop> <prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
<prop oor:name="CategoryDisplayName" oor:type="xs:string" oor:localized="true"> <info>
<info><desc>Specifies the user-visible name of the category the function belongs to.</desc></info> <desc>Specifies the user-visible name of the function.</desc>
</prop> </info>
<prop oor:name="CompatibilityName" oor:type="xs:string" oor:localized="true"> </prop>
<info><desc>Specifies a localized function name for exchange with other applications.</desc></info> <prop oor:name="Description" oor:type="xs:string" oor:localized="true">
</prop> <info>
<set oor:name="Parameters" oor:node-type="AddInParameter"> <desc>Specifies a description of the function.</desc>
<info><desc>Specifies the function's parameters.</desc></info> </info>
</set> </prop>
</group> <prop oor:name="Category" oor:type="xs:string">
<group oor:name="AddIn"> <info>
<info><desc>Describes one add-in component.</desc></info> <desc>Specifies the programmatic name of the category the function belongs to.</desc>
<set oor:name="AddInFunctions" oor:node-type="AddInFunction"> </info>
<info><desc>Specifies the component's functions.</desc></info> </prop>
</set> <prop oor:name="CategoryDisplayName" oor:type="xs:string" oor:localized="true">
</group> <info>
</templates> <desc>Specifies the user-visible name of the category the function belongs to.</desc>
<component> </info>
<set oor:name="AddInInfo" oor:node-type="AddIn"> </prop>
<info><desc>Specifies the installed add-in components.</desc></info> <prop oor:name="CompatibilityName" oor:type="xs:string" oor:localized="true">
</set> <info>
</component> <desc>Specifies a localized function name for exchange with other applications.</desc>
</info>
</prop>
<set oor:name="Parameters" oor:node-type="AddInParameter">
<info>
<desc>Specifies the function's parameters.</desc>
</info>
</set>
</group>
<group oor:name="AddIn">
<info>
<desc>Describes one add-in component.</desc>
</info>
<set oor:name="AddInFunctions" oor:node-type="AddInFunction">
<info>
<desc>Specifies the component's functions.</desc>
</info>
</set>
</group>
</templates>
<component>
<set oor:name="AddInInfo" oor:node-type="AddIn">
<info>
<desc>Specifies the installed add-in components.</desc>
</info>
</set>
</component>
</oor:component-schema> </oor:component-schema>
...@@ -17,31 +17,32 @@ ...@@ -17,31 +17,32 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--> -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> <!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="Commands" oor:package="org.openoffice.Office" xml:lang="en-US"> <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="Commands" oor:package="org.openoffice.Office" xml:lang="en-US">
<desc>Contains general information about ~ and rules, and about actions based on office commands.</desc> <info>
</info> <desc>Contains general information about ~ and rules, and about actions based on office commands.</desc>
<templates> </info>
<group oor:name="CommandType"> <templates>
<info> <group oor:name="CommandType">
<desc>Describes a command.</desc> <info>
</info> <desc>Describes a command.</desc>
<prop oor:name="Command" oor:type="xs:string"> </info>
<info> <prop oor:name="Command" oor:type="xs:string">
<desc>Specifies the command name for dispatching without a protocol part.</desc> <info>
</info> <desc>Specifies the command name for dispatching without a protocol part.</desc>
</prop> </info>
</group> </prop>
</templates> </group>
<component> </templates>
<group oor:name="Execute"> <component>
<info> <group oor:name="Execute">
<desc>Contains information about the execute status.</desc> <info>
</info> <desc>Contains information about the execute status.</desc>
<set oor:name="Disabled" oor:node-type="CommandType"> </info>
<info> <set oor:name="Disabled" oor:node-type="CommandType">
<desc>Contains commands that are disabled in the Office user interface.</desc> <info>
</info> <desc>Contains commands that are disabled in the Office user interface.</desc>
</set> </info>
</group> </set>
</component> </group>
</component>
</oor:component-schema> </oor:component-schema>
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -17,85 +17,115 @@ ...@@ -17,85 +17,115 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--> -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> <!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="Compatibility" oor:package="org.openoffice.Office" xml:lang="en-US"> <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="Compatibility" oor:package="org.openoffice.Office" xml:lang="en-US">
<desc>List of applications and their recommended formatting options</desc> <info>
</info> <desc>List of applications and their recommended formatting options</desc>
<templates> </info>
<group oor:name="FormattingOptions"> <templates>
<info><desc>Recommended formatting options for one application</desc></info> <group oor:name="FormattingOptions">
<prop oor:name="Module" oor:type="xs:string"> <info>
<info><desc>Module of the application</desc></info> <desc>Recommended formatting options for one application</desc>
<constraints> </info>
<enumeration oor:value="swriter"> <prop oor:name="Module" oor:type="xs:string">
<info><desc>Writer module</desc></info> <info>
</enumeration> <desc>Module of the application</desc>
</constraints> </info>
</prop> <constraints>
<prop oor:name="UsePrinterMetrics" oor:type="xs:boolean" oor:nillable="false"> <enumeration oor:value="swriter">
<info><desc>Use printer metrics for document formatting</desc></info> <info>
<value>false</value> <desc>Writer module</desc>
</prop> </info>
<prop oor:name="AddSpacing" oor:type="xs:boolean" oor:nillable="false"> </enumeration>
<info><desc>Add spacing between paragraphs and tables</desc></info> </constraints>
<value>true</value> </prop>
</prop> <prop oor:name="UsePrinterMetrics" oor:type="xs:boolean" oor:nillable="false">
<prop oor:name="AddSpacingAtPages" oor:type="xs:boolean" oor:nillable="false"> <info>
<info><desc>Add paragraph and table spacing at tops of pages</desc></info> <desc>Use printer metrics for document formatting</desc>
<value>true</value> </info>
</prop> <value>false</value>
<prop oor:name="UseOurTabStopFormat" oor:type="xs:boolean" oor:nillable="false"> </prop>
<info><desc>Use OpenOffice.org 1.1 tabstop formatting</desc></info> <prop oor:name="AddSpacing" oor:type="xs:boolean" oor:nillable="false">
<value>false</value> <info>
</prop> <desc>Add spacing between paragraphs and tables</desc>
<prop oor:name="NoExternalLeading" oor:type="xs:boolean" oor:nillable="false"> </info>
<info><desc>Do not add leading (extra space) between lines of text</desc></info> <value>true</value>
<value>false</value> </prop>
</prop> <prop oor:name="AddSpacingAtPages" oor:type="xs:boolean" oor:nillable="false">
<prop oor:name="UseLineSpacing" oor:type="xs:boolean" oor:nillable="false"> <info>
<info><desc>Use OpenOffice.org 1.1 line spacing</desc></info> <desc>Add paragraph and table spacing at tops of pages</desc>
<value>false</value> </info>
</prop> <value>true</value>
<prop oor:name="AddTableSpacing" oor:type="xs:boolean" oor:nillable="false"> </prop>
<info><desc>???</desc></info> <prop oor:name="UseOurTabStopFormat" oor:type="xs:boolean" oor:nillable="false">
<value>true</value> <info>
</prop> <desc>Use OpenOffice.org 1.1 tabstop formatting</desc>
<prop oor:name="UseObjectPositioning" oor:type="xs:boolean" oor:nillable="false"> </info>
<info><desc>Use OpenOffice.org 1.1 object positioning</desc></info> <value>false</value>
<value>false</value> </prop>
</prop> <prop oor:name="NoExternalLeading" oor:type="xs:boolean" oor:nillable="false">
<prop oor:name="UseOurTextWrapping" oor:type="xs:boolean" oor:nillable="false"> <info>
<info><desc>Use OpenOffice.org 1.1 text wrapping</desc></info> <desc>Do not add leading (extra space) between lines of text</desc>
<value>false</value> </info>
</prop> <value>false</value>
<prop oor:name="ConsiderWrappingStyle" oor:type="xs:boolean" oor:nillable="false"> </prop>
<info><desc>Consider wrapping style when positioning objects</desc></info> <prop oor:name="UseLineSpacing" oor:type="xs:boolean" oor:nillable="false">
<value>false</value> <info>
</prop> <desc>Use OpenOffice.org 1.1 line spacing</desc>
<prop oor:name="ExpandWordSpace" oor:type="xs:boolean" oor:nillable="false"> </info>
<info><desc>Expand word space on lines with manual line breaks in justified paragraphs</desc></info> <value>false</value>
<value>true</value> </prop>
</prop> <prop oor:name="AddTableSpacing" oor:type="xs:boolean" oor:nillable="false">
</group> <info>
</templates> <desc>???</desc>
</info>
<component> <value>true</value>
<set oor:name="AllFileFormats" oor:node-type="FormattingOptions"> </prop>
<info><desc>The List of the applications.</desc></info> <prop oor:name="UseObjectPositioning" oor:type="xs:boolean" oor:nillable="false">
</set> <info>
<group oor:name="WriterCompatibilityVersion"> <desc>Use OpenOffice.org 1.1 object positioning</desc>
<info> </info>
<desc>Used by the writer compatibility flag as the last OOo version.</desc> <value>false</value>
</info> </prop>
<!--The default must be written by the setup.--> <prop oor:name="UseOurTextWrapping" oor:type="xs:boolean" oor:nillable="false">
<prop oor:name="OOo11" oor:type="xs:string" oor:nillable="false"> <info>
<!-- UIHints: Tools - Options - OOo Writer - Compatibility --> <desc>Use OpenOffice.org 1.1 text wrapping</desc>
<!--The value should only be written by the setup.--> </info>
<info> <value>false</value>
<desc>OOo version 1.1.</desc> </prop>
<label>OOo version 1.1.</label> <prop oor:name="ConsiderWrappingStyle" oor:type="xs:boolean" oor:nillable="false">
</info> <info>
<value/> <desc>Consider wrapping style when positioning objects</desc>
</prop> </info>
</group> <value>false</value>
</component> </prop>
<prop oor:name="ExpandWordSpace" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Expand word space on lines with manual line breaks in justified paragraphs</desc>
</info>
<value>true</value>
</prop>
</group>
</templates>
<component>
<set oor:name="AllFileFormats" oor:node-type="FormattingOptions">
<info>
<desc>The List of the applications.</desc>
</info>
</set>
<group oor:name="WriterCompatibilityVersion">
<info>
<desc>Used by the writer compatibility flag as the last OOo version.</desc>
</info>
<!--The default must be written by the setup.-->
<prop oor:name="OOo11" oor:type="xs:string" oor:nillable="false">
<!-- UIHints: Tools - Options - OOo Writer - Compatibility -->
<!--The value should only be written by the setup.-->
<info>
<desc>OOo version 1.1.</desc>
<label>OOo version 1.1.</label>
</info>
<value/>
</prop>
</group>
</component>
</oor:component-schema> </oor:component-schema>
...@@ -18,119 +18,118 @@ ...@@ -18,119 +18,118 @@
--> -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> <!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="Embedding" oor:package="org.openoffice.Office" xml:lang="en-US"> <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Embedding" oor:package="org.openoffice.Office" xml:lang="en-US">
<info> <info>
<desc>Contains embedding related information, such as the list of available for embedding objects.</desc> <desc>Contains embedding related information, such as the list of available for embedding objects.</desc>
</info> </info>
<templates> <templates>
<group oor:name="Object"> <group oor:name="Object">
<info> <info>
<desc>Describes an embedded object.</desc> <desc>Describes an embedded object.</desc>
</info> </info>
<!--The default must be written by the setup.--> <!--The default must be written by the setup.-->
<prop oor:name="ObjectFactory" oor:type="xs:string"> <prop oor:name="ObjectFactory" oor:type="xs:string">
<!-- UIHints: setup --> <!-- UIHints: setup -->
<info> <info>
<desc>Specifies the service name of the object's factory.</desc> <desc>Specifies the service name of the object's factory.</desc>
</info> </info>
</prop> </prop>
<prop oor:name="ObjectDocumentServiceName" oor:type="xs:string"> <prop oor:name="ObjectDocumentServiceName" oor:type="xs:string">
<!-- UIHints: setup --> <!-- UIHints: setup -->
<info> <info>
<desc>Optional entry that specifies the service name of the document that is used by the object.</desc> <desc>Optional entry that specifies the service name of the document that is used by the object.</desc>
</info> </info>
</prop> </prop>
<prop oor:name="ObjectMiscStatus" oor:type="xs:long"> <prop oor:name="ObjectMiscStatus" oor:type="xs:long">
<!-- UIHints: setup --> <!-- UIHints: setup -->
<info> <info>
<desc>Specifies the miscellaneous properties of the object.</desc> <desc>Specifies the miscellaneous properties of the object.</desc>
</info> </info>
</prop> </prop>
<prop oor:name="ObjectVerbs" oor:type="oor:string-list"> <prop oor:name="ObjectVerbs" oor:type="oor:string-list">
<!-- UIHints: setup --> <!-- UIHints: setup -->
<info> <info>
<desc>Specifies the list of verbs supported by the object.</desc> <desc>Specifies the list of verbs supported by the object.</desc>
</info> </info>
</prop> </prop>
<prop oor:name="ObjectDocumentFilterName" oor:type="xs:string"> <prop oor:name="ObjectDocumentFilterName" oor:type="xs:string">
<!-- UIHints: setup --> <!-- UIHints: setup -->
<info> <info>
<desc>Optional entry that specifies the filter name that is used by the object.</desc> <desc>Optional entry that specifies the filter name that is used by the object.</desc>
</info> </info>
</prop> </prop>
</group> </group>
<group oor:name="Verb"> <group oor:name="Verb">
<info> <info>
<desc>Describes possible verbs that can be supported by an embedded object.</desc> <desc>Describes possible verbs that can be supported by an embedded object.</desc>
</info> </info>
<prop oor:name="VerbUIName" oor:localized="true" oor:type="xs:string"> <prop oor:name="VerbUIName" oor:localized="true" oor:type="xs:string">
<!-- UIHints: setup --> <!-- UIHints: setup -->
<info> <info>
<desc>Specifies the localized name of the verb that can be shown in the UI.</desc> <desc>Specifies the localized name of the verb that can be shown in the UI.</desc>
</info> </info>
</prop> </prop>
<prop oor:name="VerbID" oor:type="xs:int"> <prop oor:name="VerbID" oor:type="xs:int">
<!-- UIHints: setup --> <!-- UIHints: setup -->
<info> <info>
<desc>Specifies the unique ID for the verb.</desc> <desc>Specifies the unique ID for the verb.</desc>
</info> </info>
</prop> </prop>
<prop oor:name="VerbFlags" oor:type="xs:int"> <prop oor:name="VerbFlags" oor:type="xs:int">
<!-- UIHints: setup --> <!-- UIHints: setup -->
<info> <info>
<desc>Specifies the flags of the verb that can control verb's representation in UI.</desc> <desc>Specifies the flags of the verb that can control verb's representation in UI.</desc>
</info> </info>
</prop> </prop>
<prop oor:name="VerbAttributes" oor:type="xs:int"> <prop oor:name="VerbAttributes" oor:type="xs:int">
<!-- UIHints: setup --> <!-- UIHints: setup -->
<info> <info>
<desc>Specifies the attributes of the verb.</desc> <desc>Specifies the attributes of the verb.</desc>
</info> </info>
</prop> </prop>
</group> </group>
<group oor:name="ObjectName"> <group oor:name="ObjectName">
<info> <info>
<desc>Provides object name that appears in UI.</desc> <desc>Provides object name that appears in UI.</desc>
</info> </info>
<prop oor:name="ObjectUIName" oor:localized="true" oor:type="xs:string"> <prop oor:name="ObjectUIName" oor:localized="true" oor:type="xs:string">
<!-- UIHints: setup --> <!-- UIHints: setup -->
<info> <info>
<desc>Specifies the localized name of the object that can be shown in the UI.</desc> <desc>Specifies the localized name of the object that can be shown in the UI.</desc>
</info> </info>
</prop> </prop>
<prop oor:name="ClassID" oor:type="xs:string"> <prop oor:name="ClassID" oor:type="xs:string">
<!-- UIHints: setup --> <!-- UIHints: setup -->
<info> <info>
<desc>Class ID of the object.</desc> <desc>Class ID of the object.</desc>
</info> </info>
</prop> </prop>
</group> </group>
</templates> </templates>
<component> <component>
<set oor:name="Objects" oor:node-type="Object"> <set oor:name="Objects" oor:node-type="Object">
<info> <info>
<desc>Contains the explicitly registered embedded objects. ClassID is used as a name for entry.</desc> <desc>Contains the explicitly registered embedded objects. ClassID is used as a name for entry.</desc>
</info> </info>
</set> </set>
<set oor:name="Verbs" oor:node-type="Verb"> <set oor:name="Verbs" oor:node-type="Verb">
<info> <info>
<desc>Contains possible verbs for embedded objects.</desc> <desc>Contains possible verbs for embedded objects.</desc>
</info> </info>
</set> </set>
<group oor:name="MimeTypeClassIDRelations" oor:extensible="true"> <group oor:name="MimeTypeClassIDRelations" oor:extensible="true">
<info> <info>
<desc>Contains convertion table from MimeType to ClassID. MimeType is used as a name for entry.</desc> <desc>Contains convertion table from MimeType to ClassID. MimeType is used as a name for entry.</desc>
</info> </info>
</group> </group>
<group oor:name="UserFactories" oor:extensible="true"> <group oor:name="UserFactories" oor:extensible="true">
<info> <info>
<desc>List of additional factories that can be used to create embedded object.</desc> <desc>List of additional factories that can be used to create embedded object.</desc>
</info> </info>
</group> </group>
<set oor:name="ObjectNames" oor:node-type="ObjectName"> <set oor:name="ObjectNames" oor:node-type="ObjectName">
<info> <info>
<desc>List of object names to be used in GUI and ClassIDs.</desc> <desc>List of object names to be used in GUI and ClassIDs.</desc>
</info> </info>
</set> </set>
</component> </component>
</oor:component-schema> </oor:component-schema>
...@@ -18,86 +18,85 @@ ...@@ -18,86 +18,85 @@
--> -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> <!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="ExtendedColorScheme" oor:package="org.openoffice.Office" xml:lang="en-US"> <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="ExtendedColorScheme" oor:package="org.openoffice.Office" xml:lang="en-US">
<info> <info/>
</info> <templates>
<templates> <group oor:name="ColorEntry">
<group oor:name="ColorEntry"> <info>
<info> <desc>Specifies the color settings for the document.</desc>
<desc>Specifies the color settings for the document.</desc> </info>
</info> <prop oor:name="Color" oor:type="xs:int">
<prop oor:name="Color" oor:type="xs:int"> <info>
<info> <desc>Specifies the color of the document.</desc>
<desc>Specifies the color of the document.</desc> </info>
</info> </prop>
</prop> <prop oor:name="DefaultColor" oor:type="xs:int">
<prop oor:name="DefaultColor" oor:type="xs:int"> <info>
<info> <desc>Specifies the system color of the document.</desc>
<desc>Specifies the system color of the document.</desc> </info>
</info> </prop>
</prop> </group>
</group> <group oor:name="Component">
<group oor:name="Component"> <info>
<info> <desc>Specifies the component color settings.</desc>
<desc>Specifies the component color settings.</desc> </info>
</info> <set oor:name="Entries" oor:node-type="ColorEntry">
<set oor:name="Entries" oor:node-type="ColorEntry"> <info>
<info> <desc>Specifies the color settings for customizing the appearance the extension.</desc>
<desc>Specifies the color settings for customizing the appearance the extension.</desc> </info>
</info> </set>
</set> </group>
</group> <group oor:name="EntryName">
<group oor:name="EntryName"> <info>
<info> <desc>Specifies the UI name for the color or group name of the component.</desc>
<desc>Specifies the UI name for the color or group name of the component.</desc> </info>
</info> <prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true"> <info>
<info> <desc>Specifies the localized name that is used when presenting the entry to the user.</desc>
<desc>Specifies the localized name that is used when presenting the entry to the user.</desc> </info>
</info> </prop>
</prop> </group>
</group> <group oor:name="ComponentName">
<group oor:name="ComponentName"> <info>
<info> <desc>Specifies the ui strings for the component.</desc>
<desc>Specifies the ui strings for the component.</desc> </info>
</info> <prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true"> <info>
<info> <desc>Specifies the localized name that is used when presenting the entry to the user.</desc>
<desc>Specifies the localized name that is used when presenting the entry to the user.</desc> </info>
</info> </prop>
</prop> <set oor:name="Entries" oor:node-type="EntryName">
<set oor:name="Entries" oor:node-type="EntryName"> <info>
<info> <desc>Specifies the entry names.</desc>
<desc>Specifies the entry names.</desc> </info>
</info> </set>
</set> </group>
</group> <set oor:name="ExtendedColorScheme" oor:node-type="Component">
<set oor:name="ExtendedColorScheme" oor:node-type="Component"> <info>
<info> <desc>Specifies the color settings for customizing the appearance of extensions.</desc>
<desc>Specifies the color settings for customizing the appearance of extensions.</desc> </info>
</info> </set>
</set> </templates>
</templates> <component>
<component> <group oor:name="ExtendedColorScheme">
<group oor:name="ExtendedColorScheme"> <info>
<info> <desc>Specifies the color settings for customizing the appearance of extensions.</desc>
<desc>Specifies the color settings for customizing the appearance of extensions.</desc> </info>
</info> <prop oor:name="CurrentColorScheme" oor:type="xs:string">
<prop oor:name="CurrentColorScheme" oor:type="xs:string"> <info>
<info> <desc>Specifies the name of the columns selected for inserting data into text or fields, plus inserted text and line breaks.</desc>
<desc>Specifies the name of the columns selected for inserting data into text or fields, plus inserted text and line breaks.</desc> </info>
</info> </prop>
</prop> <set oor:name="ColorSchemes" oor:node-type="ExtendedColorScheme">
<set oor:name="ColorSchemes" oor:node-type="ExtendedColorScheme"> <!-- UIHints: Tools / Options / Star|OpenOffice / Appearance -->
<!-- UIHints: Tools / Options / Star|OpenOffice / Appearance --> <info>
<info> <desc>Lists entries with color settings.</desc>
<desc>Lists entries with color settings.</desc> </info>
</info> </set>
</set> </group>
</group> <set oor:name="EntryNames" oor:node-type="ComponentName">
<set oor:name="EntryNames" oor:node-type="ComponentName"> <info>
<info> <desc>Lists entries with color entry UI names.</desc>
<desc>Lists entries with color entry UI names.</desc> </info>
</info> </set>
</set> </component>
</component>
</oor:component-schema> </oor:component-schema>
...@@ -17,110 +17,109 @@ ...@@ -17,110 +17,109 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--> -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> <!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="Java" oor:package="org.openoffice.Office" xml:lang="en-US"> <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="Java" oor:package="org.openoffice.Office" xml:lang="en-US">
</info> <info/>
<component> <component>
<group oor:name="VirtualMachine"> <group oor:name="VirtualMachine">
<info> <info>
<desc>Provides information used to initialize a Java Virtual Machine. </desc> <desc>Provides information used to initialize a Java Virtual Machine. </desc>
</info> </info>
<prop oor:name="Home" oor:type="xs:string" oor:nillable="false"> <prop oor:name="Home" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Java --> <!-- OldPath: Java -->
<!-- OldLocation: java.ini --> <!-- OldLocation: java.ini -->
<!-- Notice: Default: depends on Java installation path --> <!-- Notice: Default: depends on Java installation path -->
<info> <info>
<deprecated/> <deprecated/>
<desc>Specifies the path of the Java installation.</desc> <desc>Specifies the path of the Java installation.</desc>
<label>Java Home</label> <label>Java Home</label>
</info> </info>
<value>NULL</value> <value>NULL</value>
</prop> </prop>
<prop oor:name="Version" oor:type="xs:string" oor:nillable="false"> <prop oor:name="Version" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Java --> <!-- OldPath: Java -->
<!-- OldLocation: java.ini --> <!-- OldLocation: java.ini -->
<!-- Notice: Default: depends on version used --> <!-- Notice: Default: depends on version used -->
<info> <info>
<deprecated/> <deprecated/>
<desc>Specifies the version of the Java installation that is used.</desc> <desc>Specifies the version of the Java installation that is used.</desc>
<label>Java Version</label> <label>Java Version</label>
</info> </info>
<value>NULL</value> <value>NULL</value>
</prop> </prop>
<prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false"> <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Java --> <!-- OldPath: Java -->
<!-- OldLocation: java.ini --> <!-- OldLocation: java.ini -->
<info> <info>
<deprecated/> <deprecated/>
<desc>Determines if the com.sun.star.java.JavaVirtualMachine service instantiates a JVM.</desc> <desc>Determines if the com.sun.star.java.JavaVirtualMachine service instantiates a JVM.</desc>
<label>Enable JVM</label> <label>Enable JVM</label>
</info> </info>
<value>true</value> <value>true</value>
</prop> </prop>
<prop oor:name="Security" oor:type="xs:boolean" oor:nillable="false"> <prop oor:name="Security" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Java --> <!-- OldPath: Java -->
<!-- OldLocation: java.ini --> <!-- OldLocation: java.ini -->
<!-- UIHints: Tools Options StarOffice Security [Section] Java --> <!-- UIHints: Tools Options StarOffice Security [Section] Java -->
<info> <info>
<desc>Determines if security checks are performed for applets.</desc> <desc>Determines if security checks are performed for applets.</desc>
<label>Enable security checks</label> <label>Enable security checks</label>
</info> </info>
<value>true</value> <value>true</value>
</prop> </prop>
<prop oor:name="NetAccess" oor:type="xs:int"> <prop oor:name="NetAccess" oor:type="xs:int">
<!-- OldPath: Java --> <!-- OldPath: Java -->
<!-- OldLocation: java.ini --> <!-- OldLocation: java.ini -->
<!-- UIHints: Tools Options StarOffice Security [Section] Java --> <!-- UIHints: Tools Options StarOffice Security [Section] Java -->
<info> <info>
<desc>Determines if and to what extent Java applets are allowed to access the network.</desc> <desc>Determines if and to what extent Java applets are allowed to access the network.</desc>
<label>Net access</label> <label>Net access</label>
</info> </info>
<constraints> <constraints>
<enumeration oor:value="0"> <enumeration oor:value="0">
<info> <info>
<desc>Host - connect to origin</desc> <desc>Host - connect to origin</desc>
</info> </info>
</enumeration> </enumeration>
<enumeration oor:value="1"> <enumeration oor:value="1">
<info> <info>
<desc>Unrestricted - connect to all</desc> <desc>Unrestricted - connect to all</desc>
</info> </info>
</enumeration> </enumeration>
<enumeration oor:value="3"> <enumeration oor:value="3">
<info> <info>
<desc>None - no connection alloed</desc> <desc>None - no connection alloed</desc>
</info> </info>
</enumeration> </enumeration>
</constraints> </constraints>
</prop> </prop>
<prop oor:name="UserClassPath" oor:type="xs:string" oor:nillable="false"> <prop oor:name="UserClassPath" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Java --> <!-- OldPath: Java -->
<!-- OldLocation: java.ini --> <!-- OldLocation: java.ini -->
<!-- UIHints: Tools Options StarOffice Security [Section] Java --> <!-- UIHints: Tools Options StarOffice Security [Section] Java -->
<info> <info>
<deprecated/> <deprecated/>
<desc>Specifies additional Java classes or jars which are contained in the classpath of the JVM (java.class.path system property).</desc> <desc>Specifies additional Java classes or jars which are contained in the classpath of the JVM (java.class.path system property).</desc>
<label>Classpath</label> <label>Classpath</label>
</info> </info>
<value/> <value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop> </prop>
<prop oor:name="Debug" oor:type="xs:boolean"> <prop oor:name="Debug" oor:type="xs:boolean">
<!-- OldPath: Java --> <!-- OldPath: Java -->
<!-- OldLocation: java.ini --> <!-- OldLocation: java.ini -->
<info> <info>
<deprecated/> <deprecated/>
<desc> Indicates that JVM supports debugging.</desc> <desc> Indicates that JVM supports debugging.</desc>
</info> </info>
</prop> </prop>
<prop oor:name="Properties" oor:type="oor:string-list"> <prop oor:name="Properties" oor:type="oor:string-list">
<!-- OldPath: Java --> <!-- OldPath: Java -->
<!-- OldLocation: java.ini --> <!-- OldLocation: java.ini -->
<info> <info>
<deprecated/> <deprecated/>
<desc>Specifies properties for use with the Java VM.</desc> <desc>Specifies properties for use with the Java VM.</desc>
</info> </info>
</prop> </prop>
</group> </group>
</component> </component>
</oor:component-schema> </oor:component-schema>
...@@ -17,68 +17,69 @@ ...@@ -17,68 +17,69 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--> -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> <!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="Jobs" oor:package="org.openoffice.Office" xml:lang="en-US"> <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="Jobs" oor:package="org.openoffice.Office" xml:lang="en-US">
<desc>Contains information about registered jobs, bound on events.</desc> <info>
</info> <desc>Contains information about registered jobs, bound on events.</desc>
<templates> </info>
<group oor:name="Job"> <templates>
<info> <group oor:name="Job">
<desc>Describes an UNO service, which is registered for a special event.</desc> <info>
</info> <desc>Describes an UNO service, which is registered for a special event.</desc>
<prop oor:name="Service" oor:type="xs:string"> </info>
<info> <prop oor:name="Service" oor:type="xs:string">
<desc>Must contain an UNO implementation(!) name of the implemented job component.</desc> <info>
</info> <desc>Must contain an UNO implementation(!) name of the implemented job component.</desc>
</prop> </info>
<prop oor:name="Context" oor:type="xs:string"> </prop>
<info> <prop oor:name="Context" oor:type="xs:string">
<desc>An property to define the context this event should be active in. It can be empty or a colon separated list of the supported application modules.</desc> <info>
</info> <desc>An property to define the context this event should be active in. It can be empty or a colon separated list of the supported application modules.</desc>
</prop> </info>
<group oor:name="Arguments" oor:extensible="true"> </prop>
<info> <group oor:name="Arguments" oor:extensible="true">
<desc>Can be filled with any argument, which is under control of the job component.</desc> <info>
</info> <desc>Can be filled with any argument, which is under control of the job component.</desc>
</group> </info>
</group> </group>
<group oor:name="TimeStamp"> </group>
<info> <group oor:name="TimeStamp">
<desc>Is used to enable/disable a job execution related to a triggered event.</desc> <info>
</info> <desc>Is used to enable/disable a job execution related to a triggered event.</desc>
<prop oor:name="AdminTime" oor:type="xs:string" oor:nillable="false"> </info>
<info> <prop oor:name="AdminTime" oor:type="xs:string" oor:nillable="false">
<desc>If it's newer then UserTime, the job will be reactivated next time.</desc> <info>
</info> <desc>If it's newer then UserTime, the job will be reactivated next time.</desc>
<value>2003-01-01T00:00:00+00:00</value> </info>
</prop> <value>2003-01-01T00:00:00+00:00</value>
<prop oor:name="UserTime" oor:type="xs:string" oor:nillable="false"> </prop>
<info> <prop oor:name="UserTime" oor:type="xs:string" oor:nillable="false">
<desc>If it's newer then AdminTime, the job is deactivated for execution.</desc> <info>
</info> <desc>If it's newer then AdminTime, the job is deactivated for execution.</desc>
<value>2003-01-01T00:00:00+00:00</value> </info>
</prop> <value>2003-01-01T00:00:00+00:00</value>
</group> </prop>
<group oor:name="Event"> </group>
<info> <group oor:name="Event">
<desc>Describe a state, which can be detected at runtime and will be used to start jobs, which are registered for it.</desc> <info>
</info> <desc>Describe a state, which can be detected at runtime and will be used to start jobs, which are registered for it.</desc>
<set oor:name="JobList" oor:node-type="TimeStamp"> </info>
<info> <set oor:name="JobList" oor:node-type="TimeStamp">
<desc>This list contains all registered jobs, which wish to be executed, if the coressponding event was triggered.</desc> <info>
</info> <desc>This list contains all registered jobs, which wish to be executed, if the coressponding event was triggered.</desc>
</set> </info>
</group> </set>
</templates> </group>
<component> </templates>
<set oor:name="Jobs" oor:node-type="Job"> <component>
<info> <set oor:name="Jobs" oor:node-type="Job">
<desc>This list contains all well known job components and it's properties.</desc> <info>
</info> <desc>This list contains all well known job components and it's properties.</desc>
</set> </info>
<set oor:name="Events" oor:node-type="Event"> </set>
<info> <set oor:name="Events" oor:node-type="Event">
<desc>Here jobs can be bound to events and can be enabled/disable by using TimeStamp values.</desc> <info>
</info> <desc>Here jobs can be bound to events and can be enabled/disable by using TimeStamp values.</desc>
</set> </info>
</component> </set>
</component>
</oor:component-schema> </oor:component-schema>
...@@ -17,26 +17,27 @@ ...@@ -17,26 +17,27 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--> -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> <!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="ProtocolHandler" oor:package="org.openoffice.Office" xml:lang="en-US"> <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="ProtocolHandler" oor:package="org.openoffice.Office" xml:lang="en-US">
<desc>Contains UNO services that support special URL protocols. These services are used generically.</desc> <info>
</info> <desc>Contains UNO services that support special URL protocols. These services are used generically.</desc>
<templates> </info>
<group oor:name="Handler"> <templates>
<info> <group oor:name="Handler">
<desc>Specifies the UNO service to use for URL dispatches that handle special URL protocols.</desc> <info>
</info> <desc>Specifies the UNO service to use for URL dispatches that handle special URL protocols.</desc>
<prop oor:name="Protocols" oor:type="oor:string-list"> </info>
<info> <prop oor:name="Protocols" oor:type="oor:string-list">
<desc>Lists the URL pattern that can recognized by this service.</desc> <info>
</info> <desc>Lists the URL pattern that can recognized by this service.</desc>
</prop> </info>
</group> </prop>
</templates> </group>
<component> </templates>
<set oor:name="HandlerSet" oor:node-type="Handler"> <component>
<info> <set oor:name="HandlerSet" oor:node-type="Handler">
<desc>Lists the registered protocol handler services.</desc> <info>
</info> <desc>Lists the registered protocol handler services.</desc>
</set> </info>
</component> </set>
</component>
</oor:component-schema> </oor:component-schema>
...@@ -17,21 +17,23 @@ ...@@ -17,21 +17,23 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--> -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> <!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="SFX" oor:package="org.openoffice.Office" xml:lang="en-US"> <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="SFX" oor:package="org.openoffice.Office" xml:lang="en-US">
<desc>Contains the component-schema for the sfx module.</desc> <info>
</info> <desc>Contains the component-schema for the sfx module.</desc>
<component> </info>
<group oor:name="Help"> <component>
<info> <group oor:name="Help">
<desc>Contains settings which specifies how the help in Office should work.</desc> <info>
</info> <desc>Contains settings which specifies how the help in Office should work.</desc>
<prop oor:name="HelpAgentStarterList" oor:type="xs:string" oor:localized="true" oor:nillable="false"> </info>
<!-- OldLocation: hlpagent.ini --> <prop oor:name="HelpAgentStarterList" oor:type="xs:string" oor:localized="true" oor:nillable="false">
<info> <!-- OldLocation: hlpagent.ini -->
<desc>Lists IDs used by SFX to start the help agent.</desc> <info>
</info> <desc>Lists IDs used by SFX to start the help agent.</desc>
<value/> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> </info>
</prop> <value/>
</group> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</component> </prop>
</group>
</component>
</oor:component-schema> </oor:component-schema>
...@@ -17,36 +17,37 @@ ...@@ -17,36 +17,37 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--> -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> <!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> <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">
<desc>Stores security related settings.</desc> <info>
</info> <desc>Stores security related settings.</desc>
<templates> </info>
<group oor:name="SecureExtension"> <templates>
<info> <group oor:name="SecureExtension">
<desc>Provides secure file extensions. Opening a secure file does not pose any risk.</desc> <info>
</info> <desc>Provides secure file extensions. Opening a secure file does not pose any risk.</desc>
<prop oor:name="Extension" oor:type="xs:string"> </info>
<info> <prop oor:name="Extension" oor:type="xs:string">
<desc>Provides a file extension that is not case-sensitive.</desc> <info>
</info> <desc>Provides a file extension that is not case-sensitive.</desc>
</prop> </info>
</group> </prop>
</templates> </group>
<component> </templates>
<set oor:name="SecureExtensions" oor:node-type="SecureExtension"> <component>
<info> <set oor:name="SecureExtensions" oor:node-type="SecureExtension">
<desc>Provides a list of secure file extensions. Opening a secure file does not pose any risk.</desc> <info>
</info> <desc>Provides a list of secure file extensions. Opening a secure file does not pose any risk.</desc>
</set> </info>
<group oor:name="Hyperlinks"> </set>
<info> <group oor:name="Hyperlinks">
<desc>Specifies how secure hyperlinks are processed.</desc> <info>
</info> <desc>Specifies how secure hyperlinks are processed.</desc>
<prop oor:name="Open" oor:type="xs:int"> </info>
<info> <prop oor:name="Open" oor:type="xs:int">
<desc>Specifies how a hyperlink is opened ( 0 = Never, 1 = with security checks, 2 = always open).</desc> <info>
</info> <desc>Specifies how a hyperlink is opened ( 0 = Never, 1 = with security checks, 2 = always open).</desc>
</prop> </info>
</group> </prop>
</component> </group>
</component>
</oor:component-schema> </oor:component-schema>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment