LibreOffice
LibreOffice 24.2 SDK API Reference
|
Go to the source code of this file.
Modules | |
module | com |
module | com::sun |
module | com::sun::star |
the module com::sun::star is the root module of the UNO API. | |
module | com::sun::star::i18n |
Interface for internationalization. | |
Constant Groups | |
constants | com::sun::star::i18n::KCharacterType |
Constants to identify the character type. | |
Variables | |
const long | DIGIT = 0x00000001 |
digit More... | |
const long | UPPER = 0x00000002 |
upper case alpha letter More... | |
const long | LOWER = 0x00000004 |
lower case alpha letter More... | |
const long | TITLE_CASE = 0x00000008 |
title case alpha letter More... | |
const long | ALPHA = 0x0000000E |
any alpha, ALPHA = UPPER | LOWER | TITLE_CASE More... | |
const long | CONTROL = 0x00000010 |
control character More... | |
const long | PRINTABLE = 0x00000020 |
printable character More... | |
const long | BASE_FORM = 0x00000040 |
base form More... | |
const long | LETTER = 0x00000080 |
any UnicodeType::..._LETTER. More... | |