Home
last modified time | relevance | path

Searched refs:iShell (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/sidebar/
H A DSidebarShellManager.cxx57 SubShells::const_iterator iShell (maSubShells.find(nId)); in CreateShell() local
58 if (iShell != maSubShells.end()) in CreateShell()
59 return iShell->second.mpShell; in CreateShell()
113 SubShells::iterator iShell; in RemoveSubShell() local
114 for (iShell=maSubShells.begin(); iShell!=maSubShells.end(); ++iShell) in RemoveSubShell()
115 if (iShell->second.mpShell == pShell) in RemoveSubShell()
117 if (iShell->second.mpWindow != NULL) in RemoveSubShell()
118 iShell->second.mpWindow->RemoveEventListener( in RemoveSubShell()
120 mpViewShellManager->DeactivateSubShell(mrViewShell,iShell->first); in RemoveSubShell()
121 maSubShells.erase(iShell); in RemoveSubShell()
[all …]
/trunk/main/sd/source/ui/view/
H A DViewShellManager.cxx547 ActiveShellList::iterator iShell (::std::find_if ( in DeactivateViewShell() local
551 if (iShell != maActiveViewShells.end()) in DeactivateViewShell()
555 ShellDescriptor aDescriptor(*iShell); in DeactivateViewShell()
557 maActiveViewShells.erase(iShell); in DeactivateViewShell()
621 ActiveShellList::iterator iShell (::std::find_if ( in DeactivateShell() local
625 if (iShell != maActiveViewShells.end()) in DeactivateShell()
629 ShellDescriptor aDescriptor(*iShell); in DeactivateShell()
631 maActiveViewShells.erase(iShell); in DeactivateShell()
659 ActiveShellList::iterator iShell (::std::find_if ( in ActivateSubShell() local
663 if (iShell == maActiveViewShells.end()) in ActivateSubShell()
[all …]
H A DToolBarManager.cxx1662 for (GroupedShellList::iterator iShell=aList.begin(); iShell!=aList.end(); ++iShell) in UpdateShells() local
1665 OSL_TRACE("deactivating tool bar shell %d\n", iShell->mnId); in UpdateShells()
1667 rpManager->DeactivateSubShell(*rpMainViewShell, iShell->mnId); in UpdateShells()
1676 for (GroupedShellList::iterator iShell=aList.begin(); iShell!=aList.end(); ++iShell) in UpdateShells() local
1679 OSL_TRACE("activating tool bar shell %d\n", iShell->mnId); in UpdateShells()
1681 rpManager->ActivateSubShell(*rpMainViewShell, iShell->mnId); in UpdateShells()