Home
last modified time | relevance | path

Searched refs:iGroup (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sdext/source/presenter/
H A DPresenterPaneAnimator.cxx348 ::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 …]
/AOO41X/main/sd/source/ui/view/
H A DToolBarManager.cxx1419 Groups::iterator iGroup (maGroups.find(eGroup)); in ClearGroup() local
1420 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() local
1437 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 …]