Lines Matching refs:getCellRange
660 …uno::Reference< table::XCellRange > xCellRange( ScVbaRange::getCellRange( xRange ), uno::UNO_QUERY… in getArea()
1391 xRange->getCellRange() >>= xRangeParam; in getCellRangeAddressForVBARange()
1475 …orders( this, mxContext, uno::Reference< table::XCellRange >( xRange->getCellRange(), uno::UNO_QUE… in getBorders()
2475 uno::Any aRange = xRange->getCellRange(); in Copy()
2503 uno::Reference< table::XCellRange > xCellRange( xRange->getCellRange(), uno::UNO_QUERY_THROW ); in Cut()
2755 uno::Any SAL_CALL ScVbaRange::getCellRange( ) throw (uno::RuntimeException) in getCellRange() function in ScVbaRange
2765 /*static*/ uno::Any ScVbaRange::getCellRange( const uno::Reference< excel::XRange >& rxRange ) thro… in getCellRange() function in ScVbaRange
2768 return pVbaRange->getCellRange(); in getCellRange()
3143 xStartCell.set( xAfterRange->getCellRange(), uno::UNO_QUERY_THROW ); in Find()
3273 xKey.set( xKeyRange->getCellRange(), uno::UNO_QUERY_THROW ); in processKey()
5090 RangeHelper thisRange( xRange->getCellRange() ); in PrintOut()
5533 RangeHelper rHelper( xTmpRange->getCellRange() ); in SpecialCells()