LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies the event which is notified when a change in a string entry list occurred More...
import"ListEntryEvent.idl";
Public Attributes | |
long | Position |
denotes the position where a change occurred. More... | |
long | Count |
denotes the number of changed entries, in case a change of an entry range is being notified. More... | |
sequence< string > | Entries |
denotes the changed entries More... | |
![]() | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. More... | |
specifies the event which is notified when a change in a string entry list occurred
long Count |
denotes the number of changed entries, in case a change of an entry range is being notified.
sequence< string > Entries |
denotes the changed entries
The concrete semantics of the value depends on the concrete event being notified.
long Position |
denotes the position where a change occurred.
The concrete semantics of the value depends on the concrete event being notified.