Home
last modified time | relevance | path

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

/AOO42X/main/sdext/source/presenter/
H A DPresenterPaneAnimator.cxx58 class PaneGroup;
85 ::std::vector< ::boost::shared_ptr<PaneGroup> > maPaneGroups;
199 class PaneGroup class
202 PaneGroup (void);
203 ~PaneGroup (void);
227 typedef ::boost::shared_ptr<PaneGroup> SharedPaneGroup;
682 SharedPaneGroup pUpperPanes (new PaneGroup()); in SetupPaneGroups()
694 SharedPaneGroup pLowerPanes (new PaneGroup()); in SetupPaneGroups()
780 SharedPaneGroup pLowerPanes (new PaneGroup()); in ShowPane()
905 ::boost::bind(&PaneGroup::HidePanes, maPaneGroups[0])); in CreateShowAnimation()
[all …]