LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::i18n::LocaleItem Constant Group Referencepublished

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
 count of items available More...
 
const short DECIMAL_SEPARATOR_ALTERNATIVE = 17
 
const short COUNT2 = 18
 count of items available More...
 

Detailed Description

Deprecated:
internal Constant values identifying specific locale data items.

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.

Variable Documentation

◆ COUNT

const short COUNT = 17

count of items available

◆ COUNT2

const short COUNT2 = 18

count of items available

◆ DATE_SEPARATOR

const short DATE_SEPARATOR = 0

◆ DECIMAL_SEPARATOR

const short DECIMAL_SEPARATOR = 2

◆ DECIMAL_SEPARATOR_ALTERNATIVE

const short DECIMAL_SEPARATOR_ALTERNATIVE = 17

◆ DOUBLE_QUOTATION_END

const short DOUBLE_QUOTATION_END = 9

◆ DOUBLE_QUOTATION_START

const short DOUBLE_QUOTATION_START = 8

◆ LIST_SEPARATOR

const short LIST_SEPARATOR = 5

◆ LONG_DATE_DAY_OF_WEEK_SEPARATOR

const short LONG_DATE_DAY_OF_WEEK_SEPARATOR = 13

◆ LONG_DATE_DAY_SEPARATOR

const short LONG_DATE_DAY_SEPARATOR = 14

◆ LONG_DATE_MONTH_SEPARATOR

const short LONG_DATE_MONTH_SEPARATOR = 15

◆ LONG_DATE_YEAR_SEPARATOR

const short LONG_DATE_YEAR_SEPARATOR = 16

◆ MEASUREMENT_SYSTEM

const short MEASUREMENT_SYSTEM = 10

◆ SINGLE_QUOTATION_END

const short SINGLE_QUOTATION_END = 7

◆ SINGLE_QUOTATION_START

const short SINGLE_QUOTATION_START = 6

◆ THOUSAND_SEPARATOR

const short THOUSAND_SEPARATOR = 1

◆ TIME_100SEC_SEPARATOR

const short TIME_100SEC_SEPARATOR = 4

◆ TIME_AM

const short TIME_AM = 11

◆ TIME_PM

const short TIME_PM = 12

◆ TIME_SEPARATOR

const short TIME_SEPARATOR = 3