From fbc6c4557eac65b639eb421daad3a74ae8584db1 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Wed, 16 Jul 2008 12:11:06 +0000 Subject: INTEGRATION: CWS tl55 (1.23.32); FILE MERGED 2008/07/01 13:17:39 tl 1.23.32.7: #i85999# grammar checking framework 2008/06/29 08:23:36 tl 1.23.32.6: #i85999# grammar checking framework 2008/06/26 13:19:22 tl 1.23.32.5: #i85999# grammar checking framework 2008/06/25 10:29:25 tl 1.23.32.4: #i85999# grammar checking framework 2008/06/25 08:46:43 tl 1.23.32.3: #i85999# grammar checking framework 2008/06/24 07:29:56 tl 1.23.32.2: #i85999# grammar checking framework 2008/06/19 09:20:34 os 1.23.32.1: #i85999# grammar checking config added --- .../schema/org/openoffice/Office/Linguistic.xcs | 110 ++++++++++++++++++++- 1 file changed, 109 insertions(+), 1 deletion(-) diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs index ea578cc5374d..baf87a40cf39 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs @@ -8,7 +8,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: Linguistic.xcs,v $ - * $Revision: 1.23 $ + * $Revision: 1.24 $ * * This file is part of OpenOffice.org. * @@ -71,9 +71,79 @@ + + + + Provides the service implementation name for further look-up. + + + + Contains the vendor name (actually the service implementation name). + + + + + + + + The bitmaps for vendor specifc branding in the UI. The node name is the service implementation name. + + + + The path to the image for the spell and grammar checking dialog. + + + + + + The path to the image for the spell and grammar checking context menu. + + + + + + + + Specifies the settings for a grammar checker. The node name is the grammar checkers implemetation name. + + + + The list of supported locales. + + + + + + + + + Contains settings for special bitmaps to be used. + + + + Contains the images to use. The node names are the service implementation names. + + + + + + + Contains the vendor name (service implementation name) to look up for the image to use. The node names are the langauges. + + + + + + + Contains the vendor name (service implementation name) to look up for the image to use. The node names are the langauges. + + + + + Contains general settings for the linguistic configurations. @@ -334,6 +404,27 @@ false + + + Contains grammar checking relevant settings. + + + + OS + determines if grammar is automatically checked. + + + false + + + + OS + determines if grammar is check in the spelling and grammar dialog. + + + false + + Contains hyphenation relevant settings. @@ -465,6 +556,13 @@ + + + Contains all grammar checkers. + + + + TL @@ -488,6 +586,11 @@ Contains a list of languages and hyphenation-service pairs. Only the languages that are listed are supported. + + + Contains a list of languages and grammar-checking-service pairs. Only languages that are listed are supported. + + 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. @@ -503,6 +606,11 @@ 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. + + + 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. + + -- cgit