Home
last modified time | relevance | path

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

/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DOfficeZip.java239 setEntryBytes(i, bytes, name); in setNamedBytes()
246 setEntryBytes(-1, bytes, name); in setNamedBytes()
283 contentIndex = setEntryBytes(contentIndex, bytes, CONTENTXML); in setContentXMLBytes()
296 styleIndex = setEntryBytes(styleIndex, bytes, STYLEXML); in setStyleXMLBytes()
309 metaIndex = setEntryBytes(metaIndex, bytes, METAXML); in setMetaXMLBytes()
322 settingsIndex = setEntryBytes(settingsIndex, bytes, SETTINGSXML); in setSettingsXMLBytes()
332 manifestIndex = setEntryBytes(manifestIndex, bytes, MANIFESTXML); in setManifestXMLBytes()
351 private int setEntryBytes(int index, byte bytes[], String name) { in setEntryBytes() method in OfficeZip

Completed in 20 milliseconds