LibreOffice
LibreOffice 24.2 SDK API Reference
|
allows to modify the suggestion list returned by a spell checker. More...
import"XSetSpellAlternatives.idl";
Public Member Functions | |
void | setAlternatives ([in] sequence< string > aAlternatives) |
set the list of suggestions to be returned. More... | |
void | setFailureType ([in] short nFailureType) |
set the type of error found. More... | |
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... | |
allows to modify the suggestion list returned by a spell checker.
Basically this is needed to post-add further suggestions while keeping the originally returned reference from the spell checker. E.g. from the user dictionaries.
void setAlternatives | ( | [in] sequence< string > | aAlternatives | ) |
set the list of suggestions to be returned.
void setFailureType | ( | [in] short | nFailureType | ) |