|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
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
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:42
is used to manage and maintain a list of dictionaries.
Definition: XDictionaryList.idl:34
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:36
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:34
short endCollectEvents()
flushes the event buffer and decreases the request level for event buffering by one.
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:46
short beginCollectEvents()
increases request level for event buffering by one.