Lines Matching refs:mxWindow

276       mxWindow(),  in PresenterSlideSorter()
317 mxWindow = mxPane->getWindow(); in PresenterSlideSorter()
320 mxWindow->addWindowListener(this); in PresenterSlideSorter()
321 mxWindow->addPaintListener(this); in PresenterSlideSorter()
322 mxWindow->addMouseListener(this); in PresenterSlideSorter()
323 mxWindow->addMouseMotionListener(this); in PresenterSlideSorter()
324 mxWindow->setVisible(sal_True); in PresenterSlideSorter()
337 mxWindow, in PresenterSlideSorter()
344 mxWindow, in PresenterSlideSorter()
351 mxWindow, in PresenterSlideSorter()
387 mxWindow, in PresenterSlideSorter()
398 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in PresenterSlideSorter()
471 if (mxWindow.is()) in disposing()
473 mxWindow->removeWindowListener(this); in disposing()
474 mxWindow->removePaintListener(this); in disposing()
475 mxWindow->removeMouseListener(this); in disposing()
476 mxWindow->removeMouseMotionListener(this); in disposing()
496 if (rEventObject.Source == mxWindow) in disposing()
498 mxWindow = NULL; in disposing()
514 mpPresenterController->GetPaintManager()->Invalidate(mxWindow); in disposing()
529 mpPresenterController->GetPaintManager()->Invalidate(mxWindow); in windowResized()
551 mpPresenterController->GetPaintManager()->Invalidate(mxWindow); in windowShown()
729 mpPresenterController->GetPaintManager()->Invalidate(mxWindow, aBBox, true); in notifyPreviewCreation()
755 mxWindow, in setCurrentPage()
763 mxWindow, in setCurrentPage()
786 if ( ! mxWindow.is()) in UpdateLayout()
792 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in UpdateLayout()
956 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in ClearBackground()
1133 mpCloseButton->SetCanvas(mxCanvas, mxWindow); in Paint()
1146 geometry::RealPoint2D(mxWindow->getPosSize().Width, mnSeparatorY), in Paint()
1175 mpPresenterController->GetPaintManager()->Invalidate(mxWindow); in SetHorizontalOffset()
1190 mpPresenterController->GetPaintManager()->Invalidate(mxWindow); in SetVerticalOffset()