Searched refs:CELLTYPE_PERCENT (Results 1 – 6 of 6) sorted by relevance
375 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()
562 else if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_PERCENT)) { in getFormat()
723 } else if (cellType.equalsIgnoreCase(CELLTYPE_PERCENT)) { in traverseCell()728 fmt.setCategory(CELLTYPE_PERCENT); in traverseCell()
775 } else if (type.equals(CELLTYPE_PERCENT)) { in processCellData()
347 public final static String CELLTYPE_PERCENT = "percentage"; field
87 } else if(category.equalsIgnoreCase(CELLTYPE_PERCENT)) { in Formula()
Completed in 45 milliseconds