Lines Matching refs:mxWindow
111 mxWindow(), in PresenterButton()
137 mxWindow = mxPresenterHelper->createWindow(rxParentWindow, in PresenterButton()
144 Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY_THROW); in PresenterButton()
150 mxWindow->setVisible(sal_True); in PresenterButton()
151 mxWindow->addWindowListener(this); in PresenterButton()
152 mxWindow->addPaintListener(this); in PresenterButton()
153 mxWindow->addMouseListener(this); in PresenterButton()
154 mxWindow->addMouseMotionListener(this); in PresenterButton()
181 if (mxWindow.is()) in disposing()
183 mxWindow->removeWindowListener(this); in disposing()
184 mxWindow->removePaintListener(this); in disposing()
185 mxWindow->removeMouseListener(this); in disposing()
186 mxWindow->removeMouseMotionListener(this); in disposing()
187 Reference<lang::XComponent> xComponent (mxWindow, UNO_QUERY); in disposing()
188 mxWindow = NULL; in disposing()
204 mxWindow->setPosSize( in SetCenter()
242 mxWindow); in SetCanvas()
313 if (mxWindow.is() && mxCanvas.is()) in windowPaint()
428 if (rEvent.Source == mxWindow) in disposing()
429 mxWindow = NULL; in disposing()
503 mpPresenterController->GetPaintManager()->Invalidate(mxWindow); in Invalidate()