Searched refs:xUsedCursor (Results 1 – 3 of 3) sorted by relevance
377 uno::Reference<sheet::XUsedAreaCursor> xUsedCursor(xSheetCellCursor,uno::UNO_QUERY_THROW); in getUsedRange() local378 xUsedCursor->gotoStartOfUsedArea( false ); in getUsedRange()379 xUsedCursor->gotoEndOfUsedArea( true ); in getUsedRange()477 uno::Reference<sheet::XUsedAreaCursor> xUsedCursor(xSheetCellCursor,uno::UNO_QUERY_THROW); in Move() local513 uno::Reference<sheet::XUsedAreaCursor> xUsedCursor(xSheetCellCursor,uno::UNO_QUERY_THROW); in Copy() local
628 com.sun.star.sheet.XUsedAreaCursor xUsedCursor = (com.sun.star.sheet.XUsedAreaCursor) in doCellCursorSamples() local630 xUsedCursor.gotoStartOfUsedArea( false ); in doCellCursorSamples()631 xUsedCursor.gotoEndOfUsedArea( true ); in doCellCursorSamples()
603 unoidl.com.sun.star.sheet.XUsedAreaCursor xUsedCursor = in doCellCursorSamples()605 xUsedCursor.gotoStartOfUsedArea( false ); in doCellCursorSamples()606 xUsedCursor.gotoEndOfUsedArea( true ); in doCellCursorSamples()
Completed in 37 milliseconds