19 #ifndef __com_sun_star_sheet_XRangeSelection_idl__
20 #define __com_sun_star_sheet_XRangeSelection_idl__
26 module com { module sun { module star { module sheet {
28 published
interface XRangeSelectionListener;
29 published
interface XRangeSelectionChangeListener;
44 void startRangeSelection(
45 [in] sequence<com::sun::star::beans::PropertyValue> aArguments );
49 void abortRangeSelection();
54 void addRangeSelectionListener(
59 void removeRangeSelectionListener(
64 void addRangeSelectionChangeListener(
69 void removeRangeSelectionChangeListener(
allows notification when range selection is completed or aborted.
Definition: XRangeSelectionListener.idl:34
allows notification when the selected range is changed.
Definition: XRangeSelectionChangeListener.idl:34
base interface of all UNO interfaces
Definition: XInterface.idl:47
allows to let the user to select a cell range.
Definition: XRangeSelection.idl:36