Searched refs:aSfxShellStack (Results 1 – 1 of 1) sorted by relevance
933 ShellStack aSfxShellStack; in UpdateShellStack() local937 aSfxShellStack.reserve(nIndex); in UpdateShellStack()939 aSfxShellStack.push_back(mrBase.GetSubShell(nIndex)); in UpdateShellStack()944 DumpShellStack(aSfxShellStack); 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() local1368 aSfxShellStack.reserve(nIndex); in DumpSfxShellStack()[all …]
Completed in 12 milliseconds