| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
represents a dictionary event. More...
import "DictionaryEvent.idl";
 
  
| Public Attributes | |
| short | nEvent | 
| is the type of event. | |
| com::sun::star::linguistic2::XDictionaryEntry | xDictionaryEntry | 
| is the affected dictionary entry (if any). | |
| Public Attributes inherited from EventObject | |
| com::sun::star::uno::XInterface | Source | 
| refers to the object that fired the event. | |
represents a dictionary event.
This type of event is used by a dictionary to inform its listeners about changes in its properties or its entry list. It consists of an event type and may supply an affected dictionary entry.
| short nEvent | 
is the type of event.
This must be the value of a single flag. No combinations are allowed.
| com::sun::star::linguistic2::XDictionaryEntry xDictionaryEntry | 
is the affected dictionary entry (if any).
It must be set if an entry was added or deleted, otherwise it should be empty.