Lines Matching refs:xSheet

105         com.sun.star.sheet.XSpreadsheet xSheet = null;  in getSpreadsheet()  local
111 xSheet = (com.sun.star.sheet.XSpreadsheet) UnoRuntime.queryInterface( in getSpreadsheet()
120 return xSheet; in getSpreadsheet()
132 com.sun.star.sheet.XSpreadsheet xSheet = null; in insertSpreadsheet() local
136 xSheet = (com.sun.star.sheet.XSpreadsheet) in insertSpreadsheet()
146 return xSheet; in insertSpreadsheet()
157 com.sun.star.sheet.XSpreadsheet xSheet, in setValue() argument
161 xSheet.getCellRangeByName( aCellName ).getCellByPosition( 0, 0 ).setValue( fValue ); in setValue()
169 com.sun.star.sheet.XSpreadsheet xSheet, in setFormula() argument
173 xSheet.getCellRangeByName( aCellName ).getCellByPosition( 0, 0 ).setFormula( aFormula ); in setFormula()
183 com.sun.star.sheet.XSpreadsheet xSheet, in setDate() argument
188 … com.sun.star.table.XCell xCell = xSheet.getCellRangeByName( aCellName ).getCellByPosition( 0, 0 ); in setDate()
213 com.sun.star.sheet.XSpreadsheet xSheet, in prepareRange() argument
220 xCellRange = xSheet.getCellRangeByName( aRange ); in prepareRange()
238 xCellRange = xSheet.getCellRangeByPosition( in prepareRange()
260 com.sun.star.sheet.XSpreadsheet xSheet, in createCellAddress() argument
265 xSheet.getCellRangeByName( aCell ).getCellByPosition( 0, 0 ) ); in createCellAddress()
274 com.sun.star.sheet.XSpreadsheet xSheet, String aRange ) in createCellRangeAddress() argument
278 xSheet.getCellRangeByName( aRange ) ); in createCellRangeAddress()
322 com.sun.star.sheet.XSpreadsheet xSheet = xCellRange.getSpreadsheet(); in getCellRangeAddressString() local
324 UnoRuntime.queryInterface( com.sun.star.container.XNamed.class, xSheet ); in getCellRangeAddressString()