LibreOffice Module i18npool (master) 1
Namespaces | Macros
chartonum.cxx File Reference
#include <chartonum.hxx>
Include dependency graph for chartonum.cxx:

Go to the source code of this file.

Namespaces

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

Macros

#define TRANSLITERATION_CHARTONUM(name)
 

Macro Definition Documentation

◆ TRANSLITERATION_CHARTONUM

#define TRANSLITERATION_CHARTONUM (   name)
Value:
CharToNum##name::CharToNum##name() \
{ \
nNativeNumberMode = 0; \
tableSize = 0; \
implementationName = "com.sun.star.i18n.Transliteration.CharToNum"#name; \
}
const char * name

Definition at line 26 of file chartonum.cxx.