| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
allows to let the user to select a cell range. More...
import "XRangeSelection.idl";
 
  
| Public Member Functions | |
| void | startRangeSelection ([in] sequence< com::sun::star::beans::PropertyValue > aArguments) | 
| starts the range selection. | |
| void | abortRangeSelection () | 
| aborts the range selection. | |
| void | addRangeSelectionListener ([in] com::sun::star::sheet::XRangeSelectionListener aListener) | 
| adds a listener that is notified when range selection is completed or aborted. | |
| void | removeRangeSelectionListener ([in] com::sun::star::sheet::XRangeSelectionListener aListener) | 
| removes the specified listener. | |
| void | addRangeSelectionChangeListener ([in] com::sun::star::sheet::XRangeSelectionChangeListener aListener) | 
| adds a listener that is notified when the selected range is changed. | |
| void | removeRangeSelectionChangeListener ([in] com::sun::star::sheet::XRangeSelectionChangeListener aListener) | 
| removes the specified listener. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
allows to let the user to select a cell range.
| void abortRangeSelection | ( | ) | 
aborts the range selection.
| 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 removeRangeSelectionChangeListener | ( | [in] com::sun::star::sheet::XRangeSelectionChangeListener | aListener | ) | 
removes the specified listener.
| void removeRangeSelectionListener | ( | [in] com::sun::star::sheet::XRangeSelectionListener | aListener | ) | 
removes the specified listener.
| void startRangeSelection | ( | [in] sequence< com::sun::star::beans::PropertyValue > | aArguments | ) | 
starts the range selection.
| aArguments | the RangeSelectionArguments that specify how the range selection is done. |