Lines Matching refs:xCellRange

299         com.sun.star.table.XCellRange xCellRange = null;  in doCellRangeSamples()  local
308 xCellRange = xSheet.getCellRangeByPosition( 1, 4, 1, 5 ); in doCellRangeSamples()
313 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCellRange ); in doCellRangeSamples()
326 UnoRuntime.queryInterface( com.sun.star.util.XReplaceable.class, xCellRange ); in doCellRangeSamples()
337 xCellRange = xSheet.getCellRangeByName( "F3:G6" ); in doCellRangeSamples()
340 UnoRuntime.queryInterface( com.sun.star.util.XMergeable.class, xCellRange ); in doCellRangeSamples()
364 xCellRange = xSheet.getCellRangeByName( "B1" ); in doCellRangeSamples()
366 UnoRuntime.queryInterface( com.sun.star.table.XColumnRowRange.class, xCellRange ); in doCellRangeSamples()
382 xCellRange = xSheet.getCellRangeByName( "A10:C30" ); in doCellRangeSamples()
384 UnoRuntime.queryInterface( com.sun.star.sheet.XCellRangeData.class, xCellRange ); in doCellRangeSamples()
414 UnoRuntime.queryInterface( com.sun.star.sheet.XCellRangeAddressable.class, xCellRange ); in doCellRangeSamples()
473 xCellRange = xSheet.getCellRangeByName( "E21:G23" ); in doCellRangeSamples()
476 UnoRuntime.queryInterface( com.sun.star.sheet.XArrayFormulaRange.class, xCellRange ); in doCellRangeSamples()
500 xCellRange = xSheet.getCellRangeByName( "E26:J31" ); in doCellRangeSamples()
502 UnoRuntime.queryInterface( com.sun.star.sheet.XMultipleOperation.class, xCellRange ); in doCellRangeSamples()
510 xCellRange = xSheet.getCellRangeByName( "E34:H38" ); in doCellRangeSamples()
512 UnoRuntime.queryInterface( com.sun.star.sheet.XMultipleOperation.class, xCellRange ); in doCellRangeSamples()
518 xCellRange = xSheet.getCellRangeByName( "A10:C30" ); in doCellRangeSamples()
520 UnoRuntime.queryInterface( com.sun.star.sheet.XCellRangesQuery.class, xCellRange ); in doCellRangeSamples()
615 com.sun.star.sheet.XSheetCellRange xCellRange = (com.sun.star.sheet.XSheetCellRange) in doCellCursorSamples() local
617 com.sun.star.sheet.XSheetCellCursor xCursor = xSheet.createCursorByRange( xCellRange ); in doCellCursorSamples()
644 com.sun.star.table.XCellRange xCellRange; in doFormattingSamples() local
676 xCellRange = xSheet.getCellRangeByName( "D2:F2" ); in doFormattingSamples()
678 com.sun.star.beans.XPropertySet.class, xCellRange ); in doFormattingSamples()
681 xCellRange = xSheet.getCellRangeByName( "A3:G3" ); in doFormattingSamples()
683 com.sun.star.beans.XPropertySet.class, xCellRange ); in doFormattingSamples()
687 xCellRange = xSheet.getCellRangeByName( "A1:G3" ); in doFormattingSamples()
691 com.sun.star.sheet.XCellFormatRangesSupplier.class, xCellRange ); in doFormattingSamples()
699 com.sun.star.sheet.XUniqueCellFormatRangesSupplier.class, xCellRange ); in doFormattingSamples()
772 xCellRange = xSheet.getCellRangeByName( "A5:H25" ); in doFormattingSamples()
774 UnoRuntime.queryInterface( com.sun.star.table.XAutoFormattable.class, xCellRange ); in doFormattingSamples()
790 xCellRange = xSheet.getCellRangeByName( "K21:K23" ); in doFormattingSamples()
792 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCellRange ); in doFormattingSamples()
874 com.sun.star.table.XCellRange xCellRange = xSheet.getCellRangeByName( "A7:C7" ); in doDocumentSamples() local
876 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCellRange ); in doDocumentSamples()
934 com.sun.star.table.XCellRange xCellRange = xSheet.getCellRangeByName( aRange ); in insertScenario() local
938 UnoRuntime.queryInterface( com.sun.star.sheet.XCellRangeAddressable.class, xCellRange ); in insertScenario()
950 UnoRuntime.queryInterface( com.sun.star.sheet.XCellRangeData.class, xCellRange ); in insertScenario()