Home
last modified time | relevance | path

Searched refs:cellValue (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/qadevOOo/tests/java/ifc/table/
H A D_XCell.java153 double cellValue = 0; in _setValue() local
157 cellValue = (double) oObj.getValue() ; in _setValue()
159 result &= (cellValue == 222.333); in _setValue()
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java55 private Enumeration cellValue; field in PocketExcelDecoder
181 cellValue = ws.getCellEnumerator(); in setWorksheet()
187 cellValue = ws.getCellEnumerator(); in setWorksheet()
221 cell = (CellValue) cellValue.nextElement(); in goToNextCell()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java875 protected void addCell(String cellValue) throws IOException { in addCell() argument
896 encoder.addCell(row, col, fmt, cellValue); in addCell()
898 Debug.log(Debug.TRACE, cellValue); in addCell()
/aoo42x/test/testuno/source/testlib/uno/
H A DSCUtil.java256 double cellValue = xCell.getValue(); in getValueFromCell() local
258 return cellValue; in getValueFromCell()

Completed in 34 milliseconds