20#include <com/sun/star/i18n/NativeNumberMode.hpp>
27#define TRANSLITERATION_NUMTOTEXT( name, number ) \
28NumToText##name::NumToText##name() \
30 nNativeNumberMode = number; \
32 transliterationName = "NumToText"#name; \
33 implementationName = "com.sun.star.i18n.Transliteration.NumToText"#name; \
35using namespace com::sun::star::i18n::NativeNumberMode;
57#undef TRANSLITERATION_NUMTOTEXT
59#define TRANSLITERATION_NUMTOTEXT( name, _table, recycle ) \
60NumToText##name::NumToText##name() \
63 tableSize = SAL_N_ELEMENTS(_table); \
64 recycleSymbol = recycle; \
65 transliterationName = "NumToText"#name; \
66 implementationName = "com.sun.star.i18n.Transliteration.NumToText"#name; \
81#undef TRANSLITERATION_NUMTOTEXT
Constant values shared between i18npool and, for example, the number formatter.
const sal_Unicode table_HangulCircledJamo_ko[]
const sal_Unicode table_HangulCircledSyllable_ko[]
const sal_Unicode table_TianGan_zh[]
const sal_Unicode table_IROHAFullWidth_ja_JP[]
const sal_Unicode table_AIUHalfWidth_ja_JP[]
const sal_Unicode table_HangulJamo_ko[]
const sal_Unicode table_AIUFullWidth_ja_JP[]
const sal_Unicode table_HangulSyllable_ko[]
const sal_Unicode table_IROHAHalfWidth_ja_JP[]
const sal_Unicode table_DiZi_zh[]
const sal_Unicode table_CircledNumber[]
#define TRANSLITERATION_NUMTOTEXT(name, number)