Home
last modified time | relevance | path

Searched refs:xUsedCursor (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx377 uno::Reference<sheet::XUsedAreaCursor> xUsedCursor(xSheetCellCursor,uno::UNO_QUERY_THROW); in getUsedRange() local
378 xUsedCursor->gotoStartOfUsedArea( false ); in getUsedRange()
379 xUsedCursor->gotoEndOfUsedArea( true ); in getUsedRange()
477 uno::Reference<sheet::XUsedAreaCursor> xUsedCursor(xSheetCellCursor,uno::UNO_QUERY_THROW); in Move() local
513 uno::Reference<sheet::XUsedAreaCursor> xUsedCursor(xSheetCellCursor,uno::UNO_QUERY_THROW); in Copy() local
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java628 com.sun.star.sheet.XUsedAreaCursor xUsedCursor = (com.sun.star.sheet.XUsedAreaCursor) in doCellCursorSamples() local
630 xUsedCursor.gotoStartOfUsedArea( false ); in doCellCursorSamples()
631 xUsedCursor.gotoEndOfUsedArea( true ); in doCellCursorSamples()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs603 unoidl.com.sun.star.sheet.XUsedAreaCursor xUsedCursor = in doCellCursorSamples()
605 xUsedCursor.gotoStartOfUsedArea( false ); in doCellCursorSamples()
606 xUsedCursor.gotoEndOfUsedArea( true ); in doCellCursorSamples()

Completed in 36 milliseconds