Searched refs:xcell (Results 1 – 2 of 2) sorted by relevance
329 XCell xcell = null; in insertIntoCell() local332 xcell = xspreadsheet.getCellByPosition( intX, intY ); in insertIntoCell()338 xcell.setValue( ( new Float( stringValue ) ).floatValue() ); in insertIntoCell()341 xcell.setFormula( stringValue ); in insertIntoCell()
279 XCell xcell = xcellrange.getCellByPosition( in recalc() local284 UnoRuntime.queryInterface( XSimpleText.class, xcell ); in recalc()330 XText.class, xcell ); in recalc()345 XCell xcell = xcellrange.getCellByPosition( in recalc() local349 int intNeededDays = (int) Math.round( xcell.getValue() ); in recalc()
Completed in 23 milliseconds