Lines Matching refs:maPanes
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()
1416 for (sal_uInt32 nPaneIndex=0; nPaneIndex<mpPaneContainer->maPanes.size(); ++nPaneIndex) in UpdateWindowList()
1418 if ( ! mpPaneContainer->maPanes[nPaneIndex]->mbIsActive) in UpdateWindowList()
1422 mpPaneContainer->maPanes[nPaneIndex]->mxBorderWindow); in UpdateWindowList()
1424 mpPaneContainer->maPanes[nPaneIndex]->mxContentWindow); in UpdateWindowList()