21module
com { module sun { module star { module linguistic2 {
147 [in]
boolean bIsNegative,
148 [in]
string aRplcText );
159 boolean remove( [in]
string aWord );
180 sequence<com::sun::star::linguistic2::XDictionaryEntry>
getEntries();
specifies the name of the object.
Definition XNamed.idl:29
This interfaces gives access to a dictionary entry.
Definition XDictionaryEntry.idl:44
This interfaces allows the object to act according to dictionary events.
Definition XDictionaryEventListener.idl:34
This interfaces enables the object to access personal dictionaries.
Definition XDictionary.idl:42
boolean removeDictionaryEventListener([in] com::sun::star::linguistic2::XDictionaryEventListener xListener)
removes an entry from the list of dictionary event listeners.
com::sun::star::linguistic2::DictionaryType getDictionaryType()
returns the type of the dictionary.
com::sun::star::lang::Locale getLocale()
sequence< com::sun::star::linguistic2::XDictionaryEntry > getEntries()
void setActive([in] boolean bActivate)
specifies whether the dictionary should be used or not .
boolean add([in] string aWord, [in] boolean bIsNegative, [in] string aRplcText)
is used to make an entry in the dictionary.
boolean addDictionaryEventListener([in] com::sun::star::linguistic2::XDictionaryEventListener xListener)
adds an entry to the list of dictionary event listeners.
com::sun::star::linguistic2::XDictionaryEntry getEntry([in] string aWord)
searches for an entry that matches the given word.
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:36
Definition Ambiguous.idl:20
object represents a specific geographical, political, or cultural region.
Definition Locale.idl:34