Home
last modified time | relevance | path

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

/aoo4110/main/sdext/source/presenter/
H A DPresenterPaneAnimator.cxx349 for (iGroup=maPaneGroups.begin(); iGroup!=maPaneGroups.end(); ++iGroup) in FreezePanes()
352 (*iGroup)->GetSubstitution()->MoveTo(GetLocation((*iGroup)->GetOriginalBoundingBox())); in FreezePanes()
364 for (iGroup=maPaneGroups.begin(); iGroup!=maPaneGroups.end(); ++iGroup) in ActivatePanes()
366 (*iGroup)->ShowPanes(); in ActivatePanes()
380 for (iGroup=maPaneGroups.begin(); iGroup!=maPaneGroups.end(); ++iGroup) in DeactivatePanes()
384 (*iGroup)->HidePanes(); in DeactivatePanes()
421 for (iGroup=maPaneGroups.begin(); iGroup!=maPaneGroups.end(); ++iGroup) in RestoreFrozenWindows()
423 (*iGroup)->Restore(); in RestoreFrozenWindows()
424 (*iGroup)->ShowPanes(); in RestoreFrozenWindows()
556 for (iGroup=maPaneGroups.begin(); iGroup!=maPaneGroups.end(); ++iGroup) in ShowPane()
[all …]
/aoo4110/main/sd/source/ui/view/
H A DToolBarManager.cxx1420 if (iGroup != maGroups.end()) in ClearGroup()
1422 if ( ! iGroup->second.empty()) in ClearGroup()
1424 iGroup->second.clear(); in ClearGroup()
1437 if (iGroup == maGroups.end()) in AddToolBar()
1440 if (iGroup != maGroups.end()) in AddToolBar()
1443 ::std::find(iGroup->second.begin(),iGroup->second.end(),rsName)); in AddToolBar()
1459 if (iGroup != maGroups.end()) in RemoveToolBar()
1462 ::std::find(iGroup->second.begin(),iGroup->second.end(),rsName)); in RemoveToolBar()
1465 iGroup->second.erase(iBar); in RemoveToolBar()
1481 if (iGroup != maGroups.end()) in MakeRequestedToolBarList()
[all …]

Completed in 25 milliseconds