summaryrefslogtreecommitdiff
path: root/i18npool/source/registerservices
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-05-28 16:07:04 +0000
committerOliver Bolte <obo@openoffice.org>2004-05-28 16:07:04 +0000
commitcd93db597354162438dacd5e9c3b8c152ab7bd84 (patch)
tree730542b11c1a4651f0bb0280d0ee45fff560ef6e /i18npool/source/registerservices
parent162b7e3bfad81521e2d69d8a83384ce37afd118e (diff)
INTEGRATION: CWS i18n12 (1.31.2); FILE MERGED
2004/04/13 11:55:32 er 1.31.2.3: #i27711# Hungarian breakiterator 2004/04/10 00:23:19 khong 1.31.2.2: #i25323# generate index table from ICU collator for western languages 2004/04/09 20:11:03 khong 1.31.2.1: #i25323# generate index table from ICU collator for western languages
Diffstat (limited to 'i18npool/source/registerservices')
-rw-r--r--i18npool/source/registerservices/registerservices.cxx39
1 files changed, 7 insertions, 32 deletions
diff --git a/i18npool/source/registerservices/registerservices.cxx b/i18npool/source/registerservices/registerservices.cxx
index cb5d022f523c..0f392b53880e 100644
--- a/i18npool/source/registerservices/registerservices.cxx
+++ b/i18npool/source/registerservices/registerservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: registerservices.cxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: rt $ $Date: 2004-01-20 13:42:28 $
+ * last change: $Author: obo $ $Date: 2004-05-28 17:07:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,8 +111,7 @@
#define INDEXENTRYSUPPLIER_ALL
#include <indexentrysupplier.hxx>
#include <indexentrysupplier_asian.hxx>
-#include <indexentrysupplier_western.hxx>
-#include <indexentrysupplier_complex.hxx>
+#include <indexentrysupplier_common.hxx>
#include <indexentrysupplier_default.hxx>
#define CCLASS_ALL
@@ -184,13 +183,6 @@ IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_ja_phonetic_alphanumeric_first_by_sy
IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_ja_phonetic_alphanumeric_first_by_consonant )
IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_ja_phonetic_alphanumeric_last_by_syllable )
IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_ja_phonetic_alphanumeric_last_by_consonant )
-IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_alphanumeric )
-IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_nl_alphanumeric )
-IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_da_alphanumeric )
-IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_ar_alphanumeric )
-IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_he_alphanumeric )
-IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_hi_alphanumeric )
-IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_th_alphanumeric )
IMPL_CREATEINSTANCE_MSF( IndexEntrySupplier_Unicode )
IMPL_CREATEINSTANCE_MSF( CalendarImpl )
IMPL_CREATEINSTANCE( Calendar_gregorian )
@@ -203,6 +195,7 @@ IMPL_CREATEINSTANCE( Calendar_buddhist )
IMPL_CREATEINSTANCE_MSF( BreakIteratorImpl )
IMPL_CREATEINSTANCE( BreakIterator_Unicode )
IMPL_CREATEINSTANCE( BreakIterator_ca )
+IMPL_CREATEINSTANCE( BreakIterator_hu )
IMPL_CREATEINSTANCE( BreakIterator_ja )
IMPL_CREATEINSTANCE( BreakIterator_zh )
IMPL_CREATEINSTANCE( BreakIterator_ko )
@@ -406,27 +399,6 @@ static const struct InstancesArray {
{ "com.sun.star.i18n.IndexEntrySupplier_ja_phonetic (alphanumeric last) (grouped by consonant)",
"com.sun.star.i18n.IndexEntrySupplier_ja_phonetic (alphanumeric last) (grouped by consonant)",
&IndexEntrySupplier_ja_phonetic_alphanumeric_last_by_consonant_CreateInstance },
- { "com.sun.star.i18n.IndexEntrySupplier_da_alphanumeric",
- "com.sun.star.i18n.IndexEntrySupplier_da_alphanumeric",
- &IndexEntrySupplier_da_alphanumeric_CreateInstance },
- { "com.sun.star.i18n.IndexEntrySupplier_nl_alphanumeric",
- "com.sun.star.i18n.IndexEntrySupplier_nl_alphanumeric",
- &IndexEntrySupplier_nl_alphanumeric_CreateInstance },
- { "com.sun.star.i18n.IndexEntrySupplier_alphanumeric",
- "com.sun.star.i18n.IndexEntrySupplier_alphanumeric",
- &IndexEntrySupplier_alphanumeric_CreateInstance },
- { "com.sun.star.i18n.IndexEntrySupplier_ar_alphanumeric",
- "com.sun.star.i18n.IndexEntrySupplier_ar_alphanumeric",
- &IndexEntrySupplier_ar_alphanumeric_CreateInstance },
- { "com.sun.star.i18n.IndexEntrySupplier_he_alphanumeric",
- "com.sun.star.i18n.IndexEntrySupplier_he_alphanumeric",
- &IndexEntrySupplier_he_alphanumeric_CreateInstance },
- { "com.sun.star.i18n.IndexEntrySupplier_hi_alphanumeric",
- "com.sun.star.i18n.IndexEntrySupplier_hi_alphanumeric",
- &IndexEntrySupplier_hi_alphanumeric_CreateInstance },
- { "com.sun.star.i18n.IndexEntrySupplier_th_alphanumeric",
- "com.sun.star.i18n.IndexEntrySupplier_th_alphanumeric",
- &IndexEntrySupplier_th_alphanumeric_CreateInstance },
{ "com.sun.star.i18n.IndexEntrySupplier_Unicode",
"com.sun.star.i18n.IndexEntrySupplier_Unicode",
&IndexEntrySupplier_Unicode_CreateInstance },
@@ -466,6 +438,9 @@ static const struct InstancesArray {
{ "com.sun.star.i18n.BreakIterator_ca",
"com.sun.star.i18n.BreakIterator_ca",
&BreakIterator_ca_CreateInstance },
+ { "com.sun.star.i18n.BreakIterator_hu",
+ "com.sun.star.i18n.BreakIterator_hu",
+ &BreakIterator_hu_CreateInstance },
{ "com.sun.star.i18n.BreakIterator_ja",
"com.sun.star.i18n.BreakIterator_ja",
&BreakIterator_ja_CreateInstance },