Searched refs:CELLTYPE_CURRENCY (Results 1 – 7 of 7) sorted by relevance
372 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()
553 else if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_CURRENCY)) { in getFormat()
703 } else if (cellType.equalsIgnoreCase(CELLTYPE_CURRENCY)) { in traverseCell()709 fmt.setCategory(CELLTYPE_CURRENCY); in traverseCell()
765 } else if (type.equals(CELLTYPE_CURRENCY)) { in processCellData()
341 public final static String CELLTYPE_CURRENCY = "currency"; field
91 } else if(category.equalsIgnoreCase(CELLTYPE_CURRENCY)) { in Formula()
96 if(category.equalsIgnoreCase(CELLTYPE_CURRENCY)) { in ExtendedFormat()
Completed in 50 milliseconds