LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_i18n_XLocaleData_idl__
20 #define __com_sun_star_i18n_XLocaleData_idl__
33 module
com { module sun { module star { module i18n {
sequence< FormatElement > getAllFormats([in] com::sun::star::lang::Locale aLocale)
returns all LC_FORMAT format elements for a locale.
sequence< string > getReservedWord([in] com::sun::star::lang::Locale aLocale)
returns all LC_MISC reserved words for a locale.
Locale (mostly CJK) dependent characters that are forbidden at the start or end of a line.
Definition: ForbiddenCharacters.idl:36
sequence< Currency > getAllCurrencies([in] com::sun::star::lang::Locale aLocale)
returns all LC_CURRENCY currencies for a locale.
ForbiddenCharacters getForbiddenCharacters([in] com::sun::star::lang::Locale aLocale)
returns all LC_MISC forbidden characters for a locale.
sequence< Calendar > getAllCalendars([in] com::sun::star::lang::Locale aLocale)
returns all LC_CALENDAR calendars for a locale.
sequence< Implementation > getCollatorImplementations([in] com::sun::star::lang::Locale aLocale)
returns all LC_COLLATION collators for a locale.
sequence< com::sun::star::lang::Locale > getAllInstalledLocaleNames()
returns all available locales.
Access locale specific data as it is defined in XML locale data files compiled into the binary data l...
Definition: XLocaleData.idl:47
LanguageCountryInfo getLanguageCountryInfo([in] com::sun::star::lang::Locale aLocale)
returns the LC_INFO locale information.
Locale specific data, for example, separators, quotation marks.
Definition: LocaleDataItem.idl:34
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:48
sequence< string > getCollationOptions([in] com::sun::star::lang::Locale aLocale)
returns all LC_COLLATION collation options for a locale.
The language and country identifiers and descriptive names of the loaded locale data returned by XLoc...
Definition: LanguageCountryInfo.idl:37
Definition: Ambiguous.idl:22
sequence< string > getSearchOptions([in] com::sun::star::lang::Locale aLocale)
returns all LC_SEARCH search options for a locale.
sequence< string > getTransliterations([in] com::sun::star::lang::Locale aLocale)
returns all LC_TRANSLITERATION transliterations for a locale.
LocaleDataItem getLocaleItem([in] com::sun::star::lang::Locale aLocale)
returns LC_CTYPE separators and markers.
base interface of all UNO interfaces
Definition: XInterface.idl:48