21 module
com { module sun { module star { module sheet {
23 published
interface XRangeSelectionListener;
24 published
interface XRangeSelectionChangeListener;
40 [in] sequence<com::sun::star::beans::PropertyValue> aArguments );
allows notification when the selected range is changed.
Definition generated_idl_chapter_refs.idl:2527
allows notification when range selection is completed or aborted.
Definition XRangeSelectionListener.idl:30
void addRangeSelectionChangeListener([in] com::sun::star::sheet::XRangeSelectionChangeListener aListener)
adds a listener that is notified when the selected range is changed.
void addRangeSelectionListener([in] com::sun::star::sheet::XRangeSelectionListener aListener)
adds a listener that is notified when range selection is completed or aborted.
void startRangeSelection([in] sequence< com::sun::star::beans::PropertyValue > aArguments)
starts the range selection.
void removeRangeSelectionListener([in] com::sun::star::sheet::XRangeSelectionListener aListener)
removes the specified listener.
void abortRangeSelection()
aborts the range selection.
void removeRangeSelectionChangeListener([in] com::sun::star::sheet::XRangeSelectionChangeListener aListener)
removes the specified listener.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20