Home
last modified time | relevance | path

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

/aoo42x/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcDecoder.java381 else if (fmt.getCategory().equalsIgnoreCase(OfficeConstants.CELLTYPE_TIME)) { in getCellContents()
538 type = OfficeConstants.CELLTYPE_TIME; in getCellDataType()
619 type = OfficeConstants.CELLTYPE_TIME; in getCellFormatType()
H A DMinicalcEncoder.java568 else if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_TIME)) { in getFormat()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java685 } else if (cellType.equalsIgnoreCase(CELLTYPE_TIME)) { in traverseCell()
690 fmt.setCategory(CELLTYPE_TIME); in traverseCell()
H A DSxcDocumentDeserializer.java744 if (type.equals(CELLTYPE_TIME)) { in processCellData()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeConstants.java335 public final static String CELLTYPE_TIME = "time"; field
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFormula.java84 } else if(category.equalsIgnoreCase(CELLTYPE_TIME)) { in Formula()
H A DExtendedFormat.java100 } else if(category.equalsIgnoreCase(CELLTYPE_TIME)) { in ExtendedFormat()

Completed in 42 milliseconds