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.cxx58 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()
121 maSubShells.erase(iShell); in RemoveSubShell()
132 SubShells::const_iterator iShell; in MoveToTop() local
133 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() local
152 for (iShell=maSubShells.begin(); iShell!=maSubShells.end(); ++iShell) in IMPL_LINK()
[all …]
/trunk/main/sd/source/ui/view/
H A DViewShellManager.cxx706 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()
788 && ! iShell->IsMainViewShell() in MoveToTop()
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()
1300 for (iShell=rList.begin(); iShell!=rList.end(); ++iShell) in InvalidateAllSubShells()
[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()

Completed in 36 milliseconds