Searched refs:ZipPackageStream (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/package/source/zippackage/ |
H A D | ZipPackageStream.cxx | 66 ZipPackageStream::ZipPackageStream ( ZipPackage & rNewPackage, in ZipPackageStream() function in ZipPackageStream 108 ZipPackageStream::~ZipPackageStream( void ) in ~ZipPackageStream() 131 void ZipPackageStream::CloseOwnStreamIfAny() in CloseOwnStreamIfAny() 199 sal_Int32 ZipPackageStream::GetEncryptionAlgorithm() const in GetEncryptionAlgorithm() 205 sal_Int32 ZipPackageStream::GetBlockSize() const in GetBlockSize() 270 sal_Int32 ZipPackageStream::GetStartKeyGenID() in GetStartKeyGenID() 390 sal_Bool ZipPackageStream::ParsePackageRawStream() in ParsePackageRawStream() 460 void ZipPackageStream::SetPackageMember( sal_Bool bNewValue ) in SetPackageMember() 913 void ZipPackageStream::setSize ( const sal_Int32 nNewSize ) in setSize() 920 OUString ZipPackageStream::getImplementationName() in getImplementationName() [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() 588 pPkgStream = new ZipPackageStream( *this, m_xFactory, m_bAllowRemoveOnInsert ); in getZipFileContents() 975 …uno::Reference < XInterface > xRef = *( new ZipPackageStream ( *this, m_xFactory, m_bAllowRemoveOn… in createInstance() 989 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 | 209 … else if ( ( nTest = xRef->getSomething ( ZipPackageStream::static_getImplementationId() ) ) != 0 ) in insertByName() 211 ZipPackageStream *pStream = reinterpret_cast < ZipPackageStream * > ( nTest ); in insertByName() 824 … maContents[pEntry->getName()] = new ContentInfo ( static_cast < ZipPackageStream *> ( pEntry ) ); in doInsertByName()
|
H A D | makefile.mk | 48 $(SLO)$/ZipPackageStream.obj \
|
/aoo4110/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 );
|
/aoo4110/main/package/source/zipapi/ |
H A D | ZipOutputStream.cxx | 83 ZipPackageStream* pStream, in putNextEntry()
|
Completed in 42 milliseconds