Lines Matching refs:mxWindow

92       mxWindow(),  in PresenterScrollBar()
131 mxWindow = mxPresenterHelper->createWindow(rxParentWindow, in PresenterScrollBar()
138 Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY_THROW); in PresenterScrollBar()
144 mxWindow->setVisible(sal_True); in PresenterScrollBar()
145 mxWindow->addWindowListener(this); in PresenterScrollBar()
146 mxWindow->addPaintListener(this); in PresenterScrollBar()
147 mxWindow->addMouseListener(this); in PresenterScrollBar()
148 mxWindow->addMouseMotionListener(this); in PresenterScrollBar()
169 if (mxWindow.is()) in disposing()
171 mxWindow->removeWindowListener(this); in disposing()
172 mxWindow->removePaintListener(this); in disposing()
173 mxWindow->removeMouseListener(this); in disposing()
174 mxWindow->removeMouseMotionListener(this); in disposing()
176 Reference<lang::XComponent> xComponent (mxWindow, UNO_QUERY); in disposing()
177 mxWindow = NULL; in disposing()
190 if (mxWindow.is()) in SetVisible()
191 mxWindow->setVisible(bIsVisible); in SetVisible()
199 if (mxWindow.is()) in SetPosSize()
201 mxWindow->setPosSize( in SetPosSize()
384 if ( ! mxCanvas.is() || ! mxWindow.is()) in Paint()
387 OSL_ASSERT(mxWindow.is()); in Paint()
393 if (PresenterGeometryHelper::AreRectanglesDisjoint (rUpdateBox, mxWindow->getPosSize())) in Paint()
461 if (mxWindow.is()) in windowPaint()
464 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in windowPaint()
501 mxPresenterHelper->releaseMouse(mxWindow); in mouseReleased()
566 mxPresenterHelper->captureMouse(mxWindow); in mouseDragged()
584 if (rEvent.Source == mxWindow) in disposing()
585 mxWindow = NULL; in disposing()
609 mxWindow, in Repaint()
623 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in PaintBackground()
641 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in PaintBitmap()
813 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in GetDragDistance()
831 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in UpdateDragAnchor()
877 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in UpdateBorders()
981 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in PaintComposite()
1034 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in GetDragDistance()
1052 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in UpdateDragAnchor()
1099 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in UpdateBorders()
1203 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in PaintComposite()