Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/ui/view/
H A DViewShellManager.cxx852 SubShellSubList::const_iterator iSubShell( in GetShell() local
854 if (iSubShell != rList.end()) in GetShell()
856 pShell = iSubShell->mpShell; in GetShell()
1104 SubShellSubList::iterator iSubShell; in CreateShells() local
1105 for (iSubShell=rList.begin(); iSubShell!=rList.end(); ++iSubShell) in CreateShells()
1107 if (iSubShell->mpShell == NULL) in CreateShells()
1109 *iSubShell = CreateSubShell(iShell->mpShell,iSubShell->mnId,NULL,NULL); in CreateShells()
1152 SubShellSubList::const_reverse_iterator iSubShell; in CreateTargetStack() local
1153 for (iSubShell=rList.rbegin(); iSubShell!=rList.rend(); ++iSubShell) in CreateTargetStack()
1154 if (iSubShell->mpShell != mpFormShell) in CreateTargetStack()
[all …]

Completed in 12 milliseconds