|
com::sun::star::table::CellRangeAddress | getDataArea () |
| returns the data area of the database range in the spreadsheet document. More...
|
|
void | setDataArea ([in] com::sun::star::table::CellRangeAddress aDataArea) |
| sets the data area of the database range. More...
|
|
sequence< com::sun::star::beans::PropertyValue > | getSortDescriptor () |
| returns the sort descriptor stored with the database range. More...
|
|
XSheetFilterDescriptor | getFilterDescriptor () |
| returns the filter descriptor stored with the database range. More...
|
|
XSubTotalDescriptor | getSubTotalDescriptor () |
| returns the subtotal descriptor stored with the database range. More...
|
|
sequence< com::sun::star::beans::PropertyValue > | getImportDescriptor () |
| returns the database import descriptor stored with this database range. More...
|
|
void | refresh () |
| executes the stored import, filter, sorting, and subtotals descriptors again. More...
|
|
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...
|
|
com::sun::star::table::XCellRange | getReferredCells () |
| returns the cell range object that is represented. More...
|
|
com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () |
|
void | setPropertyValue ([in] string aPropertyName, [in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) |
| sets the value of the property with the specified name. More...
|
|
any | getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
|
void | addPropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XPropertyChangeListener to the specified property. More...
|
|
void | removePropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XPropertyChangeListener from the listener list. More...
|
|
void | addVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XVetoableChangeListener to the specified property with the name PropertyName. More...
|
|
void | removeVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XVetoableChangeListener from the listener list. More...
|
|
string | getName () |
|
void | setName ([in] string aName) |
| sets the programmatic name of the object. More...
|
|
void | refresh () |
| refreshes the data of the object from the connected data source. More...
|
|
void | addRefreshListener ([in] com::sun::star::util::XRefreshListener l) |
| adds the specified listener to receive the event "refreshed." More...
|
|
void | removeRefreshListener ([in] com::sun::star::util::XRefreshListener l) |
| removes the specified listener. More...
|
|
represents a database range in a spreadsheet document.
A database range is a name for a cell range that also stores filtering, sorting, subtotal and data import settings and options.
- See also
- com::sun::star::sheet::DatabaseRanges
- Developers Guide
- Spreadsheet Documents - Database Operations