Searched refs:getZipFile (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/package/source/zippackage/ |
H A D | ZipPackageStream.cxx | 494 …return rZipPackage.getZipFile().getRawData( aEntry, GetEncryptionData(), bIsEncrypted, rZipPackage… in getRawData() 523 …return rZipPackage.getZipFile().getInputStream( aEntry, GetEncryptionData(), bIsEncrypted, rZipPac… in getInputStream() 564 …xResult = rZipPackage.getZipFile().getDataStream( aEntry, GetEncryptionData(), bIsEncrypted, rZipP… in getDataStream() 571 …xResult = rZipPackage.getZipFile().getDataStream( aEntry, GetEncryptionData( true ), bIsEncrypted,… in getDataStream() 608 …return rZipPackage.getZipFile().getWrappedRawStream( aEntry, GetEncryptionData(), sMediaType, rZip… in getRawStream() 679 …return rZipPackage.getZipFile().getRawData( aEntry, GetEncryptionData(), bIsEncrypted, rZipPackage… in getPlainRawStream()
|
/aoo4110/main/package/inc/ |
H A D | ZipPackage.hxx | 130 ZipFile& getZipFile() { return *m_pZipFile;} in getZipFile() function in ZipPackage
|
Completed in 19 milliseconds