summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-04-27 15:16:58 +0000
committerOliver Bolte <obo@openoffice.org>2004-04-27 15:16:58 +0000
commitadef185bc99c82c31c998eae40b32fe5506a1ad9 (patch)
treed895397568588ea04ae13fa3c43700094ec1b2cb /officecfg
parenta45763c8d12a937baa658a698847a7eca26ecd63 (diff)
INTEGRATION: CWS tl01 (1.10.16); FILE MERGED
2004/01/29 22:21:21 gt 1.10.16.5: RESYNC: (1.12-1.13); FILE MERGED 2003/11/24 15:52:06 tl 1.10.16.4: #109443# default value for ActiveConversionDictionaries fixed 2003/08/04 13:54:03 tl 1.10.16.3: #110762# API for Hangul/Hanja user dictionaries 2003/07/29 14:26:59 tl 1.10.16.2: RESYNC: (1.10-1.12); FILE MERGED 2003/07/29 09:17:25 tl 1.10.16.1: #110762# Hangul/Hanja text conversion user dictionaries
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs49
1 files changed, 47 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
index a9eb67dd02e7..1779cf8e54f6 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Linguistic.xcs,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: vg $ $Date: 2003-12-17 17:54:56 $
+ * last change: $Author: obo $ $Date: 2004-04-27 16:16:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -524,6 +524,51 @@
</prop>
</group>
</group>
+ <group oor:name="TextConversion">
+ <info>
+ <desc xml:lang="en-US">Defines settings used by the text conversion.</desc>
+ </info>
+ <prop oor:name="ActiveConversionDictionaries" oor:type="oor:string-list">
+ <!-- OldLocation: NEW -->
+ <info>
+ <desc xml:lang="en-US">Specifies the user dictionaries to be used. </desc>
+ <label xml:lang="en-US">Active text conversion user dictionaries</label>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="IsIgnorePostPositionalWord" oor:type="xs:boolean">
+ <!-- OldLocation: NEW -->
+ <info>
+ <desc xml:lang="en-US">Specifies if post positionals should be ignored when looking for Korean entries.</desc>
+ <label xml:lang="en-US">Ignore post positional word</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsAutoCloseDialog" oor:type="xs:boolean">
+ <!-- OldLocation: NEW -->
+ <info>
+ <desc xml:lang="en-US">Specifies if the dialog should be closed automatically after the conversion of the current text portion is processed.</desc>
+ <label xml:lang="en-US">Auto close dialog</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsShowEntriesRecentlyUsedFirst" oor:type="xs:boolean">
+ <!-- OldLocation: NEW -->
+ <info>
+ <desc xml:lang="en-US">Specifies if entries that were recently used as replacements should be listed first.</desc>
+ <label xml:lang="en-US">Show entries recently used first</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsAutoReplaceUniqueEntries" oor:type="xs:boolean">
+ <!-- OldLocation: NEW -->
+ <info>
+ <desc xml:lang="en-US">Specifies if entries for which have only one possible replacement should be replaced automatically.</desc>
+ <label xml:lang="en-US">Auto replace unique entries</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
<group oor:name="SpellChecking">
<info>
<desc xml:lang="en-US">Contains spell checking-relevant settings.</desc>