interface XLocaleData in module com::sun::star::i18n::

(Global Index)

Syntax

interface XLocaleData : com::sun::star::uno::XInterface ;

Method Summary

getLanguageCountryInfo

getLocaleItem

getAllCalendars

getAllCurrencies

getAllFormats

getCollatorImplementations

getSearchOptions

getCollationOptions

getTransliterations

getForbiddenCharacters

getReservedWord

getAllInstalledLocaleNames

Known Services Which Export this Interface

com::sun::star::i18n::LocaleData

Method Details



getLanguageCountryInfo

Syntax

com::sun::star::i18n::LanguageCountryInfo getLanguageCountryInfo (
com::sun::star::lang::Locale rLocale );

getLocaleItem

Syntax

com::sun::star::i18n::LocaleDataItem getLocaleItem (
com::sun::star::lang::Locale rLocale );

getAllCalendars

Syntax

sequence< com::sun::star::i18n::Calendar > getAllCalendars (
com::sun::star::lang::Locale rLocale );

getAllCurrencies

Syntax

sequence< com::sun::star::i18n::Currency > getAllCurrencies (
com::sun::star::lang::Locale rLocale );

getAllFormats

Syntax

sequence< com::sun::star::i18n::FormatElement > getAllFormats (
com::sun::star::lang::Locale rLocale );

getCollatorImplementations

Syntax

sequence< com::sun::star::i18n::Implementation > getCollatorImplementations (
com::sun::star::lang::Locale rLocale );

getSearchOptions

Syntax

sequence< string > getSearchOptions (
com::sun::star::lang::Locale rLocale );

getCollationOptions

Syntax

sequence< string > getCollationOptions (
com::sun::star::lang::Locale rLocale );

getTransliterations

Syntax

sequence< string > getTransliterations (
com::sun::star::lang::Locale rLocale );

getForbiddenCharacters

Syntax

com::sun::star::i18n::ForbiddenCharacters getForbiddenCharacters (
com::sun::star::lang::Locale rLocale );

getReservedWord

Syntax

sequence< string > getReservedWord (
com::sun::star::lang::Locale rLocale );

getAllInstalledLocaleNames

Syntax

sequence< com::sun::star::lang::Locale > getAllInstalledLocaleNames ();
Top of Page