Lines Matching refs:m_pZipFile
194 , m_pZipFile( NULL ) in ZipPackage()
201 delete m_pZipFile; in ~ZipPackage()
533 auto_ptr < ZipEnumeration > pEnum ( m_pZipFile->entries() ); in getZipFileContents()
782 …m_pZipFile = new ZipFile ( m_xContentStream, m_xFactory, sal_True, m_bForceRecovery, xProgressHand… in initialize()
795 if( m_pZipFile ) { delete m_pZipFile; m_pZipFile = NULL; } in initialize()
802 if( m_pZipFile ) { delete m_pZipFile; m_pZipFile = NULL; } in initialize()
1146 if ( m_pZipFile ) in ConnectTo()
1147 m_pZipFile->setInputStream( m_xContentStream ); in ConnectTo()
1149 m_pZipFile = new ZipFile ( m_xContentStream, m_xFactory, sal_False ); in ConnectTo()
1167 if ( m_eMode == e_IMode_URL && !m_pZipFile && isLocalFile_Impl( m_aURL ) ) in writeTempFile()
1181 else if ( m_eMode == e_IMode_XStream && !m_pZipFile ) in writeTempFile()
1772 if ( m_pZipFile || !( aValue >>= aAlgorithms ) || aAlgorithms.getLength() == 0 ) in setPropertyValue()