Lines Matching refs:aSfxShellStack
933 ShellStack aSfxShellStack; in UpdateShellStack() local
937 aSfxShellStack.reserve(nIndex); in UpdateShellStack()
939 aSfxShellStack.push_back(mrBase.GetSubShell(nIndex)); in UpdateShellStack()
944 DumpShellStack(aSfxShellStack); in UpdateShellStack()
951 ShellStack::const_iterator iSfxShell (aSfxShellStack.begin()); in UpdateShellStack()
953 while (iSfxShell != aSfxShellStack.end() in UpdateShellStack()
964 while (iSfxShell != aSfxShellStack.end()) in UpdateShellStack()
966 SfxShell* pShell = aSfxShellStack.back(); in UpdateShellStack()
967 aSfxShellStack.pop_back(); in UpdateShellStack()
1364 ShellStack aSfxShellStack; in DumpSfxShellStack() local
1368 aSfxShellStack.reserve(nIndex); in DumpSfxShellStack()
1370 aSfxShellStack.push_back(mrBase.GetSubShell(nIndex)); in DumpSfxShellStack()
1371 DumpShellStack(aSfxShellStack); in DumpSfxShellStack()