LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_linguistic2_XDictionary_idl__
20 #define __com_sun_star_linguistic2_XDictionary_idl__
29 module
com { module sun { module star { module linguistic2 {
155 [in]
boolean bIsNegative,
156 [in]
string aRplcText );
167 boolean remove( [in]
string aWord );
188 sequence<com::sun::star::linguistic2::XDictionaryEntry>
getEntries();
This interfaces allows the object to act according to dictionary events.
Definition: XDictionaryEventListener.idl:39
com::sun::star::linguistic2::DictionaryType getDictionaryType()
returns the type of the dictionary.
com::sun::star::linguistic2::XDictionaryEntry getEntry([in] string aWord)
searches for an entry that matches the given word.
This interfaces enables the object to access personal dictionaries.
Definition: XDictionary.idl:50
sequence< com::sun::star::linguistic2::XDictionaryEntry > getEntries()
void clear()
removes all entries from the dictionary.
void setLocale([in] com::sun::star::lang::Locale aLocale)
is used to set the language of the dictionary.
boolean addEntry([in] com::sun::star::linguistic2::XDictionaryEntry xDicEntry)
is used to add an entry to the dictionary.
DictionaryType
describes the type of a personal dictionary.
Definition: DictionaryType.idl:38
boolean add([in] string aWord, [in] boolean bIsNegative, [in] string aRplcText)
is used to make an entry in the dictionary.
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:48
boolean addDictionaryEventListener([in] com::sun::star::linguistic2::XDictionaryEventListener xListener)
adds an entry to the list of dictionary event listeners.
Definition: Ambiguous.idl:22
This interfaces gives access to a dictionary entry.
Definition: XDictionaryEntry.idl:49
com::sun::star::lang::Locale getLocale()
void setActive([in] boolean bActivate)
specifies whether the dictionary should be used or not .
boolean removeDictionaryEventListener([in] com::sun::star::linguistic2::XDictionaryEventListener xListener)
removes an entry from the list of dictionary event listeners.
specifies the name of the object.
Definition: XNamed.idl:33