Searched refs:iGroup (Results 1 – 2 of 2) sorted by relevance
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()[all …]
1419 Groups::iterator iGroup (maGroups.find(eGroup)); in ClearGroup() local1420 if (iGroup != maGroups.end()) in ClearGroup()1422 if ( ! iGroup->second.empty()) in ClearGroup()1424 iGroup->second.clear(); in ClearGroup()1436 Groups::iterator iGroup (maGroups.find(eGroup)); in AddToolBar() local1437 if (iGroup == maGroups.end()) in AddToolBar()1438 iGroup = maGroups.insert(Groups::value_type(eGroup,NameList())).first; in AddToolBar()1440 if (iGroup != maGroups.end()) in AddToolBar()1443 ::std::find(iGroup->second.begin(),iGroup->second.end(),rsName)); in AddToolBar()1444 if (iBar == iGroup->second.end()) in AddToolBar()[all …]