Home
last modified time | relevance | path

Searched refs:CELLTYPE_FLOAT (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcDecoder.java522 type = OfficeConstants.CELLTYPE_FLOAT; in getCellDataType()
574 String type = OfficeConstants.CELLTYPE_FLOAT; in getCellFormatType()
615 type = OfficeConstants.CELLTYPE_FLOAT; in getCellFormatType()
H A DMinicalcEncoder.java559 else if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_FLOAT)) { in getFormat()
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java381 type = OfficeConstants.CELLTYPE_FLOAT; in getCellDataType()
383 type = OfficeConstants.CELLTYPE_FLOAT; in getCellDataType()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java672 } else if (cellType.equalsIgnoreCase(CELLTYPE_FLOAT)) { in traverseCell()
679 fmt.setCategory(CELLTYPE_FLOAT); in traverseCell()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeConstants.java332 public final static String CELLTYPE_FLOAT = "float"; field
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java401 } else if(category.equalsIgnoreCase(OfficeConstants.CELLTYPE_FLOAT)) { in addCell()

Completed in 59 milliseconds