Lines Matching refs:maSubShells
39 maSubShells() in SidebarShellManager()
48 while ( ! maSubShells.empty()) in ~SidebarShellManager()
49 RemoveSubShell(maSubShells.begin()->second.mpShell); in ~SidebarShellManager()
57 SubShells::const_iterator iShell (maSubShells.find(nId)); in CreateShell()
58 if (iShell != maSubShells.end()) in CreateShell()
79 maSubShells[nId] = ShellDescriptor(pShell,pWindow); in AddSubShell()
96 SubShells::iterator pos = maSubShells.find( i_nShellId ); in RemoveSubShell()
97 ENSURE_OR_RETURN_VOID( pos != maSubShells.end(), "no shell for this ID" ); in RemoveSubShell()
103 maSubShells.erase( pos ); in RemoveSubShell()
114 for (iShell=maSubShells.begin(); iShell!=maSubShells.end(); ++iShell) in RemoveSubShell()
121 maSubShells.erase(iShell); in RemoveSubShell()
133 for (iShell=maSubShells.begin(); iShell!=maSubShells.end(); ++iShell) in MoveToTop()
152 for (iShell=maSubShells.begin(); iShell!=maSubShells.end(); ++iShell) in IMPL_LINK()
155 if (iShell != maSubShells.end()) in IMPL_LINK()