Lines Matching refs:mpPaneContainer

132       mpPaneContainer(rpPaneContainer),  in PresenterWindowManager()
171 PresenterPaneContainer::PaneList::const_iterator iEnd (mpPaneContainer->maPanes.end()); in disposing()
172 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in disposing()
282 mpPaneContainer->FindPaneId(rxView->getResourceId()->getAnchor())); in NotifyViewCreation()
306 mpPaneContainer->FindPaneId(rxPaneId)); in SetPanePosSizeRelative()
314 mpPaneContainer->ToTop(pDescriptor); in SetPanePosSizeRelative()
329 mpPaneContainer->FindPaneURL(rsPaneURL)); in SetPanePosSizeAbsolute()
557 PresenterPaneContainer::PaneList::const_iterator iEnd (mpPaneContainer->maPanes.end()); in PaintChildren()
558 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in PaintChildren()
894 mpPaneContainer->FindPaneURL(PresenterPaneFactory::msCurrentSlidePreviewPaneURL)); in LayoutStandardMode()
913 pPane = mpPaneContainer->FindPaneURL(PresenterPaneFactory::msNextSlidePreviewPaneURL); in LayoutStandardMode()
949 mpPaneContainer->FindPaneURL(PresenterPaneFactory::msNotesPaneURL)); in LayoutNotesMode()
969 pPane = mpPaneContainer->FindPaneURL(PresenterPaneFactory::msCurrentSlidePreviewPaneURL); in LayoutNotesMode()
987 pPane = mpPaneContainer->FindPaneURL(PresenterPaneFactory::msNextSlidePreviewPaneURL); in LayoutNotesMode()
1012 mpPaneContainer->GetPaneURLForViewURL(PresenterViewFactory::msSlideSorterURL), in LayoutSlideSorterMode()
1031 mpPaneContainer->GetPaneURLForViewURL(PresenterViewFactory::msHelpViewURL), in LayoutHelpMode()
1048 mpPaneContainer->FindPaneURL(PresenterPaneFactory::msToolBarPaneURL)); in LayoutToolBar()
1192 PresenterPaneContainer::PaneList::const_iterator iEnd (mpPaneContainer->maPanes.end()); in LayoutUnknownMode()
1193 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in LayoutUnknownMode()
1217 mpPaneContainer->FindBorderWindow(rxBorderWindow)); in UpdateWindowSize()
1243 mpPaneContainer->ToTop(pDescriptor); in UpdateWindowSize()
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()