Lines Matching refs:pShell

48     virtual void ReleaseShell (SfxShell* pShell);
92 ViewShell* pShell = mrBase.GetMainViewShell().get(); in ~FormShellManager() local
93 if (pShell != NULL) in ~FormShellManager()
94 mrBase.GetViewShellManager()->RemoveSubShellFactory(pShell,mpSubShellFactory); in ~FormShellManager()
158 ViewShell* pShell = mrBase.GetMainViewShell().get(); in RegisterAtCenterPane() local
159 if (pShell == NULL) in RegisterAtCenterPane()
164 if (pShell->GetShellType() == ViewShell::ST_SLIDE_SORTER) in RegisterAtCenterPane()
167 mpMainViewShellWindow = pShell->GetActiveWindow(); in RegisterAtCenterPane()
181 mpSubShellFactory.reset(new FormShellManagerFactory(*pShell, *this)); in RegisterAtCenterPane()
182 mrBase.GetViewShellManager()->AddSubShellFactory(pShell,mpSubShellFactory); in RegisterAtCenterPane()
183 mrBase.GetViewShellManager()->ActivateSubShell(*pShell, RID_FORMLAYER_TOOLBOX); in RegisterAtCenterPane()
210 ViewShell* pShell = mrBase.GetMainViewShell().get(); in UnregisterAtCenterPane() local
211 if (pShell != NULL) in UnregisterAtCenterPane()
213 mrBase.GetViewShellManager()->DeactivateSubShell(*pShell, RID_FORMLAYER_TOOLBOX); in UnregisterAtCenterPane()
214 mrBase.GetViewShellManager()->RemoveSubShellFactory(pShell, mpSubShellFactory); in UnregisterAtCenterPane()
230 ViewShell* pShell = mrBase.GetMainViewShell().get(); in IMPL_LINK() local
231 if (pShell!=NULL && !mbFormShellAboveViewShell) in IMPL_LINK()
236 mrBase.GetViewShellManager()->SetFormShell(pShell,mpFormShell,mbFormShellAboveViewShell); in IMPL_LINK()
286 ViewShell* pShell = mrBase.GetMainViewShell().get(); in IMPL_LINK() local
287 if (pShell!=NULL && mbFormShellAboveViewShell) in IMPL_LINK()
292 pShell, in IMPL_LINK()
363 FmFormShell* pShell = NULL; in CreateShell() local
368 pShell = new FmFormShell(&mrViewShell.GetViewShellBase(), pView); in CreateShell()
369 mrFormShellManager.SetFormShell(pShell); in CreateShell()
372 return pShell; in CreateShell()
378 void FormShellManagerFactory::ReleaseShell (SfxShell* pShell) in ReleaseShell() argument
380 if (pShell != NULL) in ReleaseShell()
383 delete pShell; in ReleaseShell()