LibreOffice Module i18npool (master) 1
Classes | Namespaces | Macros | Functions
indexentrysupplier_ja_phonetic.hxx File Reference
#include "indexentrysupplier_common.hxx"
Include dependency graph for indexentrysupplier_ja_phonetic.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  i18npool::IndexEntrySupplier_ja_phonetic
 

Namespaces

namespace  i18npool
 Constant values shared between i18npool and, for example, the number formatter.
 

Macros

#define INDEXENTRYSUPPLIER_JA_PHONETIC(algorithm, algo_descr)
 

Functions

 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
 

Macro Definition Documentation

◆ 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;\
};
unsigned char sal_Bool

Definition at line 44 of file indexentrysupplier_ja_phonetic.hxx.