20 module
com { module sun { module star { module linguistic2 {
145 void disableLanguages(
146 [in] sequence< com::sun::star::lang::Locale > aLanguages )
154 void enableLanguages(
155 [in] sequence< com::sun::star::lang::Locale > aLanguages )
163 sequence< com::sun::star::lang::Locale > getAvailableLanguages();
167 sequence< com::sun::star::lang::Locale > getEnabledLanguages();
171 sequence< com::sun::star::lang::Locale > getDisabledLanguages();
Definition: Ambiguous.idl:20
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:33
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
This interface allows to guess the language of a text.
Definition: XLanguageGuessing.idl:101