Searched refs:xSheetCellCursor (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaworksheet.cxx | 376 …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 D | vbarange.cxx | 1929 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 …]
|
/aoo42x/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | GeneralTableSample.cs | 133 unoidl.com.sun.star.sheet.XSheetCellCursor xSheetCellCursor = in doSampleFunction() 136 (unoidl.com.sun.star.table.XCellCursor) xSheetCellCursor; in doSampleFunction()
|
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | GeneralTableSample.java | 131 com.sun.star.sheet.XSheetCellCursor xSheetCellCursor = in doSampleFunction() local 134 UnoRuntime.queryInterface( com.sun.star.table.XCellCursor.class, xSheetCellCursor ); in doSampleFunction()
|
Completed in 84 milliseconds