Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocDecoder.java128 private byte[] decompress(byte[] cBytes, int textRecordSize) in decompress() argument
144 while (cp < cBytes.length) { in decompress()
146 int c = cBytes[cp++] & 0xff; in decompress()
152 uBytes[up++] = cBytes[cp++]; in decompress()
169 c += cBytes[cp++] & 0xff; in decompress()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSDecoder.java188 private byte[] decompress(byte[] cBytes, int textRecordSize) in decompress() argument
204 while (cp < cBytes.length) { in decompress()
206 int c = cBytes[cp++] & 0xff; in decompress()
212 uBytes[up++] = cBytes[cp++]; in decompress()
229 c += cBytes[cp++] & 0xff; in decompress()
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcDecoder.java161 byte cBytes[] = rec.getBytes(); in addDeviceContent()
164 ByteArrayInputStream bis = new ByteArrayInputStream(cBytes); in addDeviceContent()
167 int bisSize = cBytes.length; in addDeviceContent()
H A DMinicalcEncoder.java176 byte cBytes[] = bos.toByteArray(); in getRecords()
178 allRecords[i] = new Record(cBytes); in getRecords()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx3165 aFontProperties.cBytes = sizeof (aFontProperties);

Completed in 45 milliseconds