Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DExtendedFormat.java45 private byte[] ixnf = new byte[2]; field in ExtendedFormat
97 this.ixnf = EndianConverter.writeShort((short) 0); in ExtendedFormat()
99 this.ixnf = EndianConverter.writeShort((short) 0x12); in ExtendedFormat()
101 this.ixnf = EndianConverter.writeShort((short) 0x1E); in ExtendedFormat()
103 this.ixnf = EndianConverter.writeShort((short) 0); in ExtendedFormat()
187 return EndianConverter.readShort(ixnf); in getFormatIndex()
324 numOfBytesRead += input.read(ixnf); in read()
339 " ixnf : " + EndianConverter.readShort(ixnf) + in read()
363 output.write(ixnf); in write()