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
108 ZipPackageStream::~ZipPackageStream( void ) in ~ZipPackageStream()
112 void ZipPackageStream::setZipEntryOnLoading( const ZipEntry &rInEntry ) in setZipEntryOnLoading()
131 void ZipPackageStream::CloseOwnStreamIfAny() in CloseOwnStreamIfAny()
142 uno::Reference< io::XInputStream > ZipPackageStream::GetOwnSeekStream() in GetOwnSeekStream()
163 uno::Reference< io::XInputStream > ZipPackageStream::GetRawEncrStreamNoHeaderCopy() in GetRawEncrStreamNoHeaderCopy()
199 sal_Int32 ZipPackageStream::GetEncryptionAlgorithm() const in GetEncryptionAlgorithm()
205 sal_Int32 ZipPackageStream::GetBlockSize() const in GetBlockSize()
211 ::rtl::Reference< EncryptionData > ZipPackageStream::GetEncryptionData( bool bUseWinEncoding ) in GetEncryptionData()
227 void ZipPackageStream::SetBaseEncryptionData( const ::rtl::Reference< BaseEncryptionData >& xData ) in SetBaseEncryptionData()
233 uno::Sequence< sal_Int8 > ZipPackageStream::GetEncryptionKey( bool bUseWinEncoding ) in GetEncryptionKey()
270 sal_Int32 ZipPackageStream::GetStartKeyGenID() in GetStartKeyGenID()
278 uno::Reference< io::XInputStream > ZipPackageStream::TryToGetRawFromDataStream( sal_Bool bAddHeader… in TryToGetRawFromDataStream()
390 sal_Bool ZipPackageStream::ParsePackageRawStream() in ParsePackageRawStream()
460 void ZipPackageStream::SetPackageMember( sal_Bool bNewValue ) in SetPackageMember()
474 void SAL_CALL ZipPackageStream::setInputStream( const uno::Reference< io::XInputStream >& aStream ) in setInputStream()
487 uno::Reference< io::XInputStream > SAL_CALL ZipPackageStream::getRawData() in getRawData()
516 uno::Reference< io::XInputStream > SAL_CALL ZipPackageStream::getInputStream() in getInputStream()
546 uno::Reference< io::XInputStream > SAL_CALL ZipPackageStream::getDataStream() in getDataStream()
590 uno::Reference< io::XInputStream > SAL_CALL ZipPackageStream::getRawStream() in getRawStream()
625 void SAL_CALL ZipPackageStream::setDataStream( const uno::Reference< io::XInputStream >& aStream ) in setDataStream()
634 void SAL_CALL ZipPackageStream::setRawStream( const uno::Reference< io::XInputStream >& aStream ) in setRawStream()
665 uno::Reference< io::XInputStream > SAL_CALL ZipPackageStream::getPlainRawStream() in getPlainRawStream()
698 sal_Int64 SAL_CALL ZipPackageStream::getSomething( const Sequence< sal_Int8 >& aIdentifier ) in getSomething()
710 void SAL_CALL ZipPackageStream::setPropertyValue( const OUString& aPropertyName, const Any& aValue … in setPropertyValue()
869 Any SAL_CALL ZipPackageStream::getPropertyValue( const OUString& PropertyName ) in getPropertyValue()
913 void ZipPackageStream::setSize ( const sal_Int32 nNewSize ) in setSize()
920 OUString ZipPackageStream::getImplementationName() in getImplementationName()
927 Sequence< OUString > ZipPackageStream::getSupportedServiceNames() in getSupportedServiceNames()
935 sal_Bool SAL_CALL ZipPackageStream::supportsService( OUString const & rServiceName ) in supportsService()