Lines Matching refs:mxBorderWindow

57       mxBorderWindow(),  in PresenterPaneBase()
86 if (mxBorderWindow.is()) in disposing()
88 mxBorderWindow->removeWindowListener(this); in disposing()
89 mxBorderWindow->removePaintListener(this); in disposing()
114 Reference<XComponent> xComponent (mxBorderWindow, UNO_QUERY); in disposing()
115 mxBorderWindow = NULL; in disposing()
133 mpPresenterController->GetPaintManager()->Invalidate(mxBorderWindow); in SetTitle()
162 const awt::Rectangle aBorderBox (mxBorderWindow->getPosSize()); in SetCalloutAnchor()
174 mxBorderWindow->setPosSize( in SetCalloutAnchor()
182 mpPresenterController->GetPaintManager()->Invalidate(mxBorderWindow); in SetCalloutAnchor()
280 if (mxBorderWindow.is()) in initialize()
282 mxBorderWindow->addWindowListener(this); in initialize()
283 mxBorderWindow->addPaintListener(this); in initialize()
378 if (rEvent.Source == mxBorderWindow) in disposing()
380 mxBorderWindow = NULL; in disposing()
397 mxBorderWindow = mxPresenterHelper->createWindow( in CreateWindows()
404 mxBorderWindow, in CreateWindows()
417 return mxBorderWindow; in GetBorderWindow()
475 if (mxBorderPainter.is() && mxBorderWindow.is() && mxBorderCanvas.is()) in PaintBorder()
477 awt::Rectangle aBorderBox (mxBorderWindow->getPosSize()); in PaintBorder()
506 OSL_ASSERT(mxBorderWindow.is()); in LayoutContextWindow()
508 if (mxBorderPainter.is() && mxPaneId.is() && mxBorderWindow.is() && mxContentWindow.is()) in LayoutContextWindow()
510 const awt::Rectangle aBorderBox (mxBorderWindow->getPosSize()); in LayoutContextWindow()