LibreOffice
LibreOffice 5.3 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
List of all members
LanguageGuessing Service Reference

import "LanguageGuessing.idl";

Inheritance diagram for LanguageGuessing:
XLanguageGuessing

Additional Inherited Members

- Public Member Functions inherited from XLanguageGuessing
com::sun::star::lang::Locale guessPrimaryLanguage ([in] string aText, [in] long nStartPos, [in] long nLen) raises ( com::sun::star::lang::IllegalArgumentException )
 determines the single most probable language of a sub-string. More...
 
void disableLanguages ([in] sequence< com::sun::star::lang::Locale > aLanguages) raises ( com::sun::star::lang::IllegalArgumentException )
 allows to explicitly discard some languages from the set of languages possibly returned. More...
 
void enableLanguages ([in] sequence< com::sun::star::lang::Locale > aLanguages) raises ( com::sun::star::lang::IllegalArgumentException )
 allows to explicitly re-enable some languages that got previously disabled. More...
 
sequence
< com::sun::star::lang::Locale
getAvailableLanguages ()
 returns a list of all supported languages. More...
 
sequence
< com::sun::star::lang::Locale
getEnabledLanguages ()
 returns the list of all enabled languages More...
 
sequence
< com::sun::star::lang::Locale
getDisabledLanguages ()
 returns the list of all disabled languages More...
 

The documentation for this service was generated from the following file: