21module
com { module sun { module star { module linguistic2 {
62 [in]
string aDictionaryName );
122 [in]
boolean bReceiveVerbose );
This interfaces allows the object to act according to dictionary-list events.
Definition XDictionaryListEventListener.idl:35
is used to manage and maintain a list of dictionaries.
Definition XDictionaryList.idl:34
sequence< com::sun::star::linguistic2::XDictionary > getDictionaries()
boolean removeDictionary([in] com::sun::star::linguistic2::XDictionary xDictionary)
removes a single dictionary from the list.
short beginCollectEvents()
increases request level for event buffering by one.
short endCollectEvents()
flushes the event buffer and decreases the request level for event buffering by one.
com::sun::star::linguistic2::XDictionary getDictionaryByName([in] string aDictionaryName)
searches the list for a dictionary with a given name.
com::sun::star::linguistic2::XDictionary createDictionary([in] string aName, [in] com::sun::star::lang::Locale aLocale, [in] com::sun::star::linguistic2::DictionaryType eDicType, [in] string aURL)
creates a new dictionary.
boolean addDictionary([in] com::sun::star::linguistic2::XDictionary xDictionary)
adds a dictionary to the list.
boolean removeDictionaryListEventListener([in] com::sun::star::linguistic2::XDictionaryListEventListener xListener)
removes an entry from the list of dictionary-list event listeners.
boolean addDictionaryListEventListener([in] com::sun::star::linguistic2::XDictionaryListEventListener xListener, [in] boolean bReceiveVerbose)
adds an entry to the list of dictionary-list event listeners.
short flushEvents()
notifies the listeners of all buffered events and then clears that buffer.
This interfaces enables the object to access personal dictionaries.
Definition XDictionary.idl:42
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
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