Methods' Details |
getSpellChecker
- Returns
- the com::sun::star::linguistic2::XSpellChecker
interface to be used for spell checking.
|
|
getHyphenator
- Returns
- the com::sun::star::linguistic2::XHyphenator
interface to be used for hyphenation.
|
|
getThesaurus
- Returns
- the com::sun::star::linguistic2::XThesaurus
interface to be used for thesaurus functionality.
|
|
addLinguServiceManagerListener
boolean |
addLinguServiceManagerListener( |
[in] ::com::sun::star::lang::XEventListener |
xListener ); |
- Description
- adds a listener to the list of event listeners.
The listeners may support one or both of
com::sun::star::linguistic2::XDictionaryEventListener
and
com::sun::star::linguistic2::XLinguServiceEventListener
interfaces.
- Returns
- `TRUE` if the listener was successfully added, `FALSE` otherwise.
- Parameter xListener
- the listener to be added.
|
|
removeLinguServiceManagerListener
boolean |
removeLinguServiceManagerListener( |
[in] ::com::sun::star::lang::XEventListener |
xListener ); |
- Description
- removes a listener from the list of event listeners.
- Returns
- `TRUE` if the listener was successfully removed, `FALSE` otherwise.
- Parameter xListener
- the listener to be removed.
|
|
getAvailableServices
sequence< string > |
getAvailableServices( |
[in] string |
aServiceName, |
| [in] ::com::sun::star::lang::Locale |
aLocale ); |
- Returns
- the list of implementation names of the available services.
- Parameter aServiceName
- the name of the service requesting the list of available
implementations.
- Parameter aLocale
- the language used to query the list of available implementations.
|
|
setConfiguredServices
void |
setConfiguredServices( |
[in] string |
aServiceName, |
| [in] ::com::sun::star::lang::Locale |
aLocale, |
| [in] sequence< string > |
aServiceImplNames ); |
- Description
- sets the list of service implementations to be used for a
given service and language.
- Parameter aServiceName
- the name of the service to set the list of implementations
to be used.
- Parameter aLocale
- the language to set the list.
- Parameter aServiceImplNames
- the name of the service to set the list.
|
|
getConfiguredServices
sequence< string > |
getConfiguredServices( |
[in] string |
aServiceName, |
| [in] ::com::sun::star::lang::Locale |
aLocale ); |
- Description
- queries the list of service implementations to be used for a
given service and language.
- Returns
- the list of implementation names of the services to be used.
- Parameter aServiceName
- the name of the service to get queried.
- Parameter aLocale
- the language to get queried.
|
|
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.