Lines Matching refs:mxWindow
275 mxWindow(), in PresenterClock()
305 mxWindow = mxPane->getWindow(); in PresenterClock()
306 if (mxWindow.is()) in PresenterClock()
308 mxWindow->addPaintListener(this); in PresenterClock()
309 mxWindow->addWindowListener(this); in PresenterClock()
310 mxWindow->addMouseListener(this); in PresenterClock()
311 Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY); in PresenterClock()
314 mxWindow->setVisible(sal_True); in PresenterClock()
351 if (mxWindow.is()) in disposing()
353 mxWindow->removePaintListener(this); in disposing()
354 mxWindow->removeWindowListener(this); in disposing()
355 mxWindow->removeMouseListener(this); in disposing()
356 mxWindow = NULL; in disposing()
379 Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY); in UpdateTime()
397 if (rEventObject.Source == mxWindow) in disposing()
399 mxWindow = NULL; in disposing()
531 if (mxWindow.is() && mxCanvas.is()) in Resize()
533 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Resize()
550 if ( ! mxWindow.is() in Paint()