Home
last modified time | relevance | path

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

/aoo42x/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcDecoder.java375 else if (fmt.getCategory().equalsIgnoreCase(OfficeConstants.CELLTYPE_PERCENT)) { in getCellContents()
516 } else if (format.equals(OfficeConstants.CELLTYPE_PERCENT)) { in getCellDataType()
518 type = OfficeConstants.CELLTYPE_PERCENT; in getCellDataType()
543 type = OfficeConstants.CELLTYPE_PERCENT; in getCellDataType()
631 type = OfficeConstants.CELLTYPE_PERCENT; in getCellFormatType()
H A DMinicalcEncoder.java562 else if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_PERCENT)) { in getFormat()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java723 } else if (cellType.equalsIgnoreCase(CELLTYPE_PERCENT)) { in traverseCell()
728 fmt.setCategory(CELLTYPE_PERCENT); in traverseCell()
H A DSxcDocumentDeserializer.java775 } else if (type.equals(CELLTYPE_PERCENT)) { in processCellData()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeConstants.java347 public final static String CELLTYPE_PERCENT = "percentage"; field
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFormula.java87 } else if(category.equalsIgnoreCase(CELLTYPE_PERCENT)) { in Formula()

Completed in 46 milliseconds