Lines Matching refs:mxWindow
75 mxWindow(), in PresenterSlideShowView()
129 mxWindow = xPane->getWindow(); in LateInit()
132 if (mxWindow.is()) in LateInit()
134 mxWindow->addPaintListener(this); in LateInit()
135 mxWindow->addWindowListener(this); in LateInit()
140 Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY); in LateInit()
147 mxViewWindow = CreateViewWindow(mxWindow); in LateInit()
162 if (mxWindow.is()) in LateInit()
163 mxWindow->setVisible(sal_True); in LateInit()
221 if (mxWindow.is()) in disposing()
223 mxWindow->removePaintListener(this); in disposing()
224 mxWindow->removeMouseListener(this); in disposing()
225 mxWindow->removeMouseMotionListener(this); in disposing()
226 mxWindow->removeWindowListener(this); in disposing()
227 mxWindow = NULL; in disposing()
600 if (rEvent.Source == mxWindow) in windowPaint()
1021 if ( ! mxWindow.is() || ! mxViewWindow.is()) in Resize()
1024 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Resize()
1092 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in CreateBackgroundPolygons()