Lines Matching refs:mxWindow

409       mxWindow(rxWindow),  in PresenterToolBar()
431 if (mxWindow.is()) in Initialize()
433 mxWindow->addWindowListener(this); in Initialize()
434 mxWindow->addPaintListener(this); in Initialize()
435 mxWindow->addMouseListener(this); in Initialize()
436 mxWindow->addMouseMotionListener(this); in Initialize()
438 Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY); in Initialize()
442 mxWindow->setVisible(sal_True); in Initialize()
469 if (mxWindow.is()) in disposing()
471 mxWindow->removeWindowListener(this); in disposing()
472 mxWindow->removePaintListener(this); in disposing()
473 mxWindow->removeMouseListener(this); in disposing()
474 mxWindow->removeMouseMotionListener(this); in disposing()
475 mxWindow = NULL; in disposing()
511 mxWindow, in InvalidateArea()
545 mpPresenterController->GetPaintManager()->Invalidate(mxWindow); in RequestLayout()
583 return mxWindow; in GetWindow()
602 if (rEventObject.Source == mxWindow) in disposing()
603 mxWindow = NULL; in disposing()
768 if ( ! mxWindow.is()) in CreateControls()
871 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Layout()
957 mpPresenterController->GetPaintManager()->Invalidate(mxWindow); in Layout()
970 if (mxWindow.is()) in CalculatePartSize()
972 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in CalculatePartSize()
1165 mxWindow(), in PresenterToolBarView()
1177 mxWindow = mxPane->getWindow(); in PresenterToolBarView()
1182 mxWindow, in PresenterToolBarView()
1188 if (mxWindow.is()) in PresenterToolBarView()
1190 mxWindow->addPaintListener(this); in PresenterToolBarView()
1192 Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY); in PresenterToolBarView()
1196 mxWindow->setVisible(sal_True); in PresenterToolBarView()
1223 if (mxWindow.is()) in disposing()
1225 mxWindow->removePaintListener(this); in disposing()
1226 mxWindow = NULL; in disposing()
1252 awt::Rectangle aWindowBox (mxWindow->getPosSize()); in windowPaint()
1269 if (rEventObject.Source == mxWindow) in disposing()
1270 mxWindow = NULL; in disposing()