19#ifndef __com_sun_star_linguistic2_XSpellChecker1_idl__
20#define __com_sun_star_linguistic2_XSpellChecker1_idl__
29module
com { module sun { module star { module linguistic2 {
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:31
Gives access to the results of failed spell checking attempts and may provide spelling alternatives.
Definition XSpellAlternatives.idl:41
Definition XSpellChecker1.idl:34
boolean isValid([in] string aWord, [in] short nLanguage, [in] com::sun::star::beans::PropertyValues aProperties)
com::sun::star::linguistic2::XSpellAlternatives spell([in] string aWord, [in] short nLanguage, [in] com::sun::star::beans::PropertyValues aProperties)
Definition XSupportedLanguages.idl:32
sequence< PropertyValue > PropertyValues
specifies a sequence of PropertyValue instances.
Definition PropertyValues.idl:31
Definition Ambiguous.idl:22