Lines Matching refs:m_pDatMan
99 BibDataManager* m_pDatMan; member in BibliographyLoader
161 m_pDatMan(0) in BibliographyLoader()
314 m_pDatMan = (*m_pBibMod)->createDataManager(); in loadView()
315 m_xDatMan = m_pDatMan; in loadView()
326 Reference< XForm > xForm = m_pDatMan->createDatabaseForm( aBibDesc ); in loadView()
333 BibBookContainer *pMyWindow = new BibBookContainer( pParent, m_pDatMan ); in loadView()
336 …::bib::BibView* pView = new ::bib::BibView( pMyWindow, m_pDatMan, WB_VSCROLL | WB_HSCROLL | WB_3DL… in loadView()
338 m_pDatMan->SetView( pView ); in loadView()
340 ::bib::BibBeamer* pBeamer = new ::bib::BibBeamer( pMyWindow, m_pDatMan ); in loadView()
348 Reference< XController > xCtrRef( new BibFrameController_Impl( xWin, m_pDatMan ) ); in loadView()
360 m_pDatMan->RegisterInterceptor(pBeamer); in loadView()
388 if(!m_pDatMan) in GetDataManager()
392 const_cast< BibliographyLoader* >( this )->m_pDatMan = (*m_pBibMod)->createDataManager(); in GetDataManager()
393 const_cast< BibliographyLoader* >( this )->m_xDatMan = m_pDatMan; in GetDataManager()
395 return m_pDatMan; in GetDataManager()