Lines Matching refs:mxWindow
140 mxWindow(), in PresenterHelpView()
157 mxWindow = mxPane->getWindow(); in PresenterHelpView()
160 mxWindow->addWindowListener(this); in PresenterHelpView()
161 mxWindow->addPaintListener(this); in PresenterHelpView()
162 Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY); in PresenterHelpView()
165 mxWindow->setVisible(sal_True); in PresenterHelpView()
181 mxWindow, in PresenterHelpView()
191 mxWindow = NULL; in PresenterHelpView()
219 if (mxWindow.is()) in disposing()
221 mxWindow->removeWindowListener(this); in disposing()
222 mxWindow->removePaintListener(this); in disposing()
238 else if (rEventObject.Source == mxWindow) in disposing()
240 mxWindow = NULL; in disposing()
310 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Paint()
412 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in ProcessString()
426 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in CheckFontSize()
529 mpCloseButton->SetCanvas(mxCanvas, mxWindow); in ProvideCanvas()
538 if (mpCloseButton.get() != NULL && mxWindow.is()) in Resize()
540 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Resize()
541 mnMaximalWidth = (mxWindow->getPosSize().Width - 4*gnHorizontalGap) / 2; in Resize()