1 results
test that we get the same value as excel and , for
67. public IntList field_5_dbcells; // array of offsets to DBCELL records 103. field_5_dbcells.add(in.readInt()); 123. field_5_dbcells.add(cell); 128. field_5_dbcells.set(cell, value); 147. return field_5_dbcells.size(); 152. return field_5_dbcells.get(cellnum); 213. rec.field_5_dbcells.addAll(field_5_dbcells);
7 results
remove a number of merged regions of cells ( hence letting them free ) @ param indices a set of the regions to unmerge
342. IntList other = ( IntList ) o; 344. if (other._limit == _limit) 351. rval = _array[ j ] == other._array[ j ];