Lines Matching refs:iShell

547 	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()
704 SubShellSubList::iterator iShell ( in DeactivateSubShell() local
706 if (iShell == rList.end()) in DeactivateSubShell()
708 SfxShell* pShell = iShell->mpShell; in DeactivateSubShell()
714 ShellDescriptor aDescriptor(*iShell); in DeactivateSubShell()
717 rList.erase(iShell); in DeactivateSubShell()
737 SubShellSubList::iterator iShell ( in MoveSubShellToTop() local
739 if (iShell!=rList.end() && iShell!=rList.begin()) in MoveSubShellToTop()
741 SubShellSubList::value_type aEntry (*iShell); in MoveSubShellToTop()
742 rList.erase(iShell); in MoveSubShellToTop()
768 ActiveShellList::iterator iShell (::std::find_if ( in MoveToTop() local
773 if (iShell != maActiveViewShells.end()) in MoveToTop()
779 if (iShell == maActiveViewShells.begin() in MoveToTop()
780 && (iShell->IsMainViewShell() || ! mbKeepMainViewShellOnTop)) in MoveToTop()
787 else if (iShell == ++maActiveViewShells.begin() in MoveToTop()
788 && ! iShell->IsMainViewShell() in MoveToTop()
811 ShellDescriptor aDescriptor(*iShell); in MoveToTop()
814 maActiveViewShells.erase(iShell); in MoveToTop()
838 ActiveShellList::const_iterator iShell ( in GetShell() local
843 if (iShell != maActiveViewShells.end()) in GetShell()
844 pShell = iShell->mpShell; in GetShell()
1094 ActiveShellList::reverse_iterator iShell; in CreateShells() local
1095 for (iShell=maActiveViewShells.rbegin(); iShell!=maActiveViewShells.rend(); ++iShell) in CreateShells()
1098 SubShellList::iterator iList (maActiveSubShells.find(iShell->mpShell)); in CreateShells()
1109 *iSubShell = CreateSubShell(iShell->mpShell,iSubShell->mnId,NULL,NULL); in CreateShells()
1194 iShell(maActiveViewShells.begin()), in IMPL_LINK() local
1196 iShell!=iEnd; in IMPL_LINK()
1197 ++iShell) in IMPL_LINK()
1199 if (iShell->GetWindow() == pEventWindow) in IMPL_LINK()
1201 iShell->mbIsListenerAddedToWindow = false; in IMPL_LINK()
1299 SubShellSubList::iterator iShell; in InvalidateAllSubShells() local
1300 for (iShell=rList.begin(); iShell!=rList.end(); ++iShell) in InvalidateAllSubShells()
1301 if (iShell->mpShell != NULL) in InvalidateAllSubShells()
1302 iShell->mpShell->Invalidate(); in InvalidateAllSubShells()