Lines Matching refs:pMod
247 SfxModule *pMod = pDisp ? SfxModule::GetActiveModule( pDisp->GetFrame() ) :0; in CreateChildWindow() local
248 if ( !pChild && pMod ) in CreateChildWindow()
250 SfxChildWinFactArr_Impl *pFactories = pMod->GetChildWinFactories_Impl(); in CreateChildWindow()
482 SfxModule *pMod = pDisp ? SfxModule::GetActiveModule( pDisp->GetFrame() ) :0; in CreateContext() local
483 if ( pMod ) in CreateContext()
485 SfxChildWinFactArr_Impl *pFactories = pMod->GetChildWinFactories_Impl(); in CreateContext()
508 pImp->pContextModule = pMod; in CreateContext()
842 void SfxChildWindowContext::RegisterChildWindowContext(SfxModule* pMod, sal_uInt16 nId, SfxChildWin… in RegisterChildWindowContext() argument
844 SFX_APP()->RegisterChildWindowContext_Impl( pMod, nId, pFact ); in RegisterChildWindowContext()
847 void SfxChildWindow::RegisterChildWindow(SfxModule* pMod, SfxChildWinFactory* pFact) in RegisterChildWindow() argument
849 SFX_APP()->RegisterChildWindow_Impl( pMod, pFact ); in RegisterChildWindow()