Lines Matching refs:rZipOut
303 …:vector < uno::Sequence < PropertyValue > > &rManList, ZipOutputStream & rZipOut, const uno::Seque… in saveChild() argument
339 rInfo.pFolder->saveContents( sTempName, rManList, rZipOut, rEncryptionKey, rRandomPool); in saveChild()
542 rZipOut.putNextEntry ( *pTempEntry, rInfo.pStream, sal_False ); in saveChild()
552 rZipOut.rawWrite(aSeq, 0, nLength); in saveChild()
556 rZipOut.rawCloseEntry(); in saveChild()
598 rZipOut.putNextEntry ( *pTempEntry, rInfo.pStream, bToBeEncrypted); in saveChild()
607 rZipOut.write(aSeq, 0, nLength); in saveChild()
611 rZipOut.closeEntry(); in saveChild()
684 …:vector < uno::Sequence < PropertyValue > > &rManList, ZipOutputStream & rZipOut, const uno::Seque… in saveContents() argument
700 rZipOut.putNextEntry( *pTempEntry, NULL, sal_False ); in saveContents()
701 rZipOut.rawCloseEntry(); in saveContents()
722 …bWritingFailed = !saveChild( (*aIter).first, *(*aIter).second, rPath, rManList, rZipOut, rEncrypti… in saveContents()
734 …bWritingFailed = !saveChild( rShortName, rInfo, rPath, rManList, rZipOut, rEncryptionKey, rRandomP… in saveContents()