Catalogen

BoolErrRecord @Cluster 1 (berec, boolrec, errrec)


HSSFCell.java

sets the record or null , if there isn ‘ t one

272. BoolErrRecord boolErrRecord = ( BoolErrRecord ) record;
274. retval = (boolErrRecord.isBoolean())

HxlsAbstract.java

sets the , and that ‘ s first with 0 and 1 6 for the size of the cell value .

162. BoolErrRecord berec = (BoolErrRecord) record;
164. thisRow = berec.getRow();
165. thisColumn = berec.getColumn();

HSSFCell.java

set the contents of this shape to be a copy of the source shape . this method is called recursively for each shape when 0 . @ param p the font to be used for the to @ since poi 3 . 1 4 - beta 2

472. BoolErrRecord errRec = null;
482. errRec.setColumn(col);
485.     errRec.setValue(getErrorCellValue());
487. errRec.setXFIndex(styleIndex);
488. errRec.setRow(row);

HSSFCell.java

set the contents of this shape to be a copy of the source shape . this method is called recursively for each shape when 0 . @ param p the font to be used for the to @ since poi 3 . 1 4 - beta 2

451. BoolErrRecord boolRec = null;
461. boolRec.setColumn(col);
464.     boolRec.setValue(getBooleanCellValue());
466. boolRec.setXFIndex(styleIndex);
467. boolRec.setRow(row);