Home
last modified time | relevance | path

Searched refs:CELLTYPE_CURRENCY (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcDecoder.java372 if (fmt.getCategory().equalsIgnoreCase(OfficeConstants.CELLTYPE_CURRENCY)) { in getCellContents()
512 if (format.equals(OfficeConstants.CELLTYPE_CURRENCY)) { in getCellDataType()
514 type = OfficeConstants.CELLTYPE_CURRENCY; in getCellDataType()
548 type = OfficeConstants.CELLTYPE_CURRENCY; in getCellDataType()
627 type = OfficeConstants.CELLTYPE_CURRENCY; in getCellFormatType()
H A DMinicalcEncoder.java553 else if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_CURRENCY)) { in getFormat()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java703 } else if (cellType.equalsIgnoreCase(CELLTYPE_CURRENCY)) { in traverseCell()
709 fmt.setCategory(CELLTYPE_CURRENCY); in traverseCell()
H A DSxcDocumentDeserializer.java765 } else if (type.equals(CELLTYPE_CURRENCY)) { in processCellData()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeConstants.java341 public final static String CELLTYPE_CURRENCY = "currency"; field
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFormula.java91 } else if(category.equalsIgnoreCase(CELLTYPE_CURRENCY)) { in Formula()
H A DExtendedFormat.java96 if(category.equalsIgnoreCase(CELLTYPE_CURRENCY)) { in ExtendedFormat()

Completed in 32 milliseconds