LibreOffice
LibreOffice 7.4 SDK API Reference
Public Types | Public Attributes | List of all members
DictionaryListEvent Struct Referencepublished

structure representing a dictionary-list event. More...

import"DictionaryListEvent.idl";

Inheritance diagram for DictionaryListEvent:
EventObject

Public Types

typedef sequence< com::sun::star::linguistic2::DictionaryEventaDictionaryEvents
 list of accumulated dictionary events. More...
 

Public Attributes

short nCondensedEvent
 the combined type of the accumulated events. More...
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event. More...
 

Detailed Description

structure representing a dictionary-list event.

This structure is used by the dictionary-list to inform its listeners about certain events. Since the dictionary-list is able to collect several single events before broadcasting them to its listeners the integer argument may be a combination (logical or) of several event types. If more specific information about the events is requested by a listener, a sequence of all dictionary-list events since the last broadcasting will be supplied. Otherwise, that list will be empty.

See also
com::sun::star::linguistic2::DictionaryList
com::sun::star::linguistic2::XDictionaryListEventListener
com::sun::star::lang::EventObject

Member Typedef Documentation

◆ aDictionaryEvents

list of accumulated dictionary events.

It will be empty if all com::sun::star::linguistic2::XDictionaryListEventListener are satisfied with the condensed representation of the com::sun::star::linguistic2::DictionaryListEvent::nCondensedEvent().

See also
com::sun::star::linguistic2::DictionaryEvent

Member Data Documentation

◆ nCondensedEvent

short nCondensedEvent

the combined type of the accumulated events.

The value can be the combination of multiple com::sun::star::linguistic2::DictionaryListEventFlags by applying the logical OR to them.

See also
com::sun::star::linguistic2::DictionaryListEventFlags

The documentation for this struct was generated from the following file: