Lines Matching refs:m_pAntiImpl

293 : m_pAntiImpl( NULL )  in OWriteStream_Impl()
520 if ( m_pAntiImpl ) in DisposeWrappers()
523 m_pAntiImpl->dispose(); in DisposeWrappers()
531 m_pAntiImpl = NULL; in DisposeWrappers()
897 if ( m_pAntiImpl ) in Commit()
898 m_pAntiImpl->DeInit(); in Commit()
914 if ( m_pAntiImpl ) in Commit()
915 m_pAntiImpl->DeInit(); in Commit()
952 if ( m_pAntiImpl && !m_bHasInsertedStreamOptimization && m_pAntiImpl->m_xSeekable.is() ) in Commit()
954 m_aProps[nInd].Value <<= ((sal_Int32)m_pAntiImpl->m_xSeekable->getLength()); in Commit()
1105 return ( m_pAntiImpl && m_pAntiImpl->m_bTransacted ); in IsTransacted()
1229 if ( m_pAntiImpl ) in CopyInternallyTo_Impl()
1231 m_pAntiImpl->CopyToStreamInternally_Impl( xDestStream ); in CopyInternallyTo_Impl()
1269 if ( m_pAntiImpl ) in CopyInternallyTo_Impl()
1271 m_pAntiImpl->CopyToStreamInternally_Impl( xDestStream ); in CopyInternallyTo_Impl()
1290 if ( m_pAntiImpl ) in GetStream()
1351 if ( m_pAntiImpl ) in GetStream()
1479 m_pAntiImpl = new OWriteStream( this, bHierarchyAccess ); in GetStream_Impl()
1481 m_pAntiImpl = new OWriteStream( this, xStream, bHierarchyAccess ); in GetStream_Impl()
1484 uno::Reference< io::XStream >( static_cast< ::cppu::OWeakObject* >( m_pAntiImpl ), in GetStream_Impl()
1516 if ( m_pAntiImpl ) in GetRawInStream()
1982 if ( m_pImpl->m_pParent->m_pAntiImpl ) in ModifyParentUnlockMutex_Impl()
1984 …ference< util::XModifiable > xParentModif( (util::XModifiable*)(m_pImpl->m_pParent->m_pAntiImpl) ); in ModifyParentUnlockMutex_Impl()
2607 m_pImpl->m_pAntiImpl = NULL; in dispose()