LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_linguistic2_XDictionaryList_idl__
20 #define __com_sun_star_linguistic2_XDictionaryList_idl__
27 module
com { module sun { module star { module linguistic2 {
68 [in]
string aDictionaryName );
128 [in]
boolean bReceiveVerbose );
This interfaces allows the object to act according to dictionary-list events.
Definition: XDictionaryListEventListener.idl:40
boolean removeDictionary([in] com::sun::star::linguistic2::XDictionary xDictionary)
removes a single dictionary from the list.
sequence< com::sun::star::linguistic2::XDictionary > getDictionaries()
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.
com::sun::star::linguistic2::XDictionary getDictionaryByName([in] string aDictionaryName)
searches the list for a dictionary with a given name.
This interfaces enables the object to access personal dictionaries.
Definition: XDictionary.idl:50
is used to manage and maintain a list of dictionaries.
Definition: XDictionaryList.idl:40
boolean addDictionary([in] com::sun::star::linguistic2::XDictionary xDictionary)
adds a dictionary to the list.
boolean addDictionaryListEventListener([in] com::sun::star::linguistic2::XDictionaryListEventListener xListener, [in] boolean bReceiveVerbose)
adds an entry to the list of dictionary-list event listeners.
DictionaryType
describes the type of a personal dictionary.
Definition: DictionaryType.idl:38
short flushEvents()
notifies the listeners of all buffered events and then clears that buffer.
boolean removeDictionaryListEventListener([in] com::sun::star::linguistic2::XDictionaryListEventListener xListener)
removes an entry from the list of dictionary-list event listeners.
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:48
short endCollectEvents()
flushes the event buffer and decreases the request level for event buffering by one.
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
short beginCollectEvents()
increases request level for event buffering by one.