#include <com/sun/star/i18n/NativeNumberMode.hpp>
#include <numtochar.hxx>
Go to the source code of this file.
|
namespace | i18npool |
| Constant values shared between i18npool and, for example, the number formatter.
|
|
◆ 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; \
}
Definition at line 26 of file numtochar.cxx.