Lines Matching refs:mxParentWindow
100 mxParentWindow = xPane->getWindow(); in PresenterNotesView()
105 mpPresenterController->GetPaintManager()->GetInvalidator(mxParentWindow))); in PresenterNotesView()
119 mxParentWindow, in PresenterNotesView()
123 if (mxParentWindow.is()) in PresenterNotesView()
125 mxParentWindow->addWindowListener(this); in PresenterNotesView()
126 mxParentWindow->addPaintListener(this); in PresenterNotesView()
127 mxParentWindow->addKeyListener(this); in PresenterNotesView()
128 mxParentWindow->setVisible(sal_True); in PresenterNotesView()
133 mxParentWindow, in PresenterNotesView()
162 if (mxParentWindow.is()) in disposing()
164 mxParentWindow->removeWindowListener(this); in disposing()
165 mxParentWindow->removePaintListener(this); in disposing()
166 mxParentWindow->removeKeyListener(this); in disposing()
167 mxParentWindow = NULL; in disposing()
222 mxParentWindow, in CreateToolBar()
229 mxParentWindow, in CreateToolBar()
231 mxParentWindow, in CreateToolBar()
317 if (rEventObject.Source == mxParentWindow) in disposing()
318 mxParentWindow = NULL; in disposing()
492 if ( ! mxParentWindow.is()) in Layout()
495 awt::Rectangle aWindowBox (mxParentWindow->getPosSize()); in Layout()
575 if ( ! mxParentWindow.is()) in Paint()
602 awt::Rectangle aWindowBox (mxParentWindow->getPosSize()); in PaintToolBar()
677 mxParentWindow, in Invalidate()