Home
last modified time | relevance | path

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

/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DOfficeZip.java192 byte[] getManifestXMLBytes() { in getManifestXMLBytes() method in OfficeZip
H A DOfficeDocument.java488 byte manifestBytes[] = zip.getManifestXMLBytes(); in read()