LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_resource_XLocale_idl__
20 #define __com_sun_star_resource_XLocale_idl__
30 module
com { module sun { module star { module resource {
52 [in]
string aVariant );
sequence< string > getISOCountries()
string getDisplayVariant([in] com::sun::star::lang::Locale locale, [in] com::sun::star::lang::Locale inLocale)
string getDisplayName([in] com::sun::star::lang::Locale locale, [in] com::sun::star::lang::Locale inLocale)
string getDisplayLanguage([in] com::sun::star::lang::Locale locale, [in] com::sun::star::lang::Locale inLocale)
string getISO3Language([in] com::sun::star::lang::Locale locale)
string getISO3Country([in] com::sun::star::lang::Locale locale)
com::sun::star::lang::Locale create([in] string aLanguage, [in] string aCountry, [in] string aVariant)
creates a locale from language, country, and variant.
void setDefault([in] com::sun::star::lang::Locale newLocale)
sets the default locale for the whole environment.
sequence< string > getISOLanguages()
offers some operations on com::sun::star::lang::Locale structures.
Definition: XLocale.idl:37
boolean equals([in] com::sun::star::lang::Locale l1, [in] com::sun::star::lang::Locale l2)
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:48
is used to signal that a resource is missing.
Definition: MissingResourceException.idl:34
string getDisplayVariant_Default([in] com::sun::star::lang::Locale locale)
string getDisplayLanguage_Default([in] com::sun::star::lang::Locale locale)
sequence< string > getLanguagesForCountry([in] string country)
string getDisplayCountry_Default([in] com::sun::star::lang::Locale locale)
Definition: Ambiguous.idl:22
string getDisplayName_Default([in] com::sun::star::lang::Locale locale)
base interface of all UNO interfaces
Definition: XInterface.idl:48
com::sun::star::lang::Locale getDefault()
the common method of getting the current default locale.
sequence< com::sun::star::lang::Locale > getAvailableLocales()
string getDisplayCountry([in] com::sun::star::lang::Locale locale, [in] com::sun::star::lang::Locale inLocale)