Lines Matching refs:getRangeAddress

1143 				xCellRangeAddressable->getRangeAddress().StartColumn + nStartColOffset,  in createRangeFromRange()
1144 xCellRangeAddressable->getRangeAddress().StartRow + nStartRowOffset, in createRangeFromRange()
1145 xCellRangeAddressable->getRangeAddress().EndColumn + nEndColOffset, in createRangeFromRange()
1146 xCellRangeAddressable->getRangeAddress().EndRow + nEndRowOffset ) ) ); in createRangeFromRange()
1254 …:Reference< sheet::XCellRangeAddressable >( rxCellRange, uno::UNO_QUERY_THROW )->getRangeAddress(); in lclGetRangeAddress()
2058 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in Address()
2179 table::CellRangeAddress thisRangeAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in CellsHelper()
2269 table::CellRangeAddress thisRangeAddress = xThisRangeAddress->getRangeAddress(); in Activate()
2298 …if ( xRange.is() && cellInRange( xRange->getRangeAddress(), thisRangeAddress.StartColumn, thisRang… in Activate()
2418 table::CellRangeAddress aAddress = xRangeAddr->getRangeAddress(); in setMergeCells()
2485 xMover->copyRange( xDestination->getCellAddress(), xSource->getRangeAddress() ); in Copy()
2511 xMover->moveRange( xDestination->getCellAddress(), xSource->getRangeAddress() ); in Cut()
2586 xCellRangeAddressable->getRangeAddress().StartColumn, in Resize()
2587 xCellRangeAddressable->getRangeAddress().StartRow, in Resize()
2588 xCellRangeAddressable->getRangeAddress().EndColumn, in Resize()
2589 xCellRangeAddressable->getRangeAddress().EndRow ) ); in Resize()
2671 xAddressable->getRangeAddress().EndColumn, in Range()
2672 xAddressable->getRangeAddress().EndRow ); in Range()
2682 table::CellRangeAddress parentRangeAddress = xAddressable->getRangeAddress(); in Range()
2691 table::CellRangeAddress referAddress = referRange.getCellRangeAddressable()->getRangeAddress(); in Range()
3301 …le::CellRangeAddress parentRangeAddress = parentRange.getCellRangeAddressable()->getRangeAddress(); in updateTableSortField()
3303 …table::CellRangeAddress colRowKeyAddress = colRowRange.getCellRangeAddressable()->getRangeAddress(… in updateTableSortField()
3346 table::CellRangeAddress thisRangeAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in Sort()
3610 table::CellRangeAddress aRangeAddr = xAddressable->getRangeAddress(); in isSingleCellRange()
3645 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in Delete()
3767 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in getColumnWidth()
3810 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in setColumnWidth()
3839 double nTmpWidth = getCalcColWidth( xAddressable->getRangeAddress() ); in getWidth()
3930 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in getRowHeight()
3973 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in setRowHeight()
3994 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in getPageBreak()
4032 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in setPageBreak()
4069 nHeight += getCalcRowHeight(xAddressable->getRangeAddress() ); in getHeight()
4395 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in AutoFilter()
4423 autoFiltAddress = currentRegion.getCellRangeAddressable()->getRangeAddress(); in AutoFilter()
4430 autoFiltAddress = multiCellRange.getCellRangeAddressable()->getRangeAddress(); in AutoFilter()
4667 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in Insert()
4706 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in Autofit()
4985 table::CellRangeAddress aOutlineAddress = xCellRangeAddressable->getRangeAddress(); in getShowDetail()
4988 table::CellRangeAddress thisAddress = helper.getCellRangeAddressable()->getRangeAddress(); in getShowDetail()
5028 table::CellRangeAddress aOutlineAddress = xCellRangeAddressable->getRangeAddress(); in setShowDetail()
5031 table::CellRangeAddress thisAddress = helper.getCellRangeAddressable()->getRangeAddress(); in setShowDetail()
5060 table::CellRangeAddress aCellAddress = xMergeCellAddress->getRangeAddress(); in MergeArea()
5091 table::CellRangeAddress rangeAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in PrintOut()
5118 table::CellRangeAddress destAddress = destRangeHelper.getCellRangeAddressable()->getRangeAddress(); in AutoFill()
5121 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in AutoFill()
5247 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in GoalSeek()
5249 …CellRangeAddress changingCellAddr = changingCellRange.getCellRangeAddressable()->getRangeAddress(); in GoalSeek()
5303 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in AutoOutline()
5328 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in ClearOutline()
5342 table::CellRangeAddress thisAddress = thisRange.getCellRangeAddressable()->getRangeAddress(); in groupUnGroup()
5449 ScUnoConversion::FillScRange( refRange, thisRange.getCellRangeAddressable()->getRangeAddress()); in PreviousNext()
5534 rangeResults.push_back( rHelper.getCellRangeAddressable()->getRangeAddress() ); in SpecialCells()