Home
last modified time | relevance | path

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

/aoo4110/main/sdext/source/presenter/
H A DPresenterPaneContainer.cxx45 maPanes(), in PresenterPaneContainer()
115 maPanes.push_back(pDescriptor); in PreparePane()
124 PaneList::iterator iPane (maPanes.begin()); in disposing()
125 PaneList::const_iterator iEnd (maPanes.end()); in disposing()
300 PaneList::iterator iEnd (maPanes.end()); in FindBorderWindow()
316 PaneList::iterator iEnd (maPanes.end()); in FindContentWindow()
347 PaneList::iterator iEnd (maPanes.end()); in FindPaneId()
367 PaneList::iterator iEnd (maPanes.end()); in FindViewURL()
398 PaneList::iterator iEnd (maPanes.end()); in ToTop()
409 maPanes.erase(iPane); in ToTop()
[all …]
H A DPresenterWindowManager.cxx171 PresenterPaneContainer::PaneList::const_iterator iEnd (mpPaneContainer->maPanes.end()); in disposing()
172 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in disposing()
557 PresenterPaneContainer::PaneList::const_iterator iEnd (mpPaneContainer->maPanes.end()); in PaintChildren()
558 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in PaintChildren()
1193 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in LayoutUnknownMode()
1362 const sal_Int32 nPaneCount (mpPaneContainer->maPanes.size()); in CreateClipPolyPolygon()
1368 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in CreateClipPolyPolygon()
1413 Sequence<Any> aArguments (1 + mpPaneContainer->maPanes.size()*2); in UpdateWindowList()
1418 if ( ! mpPaneContainer->maPanes[nPaneIndex]->mbIsActive) in UpdateWindowList()
1422 mpPaneContainer->maPanes[nPaneIndex]->mxBorderWindow); in UpdateWindowList()
[all …]
H A DPresenterPaneAnimator.cxx221 vector<PaneDescriptor> maPanes; member in sdext::presenter::__anon50e4ba550111::PaneGroup
1055 : maPanes(), in PaneGroup()
1080 maPanes.push_back(aDescriptor); in AddPane()
1123 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in Restore()
1168 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in MovePanes()
1191 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in ActivatePanes()
1203 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in DeactivatePanes()
1215 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in ShowPanes()
1228 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in HidePanes()
H A DPresenterController.cxx404 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=mpPaneContainer->maPanes.end(); ++iPane) in UpdatePaneTitles()
462 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=mpPaneContainer->maPanes.end(); ++iPane) in UpdateViews()
774 PresenterPaneContainer::PaneList::const_iterator iEnd (mpPaneContainer->maPanes.end()); in RequestViews()
775 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in RequestViews()
939 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=mpPaneContainer->maPanes.end(); ++iPane) in keyPressed()
1096 … for (iPane=mpPaneContainer->maPanes.begin(); iPane!=mpPaneContainer->maPanes.end(); ++iPane) in keyReleased()
H A DPresenterPaneContainer.hxx118 PaneList maPanes; member in sdext::presenter::PresenterPaneContainer

Completed in 35 milliseconds