Lines Matching refs:iPane
170 PresenterPaneContainer::PaneList::const_iterator iPane; in disposing() local
172 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in disposing()
174 if ((*iPane)->mxBorderWindow.is()) in disposing()
176 (*iPane)->mxBorderWindow->removeWindowListener(this); in disposing()
177 (*iPane)->mxBorderWindow->removeFocusListener(this); in disposing()
179 (*iPane)->mxBorderWindow->removeMouseListener(this); in disposing()
556 PresenterPaneContainer::PaneList::const_iterator iPane; in PaintChildren() local
558 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in PaintChildren()
563 if ( ! (*iPane)->mbIsActive) in PaintChildren()
565 if ((*iPane)->mbIsSprite) in PaintChildren()
567 if ( ! (*iPane)->mxPane.is()) in PaintChildren()
569 if ( ! (*iPane)->mxBorderWindow.is()) in PaintChildren()
571 Reference<awt::XWindow> xBorderWindow ((*iPane)->mxBorderWindow); in PaintChildren()
1191 PresenterPaneContainer::PaneList::const_iterator iPane; in LayoutUnknownMode() local
1193 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in LayoutUnknownMode()
1195 const PresenterPaneContainer::SharedPaneDescriptor& pDescriptor (*iPane); in LayoutUnknownMode()
1366 PresenterPaneContainer::PaneList::const_iterator iPane; in CreateClipPolyPolygon() local
1368 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in CreateClipPolyPolygon()
1370 PresenterPaneContainer::SharedPaneDescriptor pDescriptor (*iPane); in CreateClipPolyPolygon()