Home
last modified time | relevance | path

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

/aoo42x/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcDecoder.java528 type = OfficeConstants.CELLTYPE_BOOLEAN; in getCellDataType()
604 type = OfficeConstants.CELLTYPE_BOOLEAN; in getCellFormatType()
H A DMinicalcEncoder.java550 if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_BOOLEAN)) { in getFormat()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java714 } else if (cellType.equalsIgnoreCase(CELLTYPE_BOOLEAN)) { in traverseCell()
719 fmt.setCategory(CELLTYPE_BOOLEAN); in traverseCell()
H A DSxcDocumentDeserializer.java758 } else if (type.equals(CELLTYPE_BOOLEAN)) { in processCellData()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeConstants.java344 public final static String CELLTYPE_BOOLEAN = "boolean"; field
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFormula.java71 if(category.equalsIgnoreCase(CELLTYPE_BOOLEAN)) { in Formula()

Completed in 56 milliseconds