Searched refs:xSheetCellRange (Results 1 – 7 of 7) sorted by relevance
130 unoidl.com.sun.star.sheet.XSheetCellRange xSheetCellRange = in doSampleFunction()134 xSheet.createCursorByRange( xSheetCellRange ); in doSampleFunction()
71 uno::Reference< sheet::XSheetCellRange > xSheetCellRange(mxRange, ::uno::UNO_QUERY_THROW ); in getAnnotations() local72 uno::Reference< sheet::XSpreadsheet > xSheet = xSheetCellRange->getSpreadsheet(); in getAnnotations()
375 uno::Reference< sheet::XSheetCellRange > xSheetCellRange(getSheet(), uno::UNO_QUERY_THROW ); in getUsedRange() local376 …SheetCellCursor > xSheetCellCursor( getSheet()->createCursorByRange( xSheetCellRange ), uno::UNO_Q… in getUsedRange()
2478 uno::Reference< sheet::XSheetCellRange > xSheetCellRange(xCellRange, ::uno::UNO_QUERY_THROW); in Copy() local2479 uno::Reference< sheet::XSpreadsheet > xSheet = xSheetCellRange->getSpreadsheet(); in Copy()2504 uno::Reference< sheet::XSheetCellRange > xSheetCellRange(xCellRange, ::uno::UNO_QUERY_THROW ); in Cut() local2505 uno::Reference< sheet::XSpreadsheet > xSheet = xSheetCellRange->getSpreadsheet(); in Cut()
128 com.sun.star.sheet.XSheetCellRange xSheetCellRange = (com.sun.star.sheet.XSheetCellRange) in doSampleFunction() local132 xSheet.createCursorByRange( xSheetCellRange ); in doSampleFunction()
698 Reference< XCellRange > xSheetCellRange( xSheet, UNO_QUERY_THROW ); in impl_setSheetAnchorType_nothrow() local699 … Any aNewAnchorCell( xSheetCellRange->getCellByPosition( nNewAnchorCol, nNewAnchorRow ) ); in impl_setSheetAnchorType_nothrow()
2731 …uno::Reference<sheet::XSheetCellRange> xSheetCellRange(xTable->getCellRangeByPosition(nCol, nRow, … in GetMerged() local2732 if (xSheetCellRange.is()) in GetMerged()2734 uno::Reference<sheet::XSheetCellCursor> xCursor(xTable->createCursorByRange(xSheetCellRange)); in GetMerged()
Completed in 77 milliseconds