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. | |
void | setFailureType ([in] short nFailureType) |
set the type of error found. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
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 | ) |