Lines Matching refs:iGroup

348     ::std::vector<SharedPaneGroup>::const_iterator iGroup;  in FreezePanes()
349 for (iGroup=maPaneGroups.begin(); iGroup!=maPaneGroups.end(); ++iGroup) in FreezePanes()
351 (*iGroup)->CreateSubstitution(rxCanvas); in FreezePanes()
352 (*iGroup)->GetSubstitution()->MoveTo(GetLocation((*iGroup)->GetOriginalBoundingBox())); in FreezePanes()
363 ::std::vector<SharedPaneGroup>::const_iterator iGroup; in ActivatePanes()
364 for (iGroup=maPaneGroups.begin(); iGroup!=maPaneGroups.end(); ++iGroup) in ActivatePanes()
366 (*iGroup)->ShowPanes(); in ActivatePanes()
367 (*iGroup)->ActivatePanes(); in ActivatePanes()
368 (*iGroup)->GetSubstitution()->Hide(); in ActivatePanes()
379 ::std::vector<SharedPaneGroup>::const_iterator iGroup; in DeactivatePanes()
380 for (iGroup=maPaneGroups.begin(); iGroup!=maPaneGroups.end(); ++iGroup) in DeactivatePanes()
382 (*iGroup)->GetSubstitution()->Show(); in DeactivatePanes()
383 (*iGroup)->DeactivatePanes(); in DeactivatePanes()
384 (*iGroup)->HidePanes(); in DeactivatePanes()
420 ::std::vector<SharedPaneGroup>::const_iterator iGroup; in RestoreFrozenWindows()
421 for (iGroup=maPaneGroups.begin(); iGroup!=maPaneGroups.end(); ++iGroup) in RestoreFrozenWindows()
423 (*iGroup)->Restore(); in RestoreFrozenWindows()
424 (*iGroup)->ShowPanes(); in RestoreFrozenWindows()
425 (*iGroup)->ActivatePanes(); in RestoreFrozenWindows()
426 (*iGroup)->GetSubstitution()->Hide(); in RestoreFrozenWindows()
555 vector<SharedPaneGroup>::const_iterator iGroup; in ShowPane() local
556 for (iGroup=maPaneGroups.begin(); iGroup!=maPaneGroups.end(); ++iGroup) in ShowPane()
562 &PresenterSprite::MoveTo, (*iGroup)->GetSubstitution(), _1)), in ShowPane()
564 GetLocation((*iGroup)->GetOriginalBoundingBox()), in ShowPane()
565 GetLocation((*iGroup)->GetCurrentBoundingBox()))); in ShowPane()
631 vector<SharedPaneGroup>::const_iterator iGroup; in HidePane() local
632 for (iGroup=maPaneGroups.begin(); iGroup!=maPaneGroups.end(); ++iGroup) in HidePane()
638 &PresenterSprite::MoveTo, (*iGroup)->GetSubstitution(), _1)), in HidePane()
640 GetLocation((*iGroup)->GetCurrentBoundingBox()), in HidePane()
641 GetLocation((*iGroup)->GetOriginalBoundingBox()))); in HidePane()