Home
last modified time | relevance | path

Searched refs:iViewShell (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx251 ViewShellContainer::iterator iViewShell ( in releaseResource() local
256 if (iViewShell != mpViewShellContainer->end()) in releaseResource()
258 ::boost::shared_ptr<ViewShell> pViewShell ((*iViewShell)->mpViewShell); in releaseResource()
260 if ((*iViewShell)->mxViewId->isBoundToURL( in releaseResource()
283 ReleaseView(*iViewShell); in releaseResource()
285 mpViewShellContainer->erase(iViewShell); in releaseResource()
/trunk/main/sd/source/ui/view/
H A DViewShellManager.cxx1124 for (ActiveShellList::const_reverse_iterator iViewShell (maActiveViewShells.rbegin()); in CreateTargetStack() local
1125 iViewShell != maActiveViewShells.rend(); in CreateTargetStack()
1126 ++iViewShell) in CreateTargetStack()
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()