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.cxx254 ViewShellContainer::iterator iViewShell ( in releaseResource() local
259 if (iViewShell != mpViewShellContainer->end()) in releaseResource()
261 ::boost::shared_ptr<ViewShell> pViewShell ((*iViewShell)->mpViewShell); in releaseResource()
263 if ((*iViewShell)->mxViewId->isBoundToURL( in releaseResource()
286 ReleaseView(*iViewShell); in releaseResource()
288 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()

Completed in 17 milliseconds