Home
last modified time | relevance | path

Searched defs:currRec (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSEncoder.java139 currRec, currRecLen, header.getByteCount()); in getRecords() local
143 System.arraycopy(ft.getBytes(), 0, currRec, currRecLen, in getRecords() local
148 System.arraycopy(ct.getBytes(), 0, currRec, currRecLen, in getRecords() local
158 System.arraycopy(e.getBytes(), 0, currRec, currRecLen, length); in getRecords() local
164 System.arraycopy(e.getBytes(), 0, currRec, currRecLen, in getRecords() local
171 System.arraycopy(e.getBytes(), firstPartLen, currRec, in getRecords() local

Completed in 12 milliseconds