LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_sheet_XRangeSelectionListener_idl__
20 #define __com_sun_star_sheet_XRangeSelectionListener_idl__
27 module
com { module sun { module star { module sheet {
void aborted([in] com::sun::star::sheet::RangeSelectionEvent aEvent)
is called when range selection is aborted.
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
void done([in] com::sun::star::sheet::RangeSelectionEvent aEvent)
is called when range selection is completed.
Definition: Ambiguous.idl:22
specifies an event from range selection.
Definition: RangeSelectionEvent.idl:34
allows notification when range selection is completed or aborted.
Definition: XRangeSelectionListener.idl:35