22 module
com { module sun { module star { module sheet {
base interface for all event listeners interfaces.
Definition XEventListener.idl:27
allows notification when range selection is completed or aborted.
Definition XRangeSelectionListener.idl:30
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:20
specifies an event from range selection.
Definition RangeSelectionEvent.idl:30