|
LibreOffice Module i18npool (master) 1
|
#include <com/sun/star/i18n/XCharacterClassification.hpp>#include <cppuhelper/implbase.hxx>#include <com/sun/star/lang/XServiceInfo.hpp>#include <rtl/ref.hxx>#include <o3tl/typed_flags_set.hxx>#include <memory>Go to the source code of this file.
Classes | |
| struct | o3tl::typed_flags< ParserFlags > |
| class | i18npool::cclass_Unicode |
Namespaces | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::uno |
| namespace | com::sun::star::i18n |
| namespace | i18npool |
| Constant values shared between i18npool and, for example, the number formatter. | |
| namespace | o3tl |
Enumerations | |
| enum class | ParserFlags : sal_uInt32 { ILLEGAL = 0x00000000 , CHAR = 0x00000001 , CHAR_BOOL = 0x00000002 , CHAR_WORD = 0x00000004 , CHAR_VALUE = 0x00000008 , CHAR_STRING = 0x00000010 , CHAR_DONTCARE = 0x00000020 , BOOL = 0x00000040 , WORD = 0x00000080 , WORD_SEP = 0x00000100 , VALUE = 0x00000200 , VALUE_SEP = 0x00000400 , VALUE_EXP = 0x00000800 , VALUE_SIGN = 0x00001000 , VALUE_EXP_VALUE = 0x00002000 , VALUE_DIGIT = 0x00004000 , NAME_SEP = 0x20000000 , STRING_SEP = 0x40000000 , EXCLUDED = 0x80000000 } |
| Flag values of table. More... | |
|
strong |
Flag values of table.
| Enumerator | |
|---|---|
| ILLEGAL | |
| CHAR | |
| CHAR_BOOL | |
| CHAR_WORD | |
| CHAR_VALUE | |
| CHAR_STRING | |
| CHAR_DONTCARE | |
| BOOL | |
| WORD | |
| WORD_SEP | |
| VALUE | |
| VALUE_SEP | |
| VALUE_EXP | |
| VALUE_SIGN | |
| VALUE_EXP_VALUE | |
| VALUE_DIGIT | |
| NAME_SEP | |
| STRING_SEP | |
| EXCLUDED | |
Definition at line 36 of file cclass_unicode.hxx.