LibreOffice Module i18npool (master) 1
Namespaces | Macros
numtochar.cxx File Reference
#include <com/sun/star/i18n/NativeNumberMode.hpp>
#include <numtochar.hxx>
Include dependency graph for numtochar.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_NUMTOCHAR(name, number)
 

Macro Definition Documentation

◆ TRANSLITERATION_NUMTOCHAR

#define TRANSLITERATION_NUMTOCHAR (   name,
  number 
)
Value:
NumToChar##name::NumToChar##name() \
{ \
nNativeNumberMode = number; \
tableSize = 0; \
transliterationName = "NumToChar"#name; \
implementationName = "com.sun.star.i18n.Transliteration.NumToChar"#name; \
}
const char * name

Definition at line 26 of file numtochar.cxx.