Home
last modified time | relevance | path

Searched refs:m_pInterceptorHelper (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx797 ,m_pInterceptorHelper( NULL ) in BibDataManager()
826 if( m_pInterceptorHelper ) in ~BibDataManager()
828 m_pInterceptorHelper->ReleaseInterceptor(); in ~BibDataManager()
829 m_pInterceptorHelper->release(); in ~BibDataManager()
830 m_pInterceptorHelper = NULL; in ~BibDataManager()
1801 DBG_ASSERT( !m_pInterceptorHelper, "BibDataManager::RegisterInterceptor: called twice!" ); in RegisterInterceptor()
1804 m_pInterceptorHelper = new BibInterceptorHelper( pBibBeamer, m_xFormDispatch); in RegisterInterceptor()
1805 if( m_pInterceptorHelper ) in RegisterInterceptor()
1806 m_pInterceptorHelper->acquire(); in RegisterInterceptor()
H A Ddatman.hxx97 BibInterceptorHelper* m_pInterceptorHelper; member in BibDataManager

Completed in 21 milliseconds