Home
last modified time | relevance | path

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

/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DExtendedFormat.java50 private byte[] icvFill = new byte[2]; field in ExtendedFormat
156 icvFill = EndianConverter.writeShort(cc.convertFromRGB(background)); in ExtendedFormat()
158 icvFill = new byte[] {(byte)0xFF,(byte)0x00}; in ExtendedFormat()
205 short rgb = EndianConverter.readShort(icvFill); in getBackground()
284 if(EndianConverter.readShort(icvFill) != in compareTo()
285 EndianConverter.readShort(rhs.icvFill)) in compareTo()
329 numOfBytesRead += input.read(icvFill); in read()
344 " icvFill : " + EndianConverter.readShort(icvFill) + in read()
368 output.write(icvFill); in write()

Completed in 17 milliseconds