Home
last modified time | relevance | path

Searched refs:xcell (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/odk/examples/java/Spreadsheet/
H A DChartTypeChange.java329 XCell xcell = null; in insertIntoCell() local
332 xcell = xspreadsheet.getCellByPosition( intX, intY ); in insertIntoCell()
338 xcell.setValue( ( new Float( stringValue ) ).floatValue() ); in insertIntoCell()
341 xcell.setFormula( stringValue ); in insertIntoCell()
/aoo4110/main/odk/examples/java/ToDo/
H A DToDo.java279 XCell xcell = xcellrange.getCellByPosition( in recalc() local
284 UnoRuntime.queryInterface( XSimpleText.class, xcell ); in recalc()
330 XText.class, xcell ); in recalc()
345 XCell xcell = xcellrange.getCellByPosition( in recalc() local
349 int intNeededDays = (int) Math.round( xcell.getValue() ); in recalc()

Completed in 63 milliseconds