Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A DViewShellManager.cxx174 typedef ::std::vector<SfxShell*> ShellStack; typedef in sd::ViewShellManager::Implementation
200 void CreateTargetStack (ShellStack& rStack) const;
205 void DumpShellStack (const ShellStack& rStack);
723 ShellStack aTargetStack; in UpdateShellStack()
727 ShellStack aSfxShellStack; in UpdateShellStack()
745 ShellStack::iterator iSfxShell (mismatchIters.first); in UpdateShellStack()
746 ShellStack::iterator iTargetShell (mismatchIters.second); in UpdateShellStack()
888 void ViewShellManager::Implementation::CreateTargetStack (ShellStack& rStack) const in CreateTargetStack()
1080 void ViewShellManager::Implementation::DumpShellStack (const ShellStack& rStack) in DumpShellStack()
1082 ShellStack::const_reverse_iterator iEntry; in DumpShellStack()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A DViewShellManager.cxx173 typedef ::std::vector<SfxShell*> ShellStack; typedef in sd::ViewShellManager::Implementation
199 void CreateTargetStack (ShellStack& rStack) const;
204 void DumpShellStack (const ShellStack& rStack);
722 ShellStack aTargetStack; in UpdateShellStack()
726 ShellStack aSfxShellStack; in UpdateShellStack()
744 ShellStack::iterator iSfxShell (mismatchIters.first); in UpdateShellStack()
745 ShellStack::iterator iTargetShell (mismatchIters.second); in UpdateShellStack()
887 void ViewShellManager::Implementation::CreateTargetStack (ShellStack& rStack) const in CreateTargetStack()
1079 void ViewShellManager::Implementation::DumpShellStack (const ShellStack& rStack) in DumpShellStack()
1081 ShellStack::const_reverse_iterator iEntry; in DumpShellStack()
[all …]
/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Dshell-stack.c24 G_DEFINE_TYPE (ShellStack, shell_stack, ST_TYPE_WIDGET);
194 shell_stack_init (ShellStack *actor) in shell_stack_init()
H A Dshell-stack.h9 G_DECLARE_FINAL_TYPE (ShellStack, shell_stack, SHELL, STACK, StWidget)