Searched refs:CELLTYPE_TIME (Results 1 – 7 of 7) sorted by relevance
381 else if (fmt.getCategory().equalsIgnoreCase(OfficeConstants.CELLTYPE_TIME)) { in getCellContents()538 type = OfficeConstants.CELLTYPE_TIME; in getCellDataType()619 type = OfficeConstants.CELLTYPE_TIME; in getCellFormatType()
568 else if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_TIME)) { in getFormat()
685 } else if (cellType.equalsIgnoreCase(CELLTYPE_TIME)) { in traverseCell()690 fmt.setCategory(CELLTYPE_TIME); in traverseCell()
744 if (type.equals(CELLTYPE_TIME)) { in processCellData()
335 public final static String CELLTYPE_TIME = "time"; field
84 } else if(category.equalsIgnoreCase(CELLTYPE_TIME)) { in Formula()
100 } else if(category.equalsIgnoreCase(CELLTYPE_TIME)) { in ExtendedFormat()
Completed in 42 milliseconds