Searched refs:rZipOut (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/package/source/zippackage/ |
| H A D | ZipPackageFolder.cxx | 308 …:vector < uno::Sequence < PropertyValue > > &rManList, ZipOutputStream & rZipOut, const uno::Seque… in saveChild() argument 344 rInfo.pFolder->saveContents( sTempName, rManList, rZipOut, rEncryptionKey, rRandomPool); in saveChild() 547 rZipOut.putNextEntry ( *pTempEntry, rInfo.pStream, sal_False ); in saveChild() 557 rZipOut.rawWrite(aSeq, 0, nLength); in saveChild() 561 rZipOut.rawCloseEntry(); in saveChild() 603 rZipOut.putNextEntry ( *pTempEntry, rInfo.pStream, bToBeEncrypted); in saveChild() 612 rZipOut.write(aSeq, 0, nLength); in saveChild() 616 rZipOut.closeEntry(); in saveChild() 689 …:vector < uno::Sequence < PropertyValue > > &rManList, ZipOutputStream & rZipOut, const uno::Seque… in saveContents() argument 705 rZipOut.putNextEntry( *pTempEntry, NULL, sal_False ); in saveContents() [all …]
|
| /AOO41X/main/package/inc/ |
| H A D | ZipPackageFolder.hxx | 90 … < com::sun::star::beans::PropertyValue > > &rManList, ZipOutputStream & rZipOut, const com::sun::… 93 … < com::sun::star::beans::PropertyValue > > &rManList, ZipOutputStream & rZipOut, const com::sun::…
|