Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocDecoder.java84 header.textRecordSize); in parseRecords()
128 private byte[] decompress(byte[] cBytes, int textRecordSize) in decompress() argument
137 byte[] uBytes = new byte[textRecordSize*2]; in decompress()
241 header.textRecordSize = ((int) dis.readShort()) & 0x0000ffff; in readHeader()
261 log("record-size=\"" + header.textRecordSize + "\" />"); in dumpHeader()
290 int textRecordSize = 0; field in DocDecoder.HeaderInfo
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSDecoder.java84 header.textRecordSize); in parseRecords()
188 private byte[] decompress(byte[] cBytes, int textRecordSize) in decompress() argument
197 byte[] uBytes = new byte[textRecordSize*2]; in decompress()
301 header.textRecordSize = ((int) dis.readShort()) & 0x0000ffff; in readHeader()
342 int textRecordSize = 0; field in WSDecoder.HeaderInfo

Completed in 17 milliseconds