Lines Matching refs:xCellRange
217 com.sun.star.table.XCellRange xCellRange = null; in prepareRange() local
220 xCellRange = xSheet.getCellRangeByName( aRange ); in prepareRange()
222 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCellRange ); in prepareRange()
235 UnoRuntime.queryInterface( com.sun.star.sheet.XCellRangeAddressable.class, xCellRange ); in prepareRange()
238 xCellRange = xSheet.getCellRangeByPosition( in prepareRange()
241 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCellRange ); in prepareRange()
244 com.sun.star.table.XCell xCell = xCellRange.getCellByPosition( 0, 0 ); in prepareRange()
316 com.sun.star.sheet.XSheetCellRange xCellRange, in getCellRangeAddressString() argument
322 com.sun.star.sheet.XSpreadsheet xSheet = xCellRange.getSpreadsheet(); in getCellRangeAddressString()
328 UnoRuntime.queryInterface( com.sun.star.sheet.XCellRangeAddressable.class, xCellRange ); in getCellRangeAddressString()
346 com.sun.star.sheet.XSheetCellRange xCellRange = (com.sun.star.sheet.XSheetCellRange) in getCellRangeListString() local
348 aStr += getCellRangeAddressString( xCellRange, false ); in getCellRangeListString()