Searched refs:iShell (Results 1 – 3 of 3) sorted by relevance
58 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()121 maSubShells.erase(iShell); in RemoveSubShell()132 SubShells::const_iterator iShell; in MoveToTop() local133 for (iShell=maSubShells.begin(); iShell!=maSubShells.end(); ++iShell) in MoveToTop()134 if (iShell->second.mpShell == pShell) in MoveToTop()150 SubShells::const_iterator iShell; in IMPL_LINK() local152 for (iShell=maSubShells.begin(); iShell!=maSubShells.end(); ++iShell) in IMPL_LINK()[all …]
557 maActiveViewShells.erase(iShell); in DeactivateViewShell()631 maActiveViewShells.erase(iShell); in DeactivateShell()706 if (iShell == rList.end()) in DeactivateSubShell()717 rList.erase(iShell); in DeactivateSubShell()739 if (iShell!=rList.end() && iShell!=rList.begin()) in MoveSubShellToTop()742 rList.erase(iShell); in MoveSubShellToTop()844 pShell = iShell->mpShell; in GetShell()1095 for (iShell=maActiveViewShells.rbegin(); iShell!=maActiveViewShells.rend(); ++iShell) in CreateShells()1196 iShell!=iEnd; in IMPL_LINK()1197 ++iShell) in IMPL_LINK()[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()
Completed in 30 milliseconds