Home
last modified time | relevance | path

Searched refs:maSubShells (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sd/source/ui/sidebar/
H A DSidebarShellManager.cxx39 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()
[all …]
H A DSidebarShellManager.hxx110 SubShells maSubShells; member in sd::sidebar::SidebarShellManager