Lines Matching refs:mpShell

61 	SfxShell* mpShell;  member in sd::__anona4529d230111::ShellDescriptor
83 IsShell (const SfxShell* pShell) : mpShell(pShell) {} in IsShell()
85 { return rDescriptor.mpShell == mpShell; } in operator ()()
87 const SfxShell* mpShell; member in sd::__anona4529d230111::IsShell
516 aResult.mpShell = pViewShell; in ActivateViewShell()
520 if (aResult.mpShell != NULL) in ActivateViewShell()
556 mrBase.GetDocShell()->Disconnect(dynamic_cast<ViewShell*>(aDescriptor.mpShell)); in DeactivateViewShell()
558 TakeShellsFromStack(aDescriptor.mpShell); in DeactivateViewShell()
582 aDescriptor.mpShell = &rShell; in ActivateShell()
593 if (rDescriptor.mpShell != NULL) in ActivateShell()
630 mrBase.GetDocShell()->Disconnect(dynamic_cast<ViewShell*>(aDescriptor.mpShell)); in DeactivateShell()
632 TakeShellsFromStack(aDescriptor.mpShell); in DeactivateShell()
708 SfxShell* pShell = iShell->mpShell; in DeactivateSubShell()
844 pShell = iShell->mpShell; in GetShell()
856 pShell = iSubShell->mpShell; in GetShell()
1098 SubShellList::iterator iList (maActiveSubShells.find(iShell->mpShell)); in CreateShells()
1107 if (iSubShell->mpShell == NULL) in CreateShells()
1109 *iSubShell = CreateSubShell(iShell->mpShell,iSubShell->mnId,NULL,NULL); in CreateShells()
1131 && iViewShell->mpShell==mpFormShellParent) in CreateTargetStack()
1137 rStack.push_back (iViewShell->mpShell); in CreateTargetStack()
1142 && iViewShell->mpShell==mpFormShellParent) in CreateTargetStack()
1148 SubShellList::const_iterator iList (maActiveSubShells.find(iViewShell->mpShell)); in CreateTargetStack()
1154 if (iSubShell->mpShell != mpFormShell) in CreateTargetStack()
1155 rStack.push_back(iSubShell->mpShell); in CreateTargetStack()
1180 MoveToTop(*aI->mpShell); in IMPL_LINK()
1232 aResult.mpShell = pFactory->CreateShell(nShellId, pParentWindow, pFrameView); in CreateSubShell()
1235 if (aResult.mpShell != NULL) in CreateSubShell()
1252 OSL_ASSERT(rDescriptor.mpShell != NULL); in DestroyViewShell()
1267 maShellFactories.equal_range(rDescriptor.mpShell)); in DestroyViewShell()
1273 rDescriptor.mpFactory->ReleaseShell(rDescriptor.mpShell); in DestroyViewShell()
1285 rDescriptor.mpFactory->ReleaseShell(rDescriptor.mpShell); in DestroySubShell()
1301 if (iShell->mpShell != NULL) in InvalidateAllSubShells()
1302 iShell->mpShell->Invalidate(); in InvalidateAllSubShells()
1321 SfxShell* pShell = maActiveViewShells.front().mpShell; in Shutdown()
1422 : mpShell(NULL), in ShellDescriptor()
1435 : mpShell(pShell), in ShellDescriptor()
1446 : mpShell(rDescriptor.mpShell), in ShellDescriptor()
1460 mpShell = rDescriptor.mpShell; in operator =()
1473 ViewShell* pViewShell = dynamic_cast<ViewShell*>(mpShell); in IsMainViewShell()
1485 ViewShell* pViewShell = dynamic_cast<ViewShell*>(mpShell); in GetWindow()