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 {
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
allows notification when range selection is completed or aborted.
Definition: XRangeSelectionListener.idl:35
void aborted([in] com::sun::star::sheet::RangeSelectionEvent aEvent)
is called when range selection is aborted.
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