Lines Matching refs:m_pAntiImpl
197 , m_pAntiImpl( NULL ) in OStorage_Impl()
237 , m_pAntiImpl( NULL ) in OStorage_Impl()
280 , m_pAntiImpl( NULL ) in OStorage_Impl()
308 …if ( m_pAntiImpl ) // root storage wrapper must set this member to NULL before destruction of obje… in ~OStorage_Impl()
313 m_pAntiImpl->InternalDispose( sal_False ); in ~OStorage_Impl()
320 m_pAntiImpl = NULL; in ~OStorage_Impl()
1652 …if ( (pElement->m_pStorage && ( pElement->m_pStorage->m_pAntiImpl || !pElement->m_pStorage->m_aRea… in RemoveElement()
1653 …|| (pElement->m_pStream && ( pElement->m_pStream->m_pAntiImpl || !pElement->m_pStream->m_aInputStr… in RemoveElement()
1936 m_pImpl->m_pAntiImpl = this; in OStorage()
1948 m_pImpl->m_pAntiImpl = this; in OStorage()
1966 m_pImpl->m_pAntiImpl = this; in OStorage()
2063 m_pImpl->m_pAntiImpl = NULL; in InternalDispose()
2649 if ( pElement->m_pStorage->m_pAntiImpl ) in openStorageElement()
4129 if ( m_pImpl->m_pParent && m_pImpl->m_pParent->m_pAntiImpl ) in commit()
4130 xParentModif = (util::XModifiable*)m_pImpl->m_pParent->m_pAntiImpl; in commit()
4192 …&& ( (*pElementIter)->m_pStorage->m_pAntiImpl || !(*pElementIter)->m_pStorage->m_aReadOnlyWrapList… in revert()
4194 …&& ( (*pElementIter)->m_pStream->m_pAntiImpl || !(*pElementIter)->m_pStream->m_aInputStreamsList.e… in revert()