LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XRangeSelection Interface Referencepublished

allows to let the user to select a cell range. More...

import"XRangeSelection.idl";

Inheritance diagram for XRangeSelection:
XInterface SpreadsheetView

Public Member Functions

void startRangeSelection ([in] sequence< com::sun::star::beans::PropertyValue > aArguments)
 starts the range selection. More...
 
void abortRangeSelection ()
 aborts the range selection. More...
 
void addRangeSelectionListener ([in] com::sun::star::sheet::XRangeSelectionListener aListener)
 adds a listener that is notified when range selection is completed or aborted. More...
 
void removeRangeSelectionListener ([in] com::sun::star::sheet::XRangeSelectionListener aListener)
 removes the specified listener. More...
 
void addRangeSelectionChangeListener ([in] com::sun::star::sheet::XRangeSelectionChangeListener aListener)
 adds a listener that is notified when the selected range is changed. More...
 
void removeRangeSelectionChangeListener ([in] com::sun::star::sheet::XRangeSelectionChangeListener aListener)
 removes the specified listener. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

allows to let the user to select a cell range.

See also
com::sun::star::sheet::SpreadsheetView
Developers Guide
Spreadsheet Documents - Range Selection

Member Function Documentation

◆ abortRangeSelection()

void abortRangeSelection ( )

aborts the range selection.

◆ addRangeSelectionChangeListener()

void addRangeSelectionChangeListener ( [in] com::sun::star::sheet::XRangeSelectionChangeListener  aListener)

adds a listener that is notified when the selected range is changed.

◆ addRangeSelectionListener()

void addRangeSelectionListener ( [in] com::sun::star::sheet::XRangeSelectionListener  aListener)

adds a listener that is notified when range selection is completed or aborted.

◆ removeRangeSelectionChangeListener()

void removeRangeSelectionChangeListener ( [in] com::sun::star::sheet::XRangeSelectionChangeListener  aListener)

removes the specified listener.

◆ removeRangeSelectionListener()

void removeRangeSelectionListener ( [in] com::sun::star::sheet::XRangeSelectionListener  aListener)

removes the specified listener.

◆ startRangeSelection()

void startRangeSelection ( [in] sequence< com::sun::star::beans::PropertyValue aArguments)

starts the range selection.

Parameters
aArgumentsthe RangeSelectionArguments that specify how the range selection is done.

The documentation for this interface was generated from the following file: