Lines Matching refs:mxWindow
68 mxWindow(), in PresenterSlidePreview()
82 mxWindow = rxAnchorPane->getWindow(); in PresenterSlidePreview()
85 if (mxWindow.is()) in PresenterSlidePreview()
87 mxWindow->addWindowListener(this); in PresenterSlidePreview()
88 mxWindow->addPaintListener(this); in PresenterSlidePreview()
90 Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY); in PresenterSlidePreview()
94 mxWindow->setVisible(sal_True); in PresenterSlidePreview()
123 if (mxWindow.is()) in disposing()
125 mxWindow->removeWindowListener(this); in disposing()
126 mxWindow->removePaintListener(this); in disposing()
127 mxWindow = NULL; in disposing()
212 if (mxWindow.is()) in windowPaint()
228 if (rEvent.Source == mxWindow) in disposing()
230 mxWindow = NULL; in disposing()
288 mpPresenterController->GetPaintManager()->Invalidate(mxWindow); in SetSlide()
297 if ( ! mxWindow.is()) in Paint()
305 awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Paint()
389 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Resize()