This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 0774268 Fixed typos, removed whitespace
0774268 is described below
commit 0774268a5fc736ed45771687f8e30b49b935e750
Author: mseidel <[email protected]>
AuthorDate: Sun Dec 15 17:09:24 2019 +0100
Fixed typos, removed whitespace
(cherry picked from commit a13525166a65233fcf6b3b706b061efce47edbad)
---
.../org/openoffice/Office/ExtendedColorScheme.xcs | 16 +-
.../schema/org/openoffice/Office/Labels.xcs | 22 +-
.../schema/org/openoffice/Office/Linguistic.xcs | 633 ++++++++++-----------
.../org/openoffice/Office/ProtocolHandler.xcs | 19 +-
.../schema/org/openoffice/Office/Substitution.xcs | 24 +-
5 files changed, 334 insertions(+), 380 deletions(-)
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/ExtendedColorScheme.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/ExtendedColorScheme.xcs
index b95ace6..1a495a3 100644
---
a/main/officecfg/registry/schema/org/openoffice/Office/ExtendedColorScheme.xcs
+++
b/main/officecfg/registry/schema/org/openoffice/Office/ExtendedColorScheme.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
@@ -50,7 +50,7 @@
<info>
<author>OJ</author>
<desc>Specifies the color settings for
customizing the appearance the extension.</desc>
- </info>
+ </info>
</set>
</group>
<group oor:name="EntryName">
@@ -76,14 +76,14 @@
<info>
<author>OJ</author>
<desc>Specifies the entry names.</desc>
- </info>
+ </info>
</set>
</group>
<set oor:name="ExtendedColorScheme" oor:node-type="Component">
<info>
<author>OJ</author>
<desc>Specifies the color settings for
customizing the appearance of extensions.</desc>
- </info>
+ </info>
</set>
</templates>
<component>
@@ -98,7 +98,7 @@
</info>
</prop>
<set oor:name="ColorSchemes"
oor:node-type="ExtendedColorScheme">
- <!-- UIHints: Tools / Options / Star|OpenOffice
/ Appearance -->
+ <!-- UIHints: Tools / Options / OpenOffice /
Appearance -->
<info>
<author>OJ</author>
<desc>Lists entries with color
settings.</desc>
diff --git a/main/officecfg/registry/schema/org/openoffice/Office/Labels.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/Labels.xcs
index 488640d..5b74702 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Labels.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Labels.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
@@ -25,7 +25,7 @@
<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 >Contains settings for Writer documents used as
labels.</desc>
+ <desc>Contains settings for Writer documents used as
labels.</desc>
</info>
<templates>
<group oor:name="LabelType">
@@ -33,13 +33,13 @@
<desc>Contains the properties used for a
label.</desc>
</info>
<prop oor:name="Name" oor:type="xs:string">
- <!--Label: Type Description: Name of the
format-->
+ <!-- Label: Type Description: Name of the
format -->
<info>
<desc>Contains the descriptive name for
the label format.</desc>
</info>
</prop>
<prop oor:name="Measure" oor:type="xs:string">
- <!--Label: Contains the measurement data of the
label contatenated by a colon (;) in the following order:
+ <!-- Label: Contains the measurement data of
the label concatenated by a colon (;) in the following order:
'C' or 'S';Horizontal Distance;Vertical
Distance;Width;Height;Left margin;Upper margin;Columns;Rows;Paper Width;Paper
Height" while 'C' marks a continuous label and 'S' marks a sheet
-->
<info>
@@ -62,11 +62,3 @@
</set>
</component>
</oor:component-schema>
-
-
-
-
-
-
-
-
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
index dd02a01..0d8889b 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,178 +8,168 @@
* to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
<!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="Linguistic"
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="Linguistic"
oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
<author>TL</author>
- <desc >Contains linguistic (spell checking, hyphenation,
thesaurus) related configurations.</desc>
+ <desc>Contains linguistic (spell checking, hyphenation,
thesaurus) related configurations.</desc>
</info>
-
- <templates>
- <group oor:name="Dictionary">
- <info>
- <desc>Specifies the settings for a single dictionary to be
used by a spell checker, hyphenator or thesaurus.</desc>
- </info>
- <prop oor:name="Locations" oor:type="oor:string-list">
- <info>
- <desc>Specifies the location(s) where the files that
represent the dictionary are found. Each entry in the list must be from type
URL.</desc>
- <label>Dictionary location</label>
- </info>
- </prop>
- <prop oor:name="Format" oor:type="xs:string">
- <info>
- <desc>Specifies the format the dictionary is written
in.</desc>
- <label>Dictionary format</label>
- </info>
- </prop>
- <prop oor:name="Locales" oor:type="oor:string-list">
- <info>
- <desc>Bind a dictionary to it's supported list of
locales.</desc>
- <label>Dictionary locales</label>
- </info>
- </prop>
- </group>
-
- <group oor:name="DictionaryUsingService">
- <info>
- <desc>A list of all services making use of dictionaries.</desc>
- </info>
- <prop oor:name="SupportedDictionaryFormats"
oor:type="oor:string-list">
- <info>
- <desc>The list of all dictionry formats the service can
handle.</desc>
- <label>Supported dictionary formats</label>
- </info>
- </prop>
- </group>
-
- <group oor:name="ServiceNameEntry">
- <info>
- <desc>The node name is the service implementation name.</desc>
- </info>
- <prop oor:name="VendorImagesNode" oor:type="xs:string">
- <info>
- <desc>Contains the node name in the VendorImages set to
look for in order to find a specific image.</desc>
- <label>Vendor images node</label>
- </info>
- </prop>
- </group>
-
- <group oor:name="VendorImagesEntry">
- <info>
- <desc>The images for vendor specifc branding in the UI. The
node name is the service implementation name.</desc>
- </info>
- <prop oor:name="SpellAndGrammarDialogImage" oor:type="xs:string">
- <info>
- <desc>The path to the image for the spell and grammar
checking dialog.</desc>
- <label>Spell and grammar dialog image</label>
- </info>
- </prop>
- <prop oor:name="SpellAndGrammarDialogImage_HC"
oor:type="xs:string">
- <info>
- <desc>The path to the image for the spell and grammar
checking dialog in high contrast mode.</desc>
- <label>Spell and grammar dialog image</label>
- </info>
- </prop>
- <prop oor:name="SpellAndGrammarContextMenuSuggestionImage"
oor:type="xs:string">
- <info>
- <desc>The path to the image for the spell and grammar
checking suggestions in the context menu context menu.</desc>
- <label>Spell and grammar context menu suggestions
image</label>
- </info>
- </prop>
- <prop oor:name="SpellAndGrammarContextMenuSuggestionImage_HC"
oor:type="xs:string">
- <info>
- <desc>The path to the image for the spell and grammar
checking suggestions in the context menu context menu in high contrast
mode.</desc>
- <label>Spell and grammar context menu suggestions
image</label>
- </info>
- </prop>
- <prop oor:name="SpellAndGrammarContextMenuDictionaryImage"
oor:type="xs:string">
- <info>
- <desc>The path to the image for the spell and grammar
checking context menu context menu.</desc>
- <label>Spell and grammar context menu dictionary
image</label>
- </info>
- </prop>
- <prop oor:name="SpellAndGrammarContextMenuDictionaryImage_HC"
oor:type="xs:string">
- <info>
- <desc>The path to the image for the spell and grammar
checking context menu in high contrast mode.</desc>
- <label>Spell and grammar context menu dictionary
image</label>
- </info>
- </prop>
- <prop oor:name="ThesaurusDialogImage" oor:type="xs:string">
- <info>
- <desc>The path to the image for the thesaurus
dialog.</desc>
- <label>Thesaurus dialog image</label>
- </info>
- </prop>
- <prop oor:name="ThesaurusDialogImage_HC" oor:type="xs:string">
- <info>
- <desc>The path to the image for the thesaurus dialog in
high contrast mode.</desc>
- <label>Thesaurus dialog image</label>
- </info>
- </prop>
- <prop oor:name="SynonymsContextMenuImage" oor:type="xs:string">
- <info>
- <desc>The path to the image for the synonyms context
menu.</desc>
- <label>Synonyms context menu image</label>
- </info>
- </prop>
- <prop oor:name="SynonymsContextMenuImage_HC" oor:type="xs:string">
- <info>
- <desc>The path to the image for the synonyms context menu
in high contrast mode.</desc>
- <label>Synonyms context menu image</label>
- </info>
- </prop>
-
- </group>
-
- <group oor:name="GrammarCheckerEntry">
- <info>
- <desc>Specifies the settings for a grammar checker. The node
name is the grammar checkers implemetation name.</desc>
- </info>
- <prop oor:name="Locales" oor:type="oor:string-list">
- <info>
- <desc>The list of supported locales.</desc>
- <label>Grammar checker locales</label>
- </info>
- </prop>
- </group>
-
- </templates>
-
+ <templates>
+ <group oor:name="Dictionary">
+ <info>
+ <desc>Specifies the settings for a single
dictionary to be used by a spell checker, hyphenator or thesaurus.</desc>
+ </info>
+ <prop oor:name="Locations" oor:type="oor:string-list">
+ <info>
+ <desc>Specifies the location(s) where
the files that represent the dictionary are found. Each entry in the list must
be from type URL.</desc>
+ <label>Dictionary location</label>
+ </info>
+ </prop>
+ <prop oor:name="Format" oor:type="xs:string">
+ <info>
+ <desc>Specifies the format the
dictionary is written in.</desc>
+ <label>Dictionary format</label>
+ </info>
+ </prop>
+ <prop oor:name="Locales" oor:type="oor:string-list">
+ <info>
+ <desc>Bind a dictionary to its
supported list of locales.</desc>
+ <label>Dictionary locales</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="DictionaryUsingService">
+ <info>
+ <desc>A list of all services making use of
dictionaries.</desc>
+ </info>
+ <prop oor:name="SupportedDictionaryFormats"
oor:type="oor:string-list">
+ <info>
+ <desc>The list of all dictionary
formats the service can handle.</desc>
+ <label>Supported dictionary
formats</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="ServiceNameEntry">
+ <info>
+ <desc>The node name is the service
implementation name.</desc>
+ </info>
+ <prop oor:name="VendorImagesNode" oor:type="xs:string">
+ <info>
+ <desc>Contains the node name in the
VendorImages set to look for in order to find a specific image.</desc>
+ <label>Vendor images node</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="VendorImagesEntry">
+ <info>
+ <desc>The images for vendor specific branding
in the UI. The node name is the service implementation name.</desc>
+ </info>
+ <prop oor:name="SpellAndGrammarDialogImage"
oor:type="xs:string">
+ <info>
+ <desc>The path to the image for the
spell and grammar checking dialog.</desc>
+ <label>Spell and grammar dialog
image</label>
+ </info>
+ </prop>
+ <prop oor:name="SpellAndGrammarDialogImage_HC"
oor:type="xs:string">
+ <info>
+ <desc>The path to the image for the
spell and grammar checking dialog in high contrast mode.</desc>
+ <label>Spell and grammar dialog
image</label>
+ </info>
+ </prop>
+ <prop
oor:name="SpellAndGrammarContextMenuSuggestionImage" oor:type="xs:string">
+ <info>
+ <desc>The path to the image for the
spell and grammar checking suggestions in the context menu context menu.</desc>
+ <label>Spell and grammar context menu
suggestions image</label>
+ </info>
+ </prop>
+ <prop
oor:name="SpellAndGrammarContextMenuSuggestionImage_HC" oor:type="xs:string">
+ <info>
+ <desc>The path to the image for the
spell and grammar checking suggestions in the context menu context menu in high
contrast mode.</desc>
+ <label>Spell and grammar context menu
suggestions image</label>
+ </info>
+ </prop>
+ <prop
oor:name="SpellAndGrammarContextMenuDictionaryImage" oor:type="xs:string">
+ <info>
+ <desc>The path to the image for the
spell and grammar checking context menu context menu.</desc>
+ <label>Spell and grammar context menu
dictionary image</label>
+ </info>
+ </prop>
+ <prop
oor:name="SpellAndGrammarContextMenuDictionaryImage_HC" oor:type="xs:string">
+ <info>
+ <desc>The path to the image for the
spell and grammar checking context menu in high contrast mode.</desc>
+ <label>Spell and grammar context menu
dictionary image</label>
+ </info>
+ </prop>
+ <prop oor:name="ThesaurusDialogImage"
oor:type="xs:string">
+ <info>
+ <desc>The path to the image for the
thesaurus dialog.</desc>
+ <label>Thesaurus dialog image</label>
+ </info>
+ </prop>
+ <prop oor:name="ThesaurusDialogImage_HC"
oor:type="xs:string">
+ <info>
+ <desc>The path to the image for the
thesaurus dialog in high contrast mode.</desc>
+ <label>Thesaurus dialog image</label>
+ </info>
+ </prop>
+ <prop oor:name="SynonymsContextMenuImage"
oor:type="xs:string">
+ <info>
+ <desc>The path to the image for the
synonyms context menu.</desc>
+ <label>Synonyms context menu
image</label>
+ </info>
+ </prop>
+ <prop oor:name="SynonymsContextMenuImage_HC"
oor:type="xs:string">
+ <info>
+ <desc>The path to the image for the
synonyms context menu in high contrast mode.</desc>
+ <label>Synonyms context menu
image</label>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="GrammarCheckerEntry">
+ <info>
+ <desc>Specifies the settings for a grammar
checker. The node name is the grammar checkers implementation name.</desc>
+ </info>
+ <prop oor:name="Locales" oor:type="oor:string-list">
+ <info>
+ <desc>The list of supported
locales.</desc>
+ <label>Grammar checker locales</label>
+ </info>
+ </prop>
+ </group>
+ </templates>
<component>
-
- <group oor:name="Images">
- <info>
- <desc>Contains settings for images to be used.</desc>
- </info>
- <set oor:name="ServiceNameEntries" oor:node-type="ServiceNameEntry">
- <info>
- <desc>The node name is the service implementation name and and the
property states
- the node name to use in the VendorImages set.
- </desc>
- <label>Component entries</label>
- </info>
- </set>
- <set oor:name="VendorImages" oor:node-type="VendorImagesEntry">
- <info>
- <desc>Contains the images to use. The node names are the service
implementation names.</desc>
- <label>Vendor images</label>
- </info>
- </set>
- </group>
-
+ <group oor:name="Images">
+ <info>
+ <desc>Contains settings for images to be used.</desc>
+ </info>
+ <set oor:name="ServiceNameEntries"
oor:node-type="ServiceNameEntry">
+ <info>
+ <desc>The node name is the service
implementation name and and the property states
+ the node name to use in the VendorImages set.
+ </desc>
+ <label>Component entries</label>
+ </info>
+ </set>
+ <set oor:name="VendorImages" oor:node-type="VendorImagesEntry">
+ <info>
+ <desc>Contains the images to use. The node
names are the service implementation names.</desc>
+ <label>Vendor images</label>
+ </info>
+ </set>
+ </group>
<group oor:name="General">
<info>
<desc>Contains general settings for the
linguistic configurations.</desc>
@@ -210,8 +200,8 @@
<desc>Specifies the default document
language.</desc>
<label>Default language</label>
</info>
- <value/>
- <!-- JB: Empty default inserted into empty property node.
Remove if NIL was intended -->
+ <value/>
+ <!-- JB: Empty default inserted into empty
property node. Remove if NIL was intended -->
</prop>
<prop oor:name="DefaultLocale_CJK" oor:type="xs:string">
<!-- OldPath: DefaultLanguage -->
@@ -260,82 +250,82 @@
</prop>
</group>
</group>
- <group oor:name="TextConversion">
- <info>
- <desc>Defines settings used by the text conversion.</desc>
- </info>
- <prop oor:name="ActiveConversionDictionaries"
oor:type="oor:string-list">
- <!-- OldLocation: NEW -->
- <info>
- <desc>Specifies the user dictionaries to be used.
</desc>
- <label>Active text conversion user
dictionaries</label>
- </info>
- <value/>
- </prop>
- <prop oor:name="IsIgnorePostPositionalWord" oor:type="xs:boolean">
- <!-- OldLocation: NEW -->
- <info>
- <desc>Specifies if post positionals should be
ignored when looking for Korean entries.</desc>
- <label>Ignore post positional word</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsAutoCloseDialog" oor:type="xs:boolean">
- <!-- OldLocation: NEW -->
- <info>
- <desc>Specifies if the dialog should be closed
automatically after the conversion of the current text portion is
processed.</desc>
- <label>Auto close dialog</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="IsShowEntriesRecentlyUsedFirst"
oor:type="xs:boolean">
- <!-- OldLocation: NEW -->
- <info>
- <desc>Specifies if entries that were recently used
as replacements should be listed first.</desc>
- <label>Show entries recently used first</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="IsAutoReplaceUniqueEntries" oor:type="xs:boolean">
- <!-- OldLocation: NEW -->
- <info>
- <desc>Specifies if entries for which have only one
possible replacement should be replaced automatically.</desc>
- <label>Auto replace unique entries</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="IsDirectionToSimplified" oor:type="xs:boolean">
- <!-- OldLocation: NEW -->
- <info>
- <desc>Specifies in which direction the translation
will be made, from traditional to simplified or the other way round.</desc>
- <label>Direction to simplified</label>
- </info>
- </prop>
- <prop oor:name="IsUseCharacterVariants" oor:type="xs:boolean">
- <!-- OldLocation: NEW -->
- <info>
- <desc>Specifies whether Taiwan, Hongkong SAR, and
Macao SAR character variants should be used for translation.</desc>
- <label>Use character variants</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="IsTranslateCommonTerms" oor:type="xs:boolean">
- <!-- OldLocation: NEW -->
- <info>
- <desc>Specifies whether common terms should be
detected and translated as whole words.</desc>
- <label>Translate Common Terms</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="IsReverseMapping" oor:type="xs:boolean">
- <!-- OldLocation: NEW -->
- <info>
- <desc>If Reverse Mapping is active than every
dictionary entry added or modified will also be added or modified within the
dictionary in the opposite mapping direction.</desc>
- <label>Reverse Mapping</label>
- </info>
- <value>false</value>
- </prop>
- </group>
+ <group oor:name="TextConversion">
+ <info>
+ <desc>Defines settings used by the text
conversion.</desc>
+ </info>
+ <prop oor:name="ActiveConversionDictionaries"
oor:type="oor:string-list">
+ <!-- OldLocation: NEW -->
+ <info>
+ <desc>Specifies the user dictionaries
to be used.</desc>
+ <label>Active text conversion user
dictionaries</label>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="IsIgnorePostPositionalWord"
oor:type="xs:boolean">
+ <!-- OldLocation: NEW -->
+ <info>
+ <desc>Specifies if post positionals
should be ignored when looking for Korean entries.</desc>
+ <label>Ignore post positional
word</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsAutoCloseDialog"
oor:type="xs:boolean">
+ <!-- OldLocation: NEW -->
+ <info>
+ <desc>Specifies if the dialog should be
closed automatically after the conversion of the current text portion is
processed.</desc>
+ <label>Auto close dialog</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsShowEntriesRecentlyUsedFirst"
oor:type="xs:boolean">
+ <!-- OldLocation: NEW -->
+ <info>
+ <desc>Specifies if entries that were
recently used as replacements should be listed first.</desc>
+ <label>Show entries recently used
first</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsAutoReplaceUniqueEntries"
oor:type="xs:boolean">
+ <!-- OldLocation: NEW -->
+ <info>
+ <desc>Specifies if entries for which
have only one possible replacement should be replaced automatically.</desc>
+ <label>Auto replace unique
entries</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsDirectionToSimplified"
oor:type="xs:boolean">
+ <!-- OldLocation: NEW -->
+ <info>
+ <desc>Specifies in which direction the
translation will be made, from traditional to simplified or the other way
round.</desc>
+ <label>Direction to simplified</label>
+ </info>
+ </prop>
+ <prop oor:name="IsUseCharacterVariants"
oor:type="xs:boolean">
+ <!-- OldLocation: NEW -->
+ <info>
+ <desc>Specifies whether Taiwan,
Hongkong SAR, and Macao SAR character variants should be used for
translation.</desc>
+ <label>Use character variants</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsTranslateCommonTerms"
oor:type="xs:boolean">
+ <!-- OldLocation: NEW -->
+ <info>
+ <desc>Specifies whether common terms
should be detected and translated as whole words.</desc>
+ <label>Translate Common Terms</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsReverseMapping" oor:type="xs:boolean">
+ <!-- OldLocation: NEW -->
+ <info>
+ <desc>If Reverse Mapping is active than
every dictionary entry added or modified will also be added or modified within
the dictionary in the opposite mapping direction.</desc>
+ <label>Reverse Mapping</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
<group oor:name="SpellChecking">
<info>
<desc>Contains spell checking-relevant
settings.</desc>
@@ -391,7 +381,7 @@
<info>
<author>TL</author>
<desc>Allows spellchecking in headers,
footers, and frames.</desc>
- <label>Check spelljng in special
regions</label>
+ <label>Check spelling in special
regions</label>
</info>
<value>true</value>
</prop>
@@ -407,27 +397,27 @@
<value>false</value>
</prop>
</group>
- <group oor:name="GrammarChecking">
- <info>
- <desc>Contains grammar checking relevant settings.</desc>
- </info>
- <prop oor:name="IsAutoCheck" oor:type="xs:boolean">
- <info>
- <author>OS</author>
- <desc>determines if grammar is automatically checked.</desc>
- <label>Automatic grammar checking</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IsInteractiveCheck" oor:type="xs:boolean">
- <info>
- <author>OS</author>
- <desc>determines if grammar is check in the spelling and grammar
dialog.</desc>
- <label>Interactive grammar checking</label>
- </info>
- <value>true</value>
- </prop>
- </group>
+ <group oor:name="GrammarChecking">
+ <info>
+ <desc>Contains grammar checking relevant
settings.</desc>
+ </info>
+ <prop oor:name="IsAutoCheck"
oor:type="xs:boolean">
+ <info>
+ <author>OS</author>
+ <desc>determines if grammar is
automatically checked.</desc>
+ <label>Automatic grammar
checking</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsInteractiveCheck" oor:type="xs:boolean">
+ <info>
+ <author>OS</author>
+ <desc>determines if grammar is check in the
spelling and grammar dialog.</desc>
+ <label>Interactive grammar checking</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
<group oor:name="Hyphenation">
<info>
<desc>Contains hyphenation relevant
settings.</desc>
@@ -518,7 +508,7 @@
<info>
<author>TL</author>
<desc>Allows for automatic insertion of
soft hyphens.</desc>
- <label>Automatic hyphention.</label>
+ <label>Automatic hyphenation.</label>
</info>
<value>false</value>
</prop>
@@ -527,54 +517,51 @@
<info>
<desc>Contains settings for the service manager
that are used to access/configure the usage of the various linguistic service
implementations.</desc>
</info>
-
- <set oor:name="Dictionaries" oor:node-type="Dictionary">
- <info>
- <desc>Contains all dictionaries to be used for spell
checking, hyphenation or thesaurus.</desc>
- <label>Dictionaries</label>
- </info>
- </set>
- <set oor:name="SpellCheckers"
oor:node-type="DictionaryUsingService">
- <info>
- <desc>Contains all spell checker.</desc>
- <label>Spell Checker</label>
- </info>
- </set>
- <set oor:name="Hyphenators" oor:node-type="DictionaryUsingService">
- <info>
- <desc>Contains all hyphenators.</desc>
- <label>Hyphenators</label>
- </info>
- </set>
- <set oor:name="Thesauri" oor:node-type="DictionaryUsingService">
- <info>
- <desc>Contains all thesauri.</desc>
- <label>Thesauri</label>
- </info>
- </set>
- <prop oor:name="DisabledDictionaries" oor:type="oor:string-list">
- <info>
- <desc>The list of dictionaries that are currently not in
use.</desc>
- <label>Disabled Dictionaries</label>
- </info>
- </prop>
-
- <set oor:name="GrammarCheckers"
oor:node-type="GrammarCheckerEntry">
- <info>
- <desc>Contains all grammar checkers.</desc>
- <label>Grammar Checkers</label>
- </info>
- </set>
-
- <prop oor:name="DataFilesChangedCheckValue" oor:type="xs:int">
- <info>
- <author>TL</author>
- <desc>Value used to check if the data files of the
linguistic have changed and thus the configuration needs to be updated.</desc>
- <label>Data files changed check value</label>
- </info>
- <value>-1</value>
- </prop>
- <group oor:name="SpellCheckerList" oor:extensible="true">
+ <set oor:name="Dictionaries" oor:node-type="Dictionary">
+ <info>
+ <desc>Contains all dictionaries to be
used for spell checking, hyphenation or thesaurus.</desc>
+ <label>Dictionaries</label>
+ </info>
+ </set>
+ <set oor:name="SpellCheckers"
oor:node-type="DictionaryUsingService">
+ <info>
+ <desc>Contains all spell checker.</desc>
+ <label>Spell Checker</label>
+ </info>
+ </set>
+ <set oor:name="Hyphenators"
oor:node-type="DictionaryUsingService">
+ <info>
+ <desc>Contains all hyphenators.</desc>
+ <label>Hyphenators</label>
+ </info>
+ </set>
+ <set oor:name="Thesauri"
oor:node-type="DictionaryUsingService">
+ <info>
+ <desc>Contains all thesauri.</desc>
+ <label>Thesauri</label>
+ </info>
+ </set>
+ <prop oor:name="DisabledDictionaries"
oor:type="oor:string-list">
+ <info>
+ <desc>The list of dictionaries that are
currently not in use.</desc>
+ <label>Disabled Dictionaries</label>
+ </info>
+ </prop>
+ <set oor:name="GrammarCheckers"
oor:node-type="GrammarCheckerEntry">
+ <info>
+ <desc>Contains all grammar
checkers.</desc>
+ <label>Grammar Checkers</label>
+ </info>
+ </set>
+ <prop oor:name="DataFilesChangedCheckValue"
oor:type="xs:int">
+ <info>
+ <author>TL</author>
+ <desc>Value used to check if the data
files of the linguistic have changed and thus the configuration needs to be
updated.</desc>
+ <label>Data files changed check
value</label>
+ </info>
+ <value>-1</value>
+ </prop>
+ <group oor:name="SpellCheckerList"
oor:extensible="true">
<info>
<desc>Contains a list of languages and
spell-checking-service entries. Only languages listed will be supported.</desc>
</info>
@@ -589,11 +576,11 @@
<desc>Contains a list of languages and
hyphenation-service pairs. Only the languages that are listed are
supported.</desc>
</info>
</group>
- <group oor:name="GrammarCheckerList" oor:extensible="true">
- <info>
- <desc>Contains a list of languages and
grammar-checking-service pairs. Only languages that are listed are
supported.</desc>
- </info>
- </group>
+ <group oor:name="GrammarCheckerList"
oor:extensible="true">
+ <info>
+ <desc>Contains a list of languages and
grammar-checking-service pairs. Only languages that are listed are
supported.</desc>
+ </info>
+ </group>
<group oor:name="LastFoundSpellCheckers"
oor:extensible="true">
<info>
<desc>Contains a list of languages and
spell-checking-service entries. The entries represent those
languages/spellcheckers that were available the last time. New
languages/spellcheckers (those available this time but not the last time) will
be activated automatically.</desc>
@@ -609,21 +596,11 @@
<desc>Contains a list of languages and
hyphenation-service pairs. The entries represent those languages/hyphenators
that were available the last time. New languages/hyphenators (those available
this time but not the last time) will be activated automatically.</desc>
</info>
</group>
- <group oor:name="LastFoundGrammarCheckers" oor:extensible="true">
- <info>
- <desc>Contains a list of languages and
grammar-checking-service pairs. The entries represent those
languages/hyphenators that were available the last time. New
languages/hyphenators (those available this time but not the last time) will be
activated automatically.</desc>
- </info>
- </group>
+ <group oor:name="LastFoundGrammarCheckers"
oor:extensible="true">
+ <info>
+ <desc>Contains a list of languages and
grammar-checking-service pairs. The entries represent those
languages/hyphenators that were available the last time. New
languages/hyphenators (those available this time but not the last time) will be
activated automatically.</desc>
+ </info>
+ </group>
</group>
</component>
</oor:component-schema>
-
-
-
-
-
-
-
-
-
-
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
index 85742fe..d13ea0b 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,21 +8,22 @@
* to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
<!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">
+ <info>
<author>AS</author>
<desc >Contains UNO services that support special URL
protocols. These services are used generically.</desc>
</info>
@@ -46,11 +47,3 @@
</set>
</component>
</oor:component-schema>
-
-
-
-
-
-
-
-
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
index 8b4bb78..b3f9691 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Substitution.xcs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,23 +8,24 @@
* to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
<!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>
+<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 >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>
+ <desc>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">
@@ -42,7 +43,7 @@
</info>
<prop oor:name="OS" oor:type="xs:string">
<info>
- <desc>Specifies the operating
system required for this share point mapping. As a result, system depedent
settings can be defined.</desc>
+ <desc>Specifies the operating
system required for this share point mapping. As a result, system dependent
settings can be defined.</desc>
</info>
</prop>
<prop oor:name="Host" oor:type="xs:string">
@@ -81,12 +82,3 @@
</set>
</component>
</oor:component-schema>
-
-
-
-
-
-
-
-
-