Searched refs:colActive (Results 1 – 1 of 1) sorted by relevance
46 private byte colActive; field in Selection57 this.colActive = 0; in Selection()85 Point p = new Point(colActive, EndianConverter.readShort(rwActive)); in getActiveCell()96 colActive = (byte) p.getX(); in setActiveCell()112 colActive += (byte) input.read(); in read()120 " colActive : " + colActive); in read()133 output.write(colActive); in write()