LibreOffice
LibreOffice 5.4 SDK API Reference
|
Variables | |
const short | DATE_SEPARATOR = 0 |
const short | THOUSAND_SEPARATOR = 1 |
const short | DECIMAL_SEPARATOR = 2 |
const short | TIME_SEPARATOR = 3 |
const short | TIME_100SEC_SEPARATOR = 4 |
const short | LIST_SEPARATOR = 5 |
const short | SINGLE_QUOTATION_START = 6 |
const short | SINGLE_QUOTATION_END = 7 |
const short | DOUBLE_QUOTATION_START = 8 |
const short | DOUBLE_QUOTATION_END = 9 |
const short | MEASUREMENT_SYSTEM = 10 |
const short | TIME_AM = 11 |
const short | TIME_PM = 12 |
const short | LONG_DATE_DAY_OF_WEEK_SEPARATOR = 13 |
const short | LONG_DATE_DAY_SEPARATOR = 14 |
const short | LONG_DATE_MONTH_SEPARATOR = 15 |
const short | LONG_DATE_YEAR_SEPARATOR = 16 |
const short | COUNT = 17 |
New values may be inserted here if locale data provides them. More... | |
These are not used with the API but with an OOo internal wrapper class that caches the contents of an instance of LocaleDataItem and uses these values to access it's members for faster access.
Whenever locale data items were added these values and the wrapper class would have to be adjusted to give the application an easier access.
const short COUNT = 17 |
New values may be inserted here if locale data provides them.
Do not forget to adjust the COUNT value. count of items available
const short DATE_SEPARATOR = 0 |
const short DECIMAL_SEPARATOR = 2 |
const short DOUBLE_QUOTATION_END = 9 |
const short DOUBLE_QUOTATION_START = 8 |
const short LIST_SEPARATOR = 5 |
const short LONG_DATE_DAY_OF_WEEK_SEPARATOR = 13 |
const short LONG_DATE_DAY_SEPARATOR = 14 |
const short LONG_DATE_MONTH_SEPARATOR = 15 |
const short LONG_DATE_YEAR_SEPARATOR = 16 |
const short MEASUREMENT_SYSTEM = 10 |
const short SINGLE_QUOTATION_END = 7 |
const short SINGLE_QUOTATION_START = 6 |
const short THOUSAND_SEPARATOR = 1 |
const short TIME_100SEC_SEPARATOR = 4 |
const short TIME_AM = 11 |
const short TIME_PM = 12 |
const short TIME_SEPARATOR = 3 |