LibreOffice
LibreOffice 24.2 SDK API Reference
|
import"XDictionary1.idl";
Public Member Functions | |
com::sun::star::linguistic2::DictionaryType | getDictionaryType () |
void | setActive ([in] boolean bActivate) |
boolean | isActive () |
short | getCount () |
short | getLanguage () |
void | setLanguage ([in] short nLang) |
com::sun::star::linguistic2::XDictionaryEntry | getEntry ([in] string aWord) |
boolean | addEntry ([in] com::sun::star::linguistic2::XDictionaryEntry xDicEntry) |
boolean | add ([in] string aWord, [in] boolean bIsNegative, [in] string aRplcText) |
boolean | remove ([in] string aWord) |
boolean | isFull () |
sequence< com::sun::star::linguistic2::XDictionaryEntry > | getEntries () |
void | clear () |
boolean | addDictionaryEventListener ([in] com::sun::star::linguistic2::XDictionaryEventListener xListener) |
boolean | removeDictionaryEventListener ([in] com::sun::star::linguistic2::XDictionaryEventListener xListener) |
Public Member Functions inherited from XNamed | |
string | getName () |
void | setName ([in] string aName) |
sets the programmatic name of the object. 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... | |
boolean add | ( | [in] string | aWord, |
[in] boolean | bIsNegative, | ||
[in] string | aRplcText | ||
) |
boolean addDictionaryEventListener | ( | [in] com::sun::star::linguistic2::XDictionaryEventListener | xListener | ) |
boolean addEntry | ( | [in] com::sun::star::linguistic2::XDictionaryEntry | xDicEntry | ) |
void clear | ( | ) |
short getCount | ( | ) |
com::sun::star::linguistic2::DictionaryType getDictionaryType | ( | ) |
sequence<com::sun::star::linguistic2::XDictionaryEntry> getEntries | ( | ) |
com::sun::star::linguistic2::XDictionaryEntry getEntry | ( | [in] string | aWord | ) |
short getLanguage | ( | ) |
boolean isActive | ( | ) |
boolean isFull | ( | ) |
boolean remove | ( | [in] string | aWord | ) |
boolean removeDictionaryEventListener | ( | [in] com::sun::star::linguistic2::XDictionaryEventListener | xListener | ) |
void setActive | ( | [in] boolean | bActivate | ) |
void setLanguage | ( | [in] short | nLang | ) |