21 module
com { module sun { module star { module sheet {
23 published
interface XRangeSelectionListener;
24 published
interface XRangeSelectionChangeListener;
39 void startRangeSelection(
40 [in] sequence<com::sun::star::beans::PropertyValue> aArguments );
44 void abortRangeSelection();
49 void addRangeSelectionListener(
54 void removeRangeSelectionListener(
59 void addRangeSelectionChangeListener(
64 void removeRangeSelectionChangeListener(
allows notification when range selection is completed or aborted.
Definition: XRangeSelectionListener.idl:29
Definition: Ambiguous.idl:20
allows notification when the selected range is changed.
Definition: XRangeSelectionChangeListener.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:45
allows to let the user to select a cell range.
Definition: XRangeSelection.idl:31