Kaydet (Commit) 9e98f12d authored tarafından Samuel Cantrell's avatar Samuel Cantrell Kaydeden (comit) Andras Timar

remove Search Options page from Internet group on Options dialog fdo#38146

üst f4356100
...@@ -27,144 +27,8 @@ ...@@ -27,144 +27,8 @@
************************************************************************ --> ************************************************************************ -->
<!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"> <info>
<desc >Contains Internet-related configurations (proxies, search engines, etc.).</desc> <desc >Contains Internet-related configurations (proxies, etc.).</desc>
</info> </info>
<templates>
<info>
<author>OS/TV</author>
</info>
<group oor:name="SearchEngine">
<info>
<desc>Specifies the search type, i.e. nexus or exact search.</desc>
</info>
<group oor:name="And">
<info>
<desc>Specifies the search options for &apos;AND&apos; searches (all words must be found).</desc>
</info>
<prop oor:name="ooInetPrefix" oor:type="xs:string">
<info>
<desc>Specifies the search expression, i.e. URL and query command.</desc>
</info>
</prop>
<prop oor:name="ooInetSuffix" oor:type="xs:string">
<info>
<desc>Specifies the suffix.</desc>
</info>
</prop>
<prop oor:name="ooInetSeparator" oor:type="xs:string">
<info>
<desc>Specifies the separator</desc>
</info>
</prop>
<prop oor:name="ooInetCaseMatch" oor:type="xs:int">
<info>
<desc>Specifies if upper and lower case spelling should be considered.</desc>
</info>
<constraints>
<enumeration oor:value="0">
<info>
<desc>None</desc>
</info>
</enumeration>
<enumeration oor:value="1">
<info>
<desc>Upper</desc>
</info>
</enumeration>
<enumeration oor:value="2">
<info>
<desc>Lower</desc>
</info>
</enumeration>
</constraints>
</prop>
</group>
<group oor:name="Or">
<info>
<desc>Specifies the search options for &apos;OR&apos; searches (at least one word must be found).</desc>
</info>
<prop oor:name="ooInetPrefix" oor:type="xs:string">
<info>
<desc>Specifies the search expression, i.e. URL and query command.</desc>
</info>
</prop>
<prop oor:name="ooInetSuffix" oor:type="xs:string">
<info>
<desc>Specifies the suffix.</desc>
</info>
</prop>
<prop oor:name="ooInetSeparator" oor:type="xs:string">
<info>
<desc>Specifies the separator</desc>
</info>
</prop>
<prop oor:name="ooInetCaseMatch" oor:type="xs:int">
<info>
<desc>Specifies if upper and lower case spelling should be considered.</desc>
</info>
<constraints>
<enumeration oor:value="0">
<info>
<desc>None</desc>
</info>
</enumeration>
<enumeration oor:value="1">
<info>
<desc>Upper</desc>
</info>
</enumeration>
<enumeration oor:value="2">
<info>
<desc>Lower</desc>
</info>
</enumeration>
</constraints>
</prop>
</group>
<group oor:name="Exact">
<info>
<desc>Specifies the search options for &apos;Exact&apos; searches (the whole text must be found).</desc>
</info>
<prop oor:name="ooInetPrefix" oor:type="xs:string">
<info>
<desc>Specifies the search expression, i.e. URL and query command.</desc>
</info>
</prop>
<prop oor:name="ooInetSuffix" oor:type="xs:string">
<info>
<desc>Specifies the suffix.</desc>
</info>
</prop>
<prop oor:name="ooInetSeparator" oor:type="xs:string">
<info>
<desc>Specifies the separator</desc>
</info>
</prop>
<prop oor:name="ooInetCaseMatch" oor:type="xs:int">
<info>
<desc>Specifies if upper and lower case spelling should be considered.</desc>
</info>
<constraints>
<enumeration oor:value="0">
<info>
<desc>None</desc>
</info>
</enumeration>
<enumeration oor:value="1">
<info>
<desc>Upper</desc>
</info>
</enumeration>
<enumeration oor:value="2">
<info>
<desc>Lower</desc>
</info>
</enumeration>
</constraints>
</prop>
</group>
</group>
</templates>
<component> <component>
<group oor:name="Settings"> <group oor:name="Settings">
<info> <info>
...@@ -350,25 +214,6 @@ ...@@ -350,25 +214,6 @@
</constraints> </constraints>
</prop> </prop>
</group> </group>
<group oor:name="DefaultSearchEngine">
<info>
<desc>Contains the name of the default search engine</desc>
</info>
<prop oor:name="Name" oor:type="xs:string">
<info>
<author>OS</author>
<desc>The name of the default search engine</desc>
</info>
<value/>
</prop>
</group>
<set oor:name="SearchEngines" oor:node-type="SearchEngine">
<!--UI: Tools - Options - Internet - Search-->
<info>
<author>OS / TV</author>
<desc>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> </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