Go to the source code of this file.
|
namespace | i18npool |
| Constant values shared between i18npool and, for example, the number formatter.
|
|
|
| i18npool::INDEXENTRYSUPPLIER_JA_PHONETIC (ja_phonetic_alphanumeric_first_by_syllable, " (alphanumeric first) (grouped by syllable)") INDEXENTRYSUPPLIER_JA_PHONETIC(ja_phonetic_alphanumeric_first_by_consonant |
| descriptions formed by concatenating strings here must match names in .component file More...
|
|
alphanumeric | i18npool::first (grouped by consonant)" ) INDEXENTRYSUPPLIER_JA_PHONETIC( ja_phonetic_alphanumeric_last_by_syllable |
|
alphanumeric alphanumeric | i18npool::last (grouped by syllable)" ) INDEXENTRYSUPPLIER_JA_PHONETIC( ja_phonetic_alphanumeric_last_by_consonant |
|
◆ INDEXENTRYSUPPLIER_JA_PHONETIC
#define INDEXENTRYSUPPLIER_JA_PHONETIC |
( |
|
algorithm, |
|
|
|
algo_descr |
|
) |
| |
Value:class IndexEntrySupplier_##algorithm final : public IndexEntrySupplier_ja_phonetic {\
public:\
IndexEntrySupplier_##algorithm (const css::uno::Reference < css::uno::XComponentContext >& rxContext) : IndexEntrySupplier_ja_phonetic (rxContext) {\
implementationName = "com.sun.star.i18n.IndexEntrySupplier_ja_phonetic" algo_descr;\
};\
virtual
sal_Bool SAL_CALL loadAlgorithm(\
const css::lang::Locale& rLocale,\
const OUString& SortAlgorithm, sal_Int32 collatorOptions ) override;\
};
Definition at line 44 of file indexentrysupplier_ja_phonetic.hxx.