| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
Locale specific data, for example, separators, quotation marks. More...
import "LocaleDataItem.idl";
 
  
| Public Attributes | |
| string | unoID | 
| internal ID string, not unique, not meaningful to the outer world | |
| string | dateSeparator | 
| date separator, for example, "/" or "." or "-" | |
| string | thousandSeparator | 
| group and thousand separator, for example, "," or "." | |
| string | decimalSeparator | 
| decimal separator, for example, "." or "," | |
| string | timeSeparator | 
| time separator, for example, ":" | |
| string | time100SecSeparator | 
| time 100th seconds separator, for example, "," | |
| string | listSeparator | 
| list separator, for example, ";" | |
| string | quotationStart | 
| single quotation mark start | |
| string | quotationEnd | 
| single quotation mark end | |
| string | doubleQuotationStart | 
| double quotation mark start | |
| string | doubleQuotationEnd | 
| double quotation mark end | |
| string | timeAM | 
| time AM symbol, for example, "AM" or "am" | |
| string | timePM | 
| time PM symbol, for example, "PM" or "pm" | |
| string | measurementSystem | 
| measurement system, "metric" or "us" | |
| string | LongDateDayOfWeekSeparator | 
| long date day of week separator, for example, ", " | |
| string | LongDateDaySeparator | 
| long date day separator, for example, ", " | |
| string | LongDateMonthSeparator | 
| long date month separator, for example, " " | |
| string | LongDateYearSeparator | 
| long date year separator, for example, " " | |
Locale specific data, for example, separators, quotation marks.
| string dateSeparator | 
date separator, for example, "/" or "." or "-"
| string decimalSeparator | 
decimal separator, for example, "." or ","
| string doubleQuotationEnd | 
double quotation mark end
| string doubleQuotationStart | 
double quotation mark start
| string listSeparator | 
list separator, for example, ";"
| string LongDateDayOfWeekSeparator | 
long date day of week separator, for example, ", "
| string LongDateDaySeparator | 
long date day separator, for example, ", "
| string LongDateMonthSeparator | 
long date month separator, for example, " "
| string LongDateYearSeparator | 
long date year separator, for example, " "
| string measurementSystem | 
measurement system, "metric" or "us"
| string quotationEnd | 
single quotation mark end
| string quotationStart | 
single quotation mark start
| string thousandSeparator | 
group and thousand separator, for example, "," or "."
| string time100SecSeparator | 
time 100th seconds separator, for example, ","
| string timeAM | 
time AM symbol, for example, "AM" or "am"
| string timePM | 
time PM symbol, for example, "PM" or "pm"
| string timeSeparator | 
time separator, for example, ":"
| string unoID | 
internal ID string, not unique, not meaningful to the outer world