|
LibreOffice Module i18npool (master) 1
|
#include <localedata.hxx>
Public Member Functions | |
| LocaleDataLookupTableItem (const char *name, osl::Module *m, const char *lname) | |
| bool | equals (const css::lang::Locale &rLocale) const |
Public Attributes | |
| const char * | dllName |
| osl::Module * | module |
| const char * | localeName |
| css::lang::Locale | aLocale |
Definition at line 51 of file localedata.hxx.
|
inline |
Definition at line 58 of file localedata.hxx.
|
inline |
Definition at line 61 of file localedata.hxx.
References aLocale.
| css::lang::Locale i18npool::LocaleDataLookupTableItem::aLocale |
Definition at line 56 of file localedata.hxx.
Referenced by equals().
| const char* i18npool::LocaleDataLookupTableItem::dllName |
Definition at line 53 of file localedata.hxx.
| const char* i18npool::LocaleDataLookupTableItem::localeName |
Definition at line 55 of file localedata.hxx.
| osl::Module* i18npool::LocaleDataLookupTableItem::module |
Definition at line 54 of file localedata.hxx.