Searched refs:ZipPackageStream (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/package/source/package/zippackage/ |
| H A D | ZipPackageStream.cxx | 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() [all …]
|
| H A D | ZipPackage.cxx | 254 ZipPackageStream *pStream = NULL; in parseManifest() 304 …pStream = reinterpret_cast < ZipPackageStream* > ( xUnoTunnel->getSomething( ZipPackageStream::sta… in parseManifest() 508 … sal_Int64 nTest = xIterTunnel->getSomething( ZipPackageStream::static_getImplementationId() ); in parseContentType() 512 … ZipPackageStream *pStream = reinterpret_cast < ZipPackageStream* > ( nTest ); in parseContentType() 534 ZipPackageStream *pPkgStream; in getZipFileContents() 589 pPkgStream = new ZipPackageStream( *this, m_xFactory, m_bAllowRemoveOnInsert ); in getZipFileContents() 980 …uno::Reference < XInterface > xRef = *( new ZipPackageStream ( *this, m_xFactory, m_bAllowRemoveOn… in createInstance() 994 xRef = *new ZipPackageStream ( *this, m_xFactory, m_bAllowRemoveOnInsert ); in createInstanceWithArguments()
|
| H A D | ContentInfo.hxx | 42 ZipPackageStream *pStream; 44 ContentInfo ( ZipPackageStream * pNewStream ) in ContentInfo()
|
| H A D | ZipPackageFolder.cxx | 214 … else if ( ( nTest = xRef->getSomething ( ZipPackageStream::static_getImplementationId() ) ) != 0 ) in insertByName() 216 ZipPackageStream *pStream = reinterpret_cast < ZipPackageStream * > ( nTest ); in insertByName() 829 … maContents[pEntry->getName()] = new ContentInfo ( static_cast < ZipPackageStream *> ( pEntry ) ); in doInsertByName()
|
| /trunk/main/package/inc/ |
| H A D | ZipOutputStream.hxx | 39 class ZipPackageStream; 62 ZipPackageStream* m_pCurrentStream; 82 ZipPackageStream* pStream,
|
| H A D | ZipPackageStream.hxx | 46 class ZipPackageStream : public cppu::ImplInheritanceHelper2 class 148 ZipPackageStream ( ZipPackage & rNewPackage, 151 virtual ~ZipPackageStream( void );
|
| /trunk/main/package/ |
| H A D | Library_package2.mk | 81 package/source/package/zippackage/ZipPackageStream \
|
| /trunk/main/package/source/package/zipapi/ |
| H A D | ZipOutputStream.cxx | 83 ZipPackageStream* pStream, in putNextEntry()
|