Searched refs:maPanes (Results 1 – 5 of 5) sorted by relevance
45 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()301 for (iPane=maPanes.begin(); iPane!=iEnd; ++iPane) in FindBorderWindow()316 PaneList::iterator iEnd (maPanes.end()); in FindContentWindow()317 for (iPane=maPanes.begin(); iPane!=iEnd; ++iPane) in FindContentWindow()332 PaneList::const_iterator iEnd (maPanes.end()); in FindPaneURL()333 for (iPane=maPanes.begin(); iPane!=iEnd; ++iPane) in FindPaneURL()[all …]
171 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()1192 PresenterPaneContainer::PaneList::const_iterator iEnd (mpPaneContainer->maPanes.end()); in LayoutUnknownMode()1193 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in LayoutUnknownMode()1362 const sal_Int32 nPaneCount (mpPaneContainer->maPanes.size()); in CreateClipPolyPolygon()1367 PresenterPaneContainer::PaneList::const_iterator iEnd (mpPaneContainer->maPanes.end()); in CreateClipPolyPolygon()1368 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in CreateClipPolyPolygon()1413 Sequence<Any> aArguments (1 + mpPaneContainer->maPanes.size()*2); in UpdateWindowList()[all …]
221 vector<PaneDescriptor> maPanes; member in sdext::presenter::__anon74bc480c0111::PaneGroup1055 : 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()
404 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()
118 PaneList maPanes; member in sdext::presenter::PresenterPaneContainer