Lines Matching refs:mxParentWindow

128       mxParentWindow(),  in PresenterWindowManager()
191 if (mxParentWindow.is()) in SetParentPane()
193 mxParentWindow->removeWindowListener(this); in SetParentPane()
194 mxParentWindow->removePaintListener(this); in SetParentPane()
195 mxParentWindow->removeMouseListener(this); in SetParentPane()
196 mxParentWindow->removeFocusListener(this); in SetParentPane()
198 mxParentWindow = NULL; in SetParentPane()
203 mxParentWindow = rxPane->getWindow(); in SetParentPane()
208 mxParentWindow = NULL; in SetParentPane()
211 if (mxParentWindow.is()) in SetParentPane()
213 mxParentWindow->addWindowListener(this); in SetParentPane()
214 mxParentWindow->addPaintListener(this); in SetParentPane()
215 mxParentWindow->addMouseListener(this); in SetParentPane()
216 mxParentWindow->addFocusListener(this); in SetParentPane()
219 Reference<awt::XWindowPeer> xPeer (mxParentWindow, UNO_QUERY); in SetParentPane()
332 awt::Rectangle aParentBox = mxParentWindow->getPosSize(); in SetPanePosSizeAbsolute()
368 if (rEvent.Source == mxParentWindow) in windowResized()
380 mpPresenterController->GetPaintManager()->Invalidate(mxParentWindow); in windowResized()
392 if (rEvent.Source != mxParentWindow) in windowMoved()
430 if ( ! mxParentWindow.is()) in windowPaint()
537 if (rEvent.Source == mxParentWindow) in disposing()
538 mxParentWindow = NULL; in disposing()
842 if (mxParentWindow.is() && ! mbIsLayouting) in Layout()
883 awt::Rectangle aBox = mxParentWindow->getPosSize(); in LayoutStandardMode()
935 awt::Rectangle aBox = mxParentWindow->getPosSize(); in LayoutNotesMode()
1009 awt::Rectangle aWindowBox = mxParentWindow->getPosSize(); in LayoutSlideSorterMode()
1026 awt::Rectangle aWindowBox = mxParentWindow->getPosSize(); in LayoutHelpMode()
1079 const awt::Rectangle aBox = mxParentWindow->getPosSize(); in LayoutToolBar()
1189 awt::Rectangle aBox = mxParentWindow->getPosSize(); in LayoutUnknownMode()
1222 awt::Rectangle aParentBox = mxParentWindow->getPosSize(); in UpdateWindowSize()
1253 if ( ! mxParentWindow.is()) in PaintBackground()
1262 PresenterGeometryHelper::CreatePolygon(mxParentWindow->getPosSize(), xDevice)); in PaintBackground()
1337 aSize.Height = mxParentWindow->getPosSize().Height; in ProvideBackgroundBitmap()
1341 aSize.Width = mxParentWindow->getPosSize().Width; in ProvideBackgroundBitmap()
1365 aRectangles.push_back(mxParentWindow->getPosSize()); in CreateClipPolyPolygon()
1415 aArguments[nIndex++] = Any(mxParentWindow); in UpdateWindowList()
1455 mpPresenterController->GetPaintManager()->Invalidate(mxParentWindow); in Invalidate()
1463 return mxParentWindow; in GetParentWindow()