LibreOffice
LibreOffice 24.2 SDK API Reference
|
Gives access to the results of failed spell checking attempts and may provide spelling alternatives. More...
import"XSpellAlternatives.idl";
Public Member Functions | |
string | getWord () |
com::sun::star::lang::Locale | getLocale () |
short | getFailureType () |
More... | |
short | getAlternativesCount () |
sequence< string > | getAlternatives () |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Gives access to the results of failed spell checking attempts and may provide spelling alternatives.
This is used by the com::sun::star::linguistic2::XSpellChecker::spell() function when the word was not found to be correct. Suggestions for other words to be used may be provided along with a failure-type that may specify why the word was not correct.
sequence<string> getAlternatives | ( | ) |
short getAlternativesCount | ( | ) |
short getFailureType | ( | ) |
com::sun::star::lang::Locale getLocale | ( | ) |
string getWord | ( | ) |