Home
last modified time | relevance | path

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

/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DOfficeZip.java146 byte[] getContentXMLBytes() { in getContentXMLBytes() method in OfficeZip
H A DOfficeDocument.java425 byte contentBytes[] = zip.getContentXMLBytes(); in read()