Lines Matching refs:ZipPackageStream
61 const ::com::sun::star::uno::Sequence < sal_Int8 >& ZipPackageStream::static_getImplementationId() in static_getImplementationId()
66 ZipPackageStream::ZipPackageStream ( ZipPackage & rNewPackage, in ZipPackageStream() function in ZipPackageStream
111 ZipPackageStream::~ZipPackageStream( void ) in ~ZipPackageStream()
115 void ZipPackageStream::setZipEntryOnLoading( const ZipEntry &rInEntry ) in setZipEntryOnLoading()
137 void ZipPackageStream::CloseOwnStreamIfAny() in CloseOwnStreamIfAny()
148 uno::Reference< io::XInputStream > ZipPackageStream::GetOwnSeekStream() in GetOwnSeekStream()
169 uno::Reference< io::XInputStream > ZipPackageStream::GetRawEncrStreamNoHeaderCopy() in GetRawEncrStreamNoHeaderCopy()
205 sal_Int32 ZipPackageStream::GetEncryptionAlgorithm() const in GetEncryptionAlgorithm()
211 sal_Int32 ZipPackageStream::GetBlockSize() const in GetBlockSize()
217 ::rtl::Reference< EncryptionData > ZipPackageStream::GetEncryptionData( bool bUseWinEncoding ) in GetEncryptionData()
233 void ZipPackageStream::SetBaseEncryptionData( const ::rtl::Reference< BaseEncryptionData >& xData ) in SetBaseEncryptionData()
239 uno::Sequence< sal_Int8 > ZipPackageStream::GetEncryptionKey( bool bUseWinEncoding ) in GetEncryptionKey()
276 sal_Int32 ZipPackageStream::GetStartKeyGenID() in GetStartKeyGenID()
284 uno::Reference< io::XInputStream > ZipPackageStream::TryToGetRawFromDataStream( sal_Bool bAddHeader… in TryToGetRawFromDataStream()
396 sal_Bool ZipPackageStream::ParsePackageRawStream() in ParsePackageRawStream()
466 void ZipPackageStream::SetPackageMember( sal_Bool bNewValue ) in SetPackageMember()
480 void SAL_CALL ZipPackageStream::setInputStream( const uno::Reference< io::XInputStream >& aStream ) in setInputStream()
493 uno::Reference< io::XInputStream > SAL_CALL ZipPackageStream::getRawData() in getRawData()
522 uno::Reference< io::XInputStream > SAL_CALL ZipPackageStream::getInputStream() in getInputStream()
552 uno::Reference< io::XInputStream > SAL_CALL ZipPackageStream::getDataStream() in getDataStream()
596 uno::Reference< io::XInputStream > SAL_CALL ZipPackageStream::getRawStream() in getRawStream()
631 void SAL_CALL ZipPackageStream::setDataStream( const uno::Reference< io::XInputStream >& aStream ) in setDataStream()
640 void SAL_CALL ZipPackageStream::setRawStream( const uno::Reference< io::XInputStream >& aStream ) in setRawStream()
671 uno::Reference< io::XInputStream > SAL_CALL ZipPackageStream::getPlainRawStream() in getPlainRawStream()
704 sal_Int64 SAL_CALL ZipPackageStream::getSomething( const Sequence< sal_Int8 >& aIdentifier ) in getSomething()
716 void SAL_CALL ZipPackageStream::setPropertyValue( const OUString& aPropertyName, const Any& aValue … in setPropertyValue()
875 Any SAL_CALL ZipPackageStream::getPropertyValue( const OUString& PropertyName ) in getPropertyValue()
919 void ZipPackageStream::setSize ( const sal_Int32 nNewSize ) in setSize()
926 OUString ZipPackageStream::getImplementationName() in getImplementationName()
933 Sequence< OUString > ZipPackageStream::getSupportedServiceNames() in getSupportedServiceNames()
941 sal_Bool SAL_CALL ZipPackageStream::supportsService( OUString const & rServiceName ) in supportsService()