Home
last modified time | relevance | path

Searched refs:BoolErrCell (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DBoolErrCell.java37 public class BoolErrCell extends CellValue { class
51 public BoolErrCell(int row, int column, int ixfe, int bBoolErr, int fError) throws IOException { in BoolErrCell() method in BoolErrCell
65 public BoolErrCell(InputStream is) throws IOException { in BoolErrCell() method in BoolErrCell
H A DWorksheet.java135 BoolErrCell bec = new BoolErrCell(is); in read()
H A DWorkbook.java399 BoolErrCell errorCell = new BoolErrCell(row, col, ixfe, 0x2A, 1); in addCell()

Completed in 18 milliseconds