Home
last modified time | relevance | path

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

/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DBoolErrCell.java39 private byte bBoolErr; field in BoolErrCell
51 public BoolErrCell(int row, int column, int ixfe, int bBoolErr, int fError) throws IOException { in BoolErrCell() argument
54 this.bBoolErr = (byte)bBoolErr; in BoolErrCell()
89 output.write(bBoolErr); in write()
104 bBoolErr = (byte) input.read(); in read()
108 Debug.log(Debug.TRACE, " bBoolErr : " + bBoolErr + in read()

Completed in 11 milliseconds