LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
LocaleDataItem2 Struct Reference

Locale specific data, derived from LocaleDataItem adding an alternative input decimal separator. More...

import"LocaleDataItem2.idl";

Inheritance diagram for LocaleDataItem2:
LocaleDataItem

Public Attributes

string decimalSeparatorAlternative
 Alternative input decimal separator, for example, "." if the regular locale dependent separator usually is not present on keyboards used with that locale. More...
 
- Public Attributes inherited from LocaleDataItem
string unoID
 internal ID string, not unique, not meaningful to the outer world More...
 
string dateSeparator
 date separator, for example, "/" or "." or "-" More...
 
string thousandSeparator
 group and thousand separator, for example, "," or "." More...
 
string decimalSeparator
 decimal separator, for example, "." or "," More...
 
string timeSeparator
 time separator, for example, ":" More...
 
string time100SecSeparator
 time 100th seconds separator, for example, "," More...
 
string listSeparator
 list separator, for example, ";" More...
 
string quotationStart
 single quotation mark start More...
 
string quotationEnd
 single quotation mark end More...
 
string doubleQuotationStart
 double quotation mark start More...
 
string doubleQuotationEnd
 double quotation mark end More...
 
string timeAM
 time AM symbol, for example, "AM" or "am" More...
 
string timePM
 time PM symbol, for example, "PM" or "pm" More...
 
string measurementSystem
 measurement system, "metric" or "us" More...
 
string LongDateDayOfWeekSeparator
 long date day of week separator, for example, ", " More...
 
string LongDateDaySeparator
 long date day separator, for example, ", " More...
 
string LongDateMonthSeparator
 long date month separator, for example, " " More...
 
string LongDateYearSeparator
 long date year separator, for example, " " More...
 

Detailed Description

Locale specific data, derived from LocaleDataItem adding an alternative input decimal separator.

Since
LibreOffice 6.0

Member Data Documentation

◆ decimalSeparatorAlternative

string decimalSeparatorAlternative

Alternative input decimal separator, for example, "." if the regular locale dependent separator usually is not present on keyboards used with that locale.

This separator is optional, an empty string denotes no alternative decimal separator shall be used.


The documentation for this struct was generated from the following file: