Searched refs:CELLTYPE_BOOLEAN (Results 1 – 6 of 6) sorted by relevance
528 type = OfficeConstants.CELLTYPE_BOOLEAN; in getCellDataType()604 type = OfficeConstants.CELLTYPE_BOOLEAN; in getCellFormatType()
550 if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_BOOLEAN)) { in getFormat()
714 } else if (cellType.equalsIgnoreCase(CELLTYPE_BOOLEAN)) { in traverseCell()719 fmt.setCategory(CELLTYPE_BOOLEAN); in traverseCell()
758 } else if (type.equals(CELLTYPE_BOOLEAN)) { in processCellData()
344 public final static String CELLTYPE_BOOLEAN = "boolean"; field
71 if(category.equalsIgnoreCase(CELLTYPE_BOOLEAN)) { in Formula()
Completed in 77 milliseconds