Home
last modified time | relevance | path

Searched refs:xSheetCellCursor (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx376 …uno::Reference< sheet::XSheetCellCursor > xSheetCellCursor( getSheet()->createCursorByRange( xShee… in getUsedRange() local
377 uno::Reference<sheet::XUsedAreaCursor> xUsedCursor(xSheetCellCursor,uno::UNO_QUERY_THROW); in getUsedRange()
380 uno::Reference< table::XCellRange > xRange( xSheetCellCursor, uno::UNO_QUERY); in getUsedRange()
476 uno::Reference< sheet::XSheetCellCursor > xSheetCellCursor = getSheet()->createCursor( ); in Move() local
477 uno::Reference<sheet::XUsedAreaCursor> xUsedCursor(xSheetCellCursor,uno::UNO_QUERY_THROW); in Move()
478 uno::Reference< table::XCellRange > xRange1( xSheetCellCursor, uno::UNO_QUERY); in Move()
512 uno::Reference< sheet::XSheetCellCursor > xSheetCellCursor = getSheet()->createCursor( ); in Copy() local
513 uno::Reference<sheet::XUsedAreaCursor> xUsedCursor(xSheetCellCursor,uno::UNO_QUERY_THROW); in Copy()
514 uno::Reference< table::XCellRange > xRange1( xSheetCellCursor, uno::UNO_QUERY); in Copy()
H A Dvbarange.cxx1929 uno::Reference< sheet::XSheetCellCursor > xSheetCellCursor = in CurrentRegion() local
1931 xSheetCellCursor->collapseToCurrentRegion(); in CurrentRegion()
1932 …uno::Reference< sheet::XCellRangeAddressable > xCellRangeAddressable(xSheetCellCursor, uno::UNO_QU… in CurrentRegion()
1949 uno::Reference< sheet::XSheetCellCursor > xSheetCellCursor = in CurrentArray() local
1951 xSheetCellCursor->collapseToCurrentArray(); in CurrentArray()
1952 …uno::Reference< sheet::XCellRangeAddressable > xCellRangeAddressable(xSheetCellCursor, uno::UNO_QU… in CurrentArray()
4982 uno::Reference< sheet::XSheetCellCursor > xSheetCellCursor = helper.getSheetCellCursor(); in getShowDetail() local
4983 xSheetCellCursor->collapseToCurrentRegion(); in getShowDetail()
4984 …uno::Reference< sheet::XCellRangeAddressable > xCellRangeAddressable(xSheetCellCursor, uno::UNO_QU… in getShowDetail()
5025 uno::Reference< sheet::XSheetCellCursor > xSheetCellCursor = helper.getSheetCellCursor(); in setShowDetail() local
[all …]
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DGeneralTableSample.cs133 unoidl.com.sun.star.sheet.XSheetCellCursor xSheetCellCursor = in doSampleFunction()
136 (unoidl.com.sun.star.table.XCellCursor) xSheetCellCursor; in doSampleFunction()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DGeneralTableSample.java131 com.sun.star.sheet.XSheetCellCursor xSheetCellCursor = in doSampleFunction() local
134 UnoRuntime.queryInterface( com.sun.star.table.XCellCursor.class, xSheetCellCursor ); in doSampleFunction()

Completed in 46 milliseconds