Searched refs:iShell (Results 1 – 3 of 3) sorted by relevance
57 SubShells::const_iterator iShell (maSubShells.find(nId)); in CreateShell() local58 if (iShell != maSubShells.end()) in CreateShell()59 return iShell->second.mpShell; in CreateShell()113 SubShells::iterator iShell; in RemoveSubShell() local114 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 …]
547 ActiveShellList::iterator iShell (::std::find_if ( in DeactivateViewShell() local551 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() local625 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() local663 if (iShell == maActiveViewShells.end()) in ActivateSubShell()[all …]
1662 for (GroupedShellList::iterator iShell=aList.begin(); iShell!=aList.end(); ++iShell) in UpdateShells() local1665 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() local1679 OSL_TRACE("activating tool bar shell %d\n", iShell->mnId); in UpdateShells()1681 rpManager->ActivateSubShell(*rpMainViewShell, iShell->mnId); in UpdateShells()