LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_linguistic2_XLinguServiceManager_idl__
20 #define __com_sun_star_linguistic2_XLinguServiceManager_idl__
29 module
com { module sun { module star { module linguistic2 {
122 [in]
string aServiceName,
139 [in]
string aServiceName,
141 [in] sequence< string > aServiceImplNames );
156 [in]
string aServiceName,
com::sun::star::linguistic2::XThesaurus getThesaurus()
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
com::sun::star::linguistic2::XSpellChecker getSpellChecker()
com::sun::star::linguistic2::XHyphenator getHyphenator()
sequence< string > getAvailableServices([in] string aServiceName, [in] com::sun::star::lang::Locale aLocale)
void setConfiguredServices([in] string aServiceName, [in] com::sun::star::lang::Locale aLocale, [in] sequence< string > aServiceImplNames)
sets the list of service implementations to be used for a given service and language.
boolean addLinguServiceManagerListener([in] com::sun::star::lang::XEventListener xListener)
adds a listener to the list of event listeners.
This interface allows for spell checking.
Definition: XSpellChecker.idl:40
allows for the retrieval of possible meanings for a given word and language.
Definition: XThesaurus.idl:41
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:48
provides functionality for hyphenation of single words.
Definition: XHyphenator.idl:54
Definition: Ambiguous.idl:22
sequence< string > getConfiguredServices([in] string aServiceName, [in] com::sun::star::lang::Locale aLocale)
queries the list of service implementations to be used for a given service and language.
boolean removeLinguServiceManagerListener([in] com::sun::star::lang::XEventListener xListener)
removes a listener from the list of event listeners.
base interface of all UNO interfaces
Definition: XInterface.idl:48
the basic interface to be used to access linguistic functionality.
Definition: XLinguServiceManager.idl:59