LibreOffice
LibreOffice 24.2 SDK API Reference
|
Offers information about which languages are supported by the object. More...
import"XSupportedLocales.idl";
Public Member Functions | |
sequence< com::sun::star::lang::Locale > | getLocales () |
boolean | hasLocale ([in] com::sun::star::lang::Locale aLocale) |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Offers information about which languages are supported by the object.
This interface has to be implemented by com::sun::star::linguistic2::SpellChecker, com::sun::star::linguistic2::Hyphenator and com::sun::star::linguistic2::Thesaurus implementations in order to be queried for the languages they can use.
sequence<com::sun::star::lang::Locale> getLocales | ( | ) |
boolean hasLocale | ( | [in] com::sun::star::lang::Locale | aLocale | ) |
aLocale | specifies the language being checked for support by the object. |
TRUE
if the language is supported, otherwise FALSE
.