Lines Matching refs:pAppData_Impl
56 if (!pAppData_Impl->pFactArr) in RegisterChildWindow_Impl()
57 pAppData_Impl->pFactArr = new SfxChildWinFactArr_Impl; in RegisterChildWindow_Impl()
60 for (sal_uInt16 nFactory=0; nFactory<pAppData_Impl->pFactArr->Count(); ++nFactory) in RegisterChildWindow_Impl()
62 if (pFact->nId == (*pAppData_Impl->pFactArr)[nFactory]->nId) in RegisterChildWindow_Impl()
64 pAppData_Impl->pFactArr->Remove( nFactory ); in RegisterChildWindow_Impl()
71 pAppData_Impl->pFactArr->C40_INSERT( in RegisterChildWindow_Impl()
72 SfxChildWinFactory, pFact, pAppData_Impl->pFactArr->Count() ); in RegisterChildWindow_Impl()
103 DBG_ASSERT( pAppData_Impl, "Keine AppDaten!" ); in RegisterChildWindowContext_Impl()
104 DBG_ASSERT( pAppData_Impl->pFactArr, "Keine Factories!" ); in RegisterChildWindowContext_Impl()
106 pFactories = pAppData_Impl->pFactArr; in RegisterChildWindowContext_Impl()
145 return ( *(pAppData_Impl->pFactArr)); in GetChildWinFactories_Impl()
152 if ( pAppData_Impl->pViewFrame ) in GetTemplateDialog()
154 …SfxChildWindow *pChild = pAppData_Impl->pViewFrame->GetChildWindow(SfxTemplateDialogWrapper::GetCh… in GetTemplateDialog()
167 else if ( pAppData_Impl->pViewFrame ) in GetWorkWindow_Impl()
168 return pAppData_Impl->pViewFrame->GetFrame().GetWorkWindow_Impl(); in GetWorkWindow_Impl()