uses of struct CellRangeAddress

back to struct CellRangeAddress

Derived Structs
Synonym Typedefs
Uses as Return Type
Uses as Parameter
Uses as Data Type
References in Developers Guide


Uses as Return Type
::com::sun::star::sheet::XLabelRange::getDataArea()
::com::sun::star::sheet::XDatabaseRange::getDataArea()
::com::sun::star::sheet::XAreaLink::getDestArea()
::com::sun::star::sheet::XLabelRange::getLabelArea()
::com::sun::star::sheet::XDataPilotTable::getOutputRange()
::com::sun::star::sheet::XCellRangeAddressable::getRangeAddress()
::com::sun::star::sheet::XDataPilotDescriptor::getSourceRange()
::com::sun::star::sheet::XPrintAreas::getTitleColumns()
::com::sun::star::sheet::XPrintAreas::getTitleRows()
::com::sun::star::sheet::XViewPane::getVisibleRange()
Uses as Parameter
::com::sun::star::sheet::XLabelRanges::addNew()
::com::sun::star::sheet::XLabelRanges::addNew()
::com::sun::star::sheet::XDatabaseRanges::addNewByName()
::com::sun::star::sheet::XNamedRanges::addNewFromTitles()
::com::sun::star::sheet::XSheetCellRangeContainer::addRangeAddress()
::com::sun::star::sheet::XSheetOutline::autoOutline()
::com::sun::star::sheet::XCellRangeMovement::copyRange()
::com::sun::star::sheet::XSheetOutline::group()
::com::sun::star::sheet::XSheetOutline::hideDetail()
::com::sun::star::sheet::XCellRangeMovement::insertCells()
::com::sun::star::sheet::XCellRangeMovement::moveRange()
::com::sun::star::sheet::XSheetPastable::pasteCellRange()
::com::sun::star::sheet::XCellRangesQuery::queryIntersection()
::com::sun::star::sheet::XCellRangeMovement::removeRange()
::com::sun::star::sheet::XSheetCellRangeContainer::removeRangeAddress()
::com::sun::star::sheet::XLabelRange::setDataArea()
::com::sun::star::sheet::XDatabaseRange::setDataArea()
::com::sun::star::sheet::XAreaLink::setDestArea()
::com::sun::star::sheet::XLabelRange::setLabelArea()
::com::sun::star::sheet::XDataPilotDescriptor::setSourceRange()
::com::sun::star::sheet::XMultipleOperation::setTableOperation()
::com::sun::star::sheet::XPrintAreas::setTitleColumns()
::com::sun::star::sheet::XPrintAreas::setTitleRows()
::com::sun::star::sheet::XSheetOutline::showDetail()
::com::sun::star::sheet::XSheetOutline::ungroup()
Uses as Data Type
CellRangeListSource::CellRange
::com::sun::star::sheet::DatabaseRange::FilterCriteriaSource
References in Developers Guide
9.2.3 Spreadsheet Documents - Handling Spreadsheet Document Files - Printing Spreadsheet Documents - Print Areas
9.3.11 Spreadsheet Documents - Working with Spreadsheet Documents - Other Table Operations - Data Consolidation
9.3.1 Spreadsheet Documents - Working with Spreadsheet Documents - Document Structure - Spreadsheet Services - Overview - Capabilities of SheetCellRange
9.3.1 Spreadsheet Documents - Working with Spreadsheet Documents - Document Structure - Cell Ranges - Absolute Address
9.3.5 Spreadsheet Documents - Working with Spreadsheet Documents - Database Operations - Database Ranges
9.3.7 Spreadsheet Documents - Working with Spreadsheet Documents - DataPilot - DataPilot Tables - Creating a New DataPilot Table
9.5.2 Spreadsheet Documents - Spreadsheet Document Controller - View Panes
Top of Page