Lines Matching refs:ShellStack
194 typedef ::std::vector<SfxShell*> ShellStack; typedef in sd::ViewShellManager::Implementation
216 void GatherActiveShells (ShellStack& rShellList);
225 void CreateTargetStack (ShellStack& rStack) const;
230 void DumpShellStack (const ShellStack& rStack);
928 ShellStack aTargetStack; in UpdateShellStack()
933 ShellStack aSfxShellStack; in UpdateShellStack()
951 ShellStack::const_iterator iSfxShell (aSfxShellStack.begin()); in UpdateShellStack()
952 ShellStack::iterator iTargetShell (aTargetStack.begin()); in UpdateShellStack()
1093 ShellStack aShellStack; in CreateShells()
1119 void ViewShellManager::Implementation::CreateTargetStack (ShellStack& rStack) const in CreateTargetStack()
1347 void ViewShellManager::Implementation::DumpShellStack (const ShellStack& rStack) in DumpShellStack()
1349 ShellStack::const_reverse_iterator iEntry; in DumpShellStack()
1364 ShellStack aSfxShellStack; in DumpSfxShellStack()