Home
last modified time | relevance | path

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

/aoo41x/main/xmerge/source/palmtests/qa/comparator/
H A DOfficeZip.java53 private int contentIndex = -1; field in OfficeZip
118 contentIndex = i; in read()
122 if (contentIndex == -1) { in read()
126 Entry contentEntry = (Entry) entryList.get(contentIndex); in read()
151 if (contentIndex == -1) { in write()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DOfficeZip.java62 private int contentIndex = -1; field in OfficeZip
118 contentIndex = i; in read()
148 return getEntryBytes(contentIndex); in getContentXMLBytes()
283 contentIndex = setEntryBytes(contentIndex, bytes, CONTENTXML); in setContentXMLBytes()

Completed in 20 milliseconds