Lines Matching refs:ZipOutputStream
50 ZipOutputStream::ZipOutputStream( const uno::Reference< lang::XMultiServiceFactory >& xFactory, in ZipOutputStream() function in ZipOutputStream
65 ZipOutputStream::~ZipOutputStream( void ) in ~ZipOutputStream()
71 void SAL_CALL ZipOutputStream::setMethod( sal_Int32 nNewMethod ) in setMethod()
76 void SAL_CALL ZipOutputStream::setLevel( sal_Int32 nNewLevel ) in setLevel()
82 void SAL_CALL ZipOutputStream::putNextEntry( ZipEntry& rEntry, in putNextEntry()
118 void SAL_CALL ZipOutputStream::closeEntry( ) in closeEntry()
191 void SAL_CALL ZipOutputStream::write( const Sequence< sal_Int8 >& rBuffer, sal_Int32 nNewOffset, sa… in write()
215 void SAL_CALL ZipOutputStream::rawWrite( Sequence< sal_Int8 >& rBuffer, sal_Int32 /*nNewOffset*/, s… in rawWrite()
222 void SAL_CALL ZipOutputStream::rawCloseEntry( ) in rawCloseEntry()
230 void SAL_CALL ZipOutputStream::finish( ) in finish()
250 void ZipOutputStream::doDeflate() in doDeflate()
299 void ZipOutputStream::writeEND(sal_uInt32 nOffset, sal_uInt32 nLength) in writeEND()
311 void ZipOutputStream::writeCEN( const ZipEntry &rEntry ) in writeCEN()
351 void ZipOutputStream::writeEXT( const ZipEntry &rEntry ) in writeEXT()
360 sal_Int32 ZipOutputStream::writeLOC( const ZipEntry &rEntry ) in writeLOC()
407 sal_uInt32 ZipOutputStream::getCurrentDosTime( ) in getCurrentDosTime()