Lines Matching refs:mxWindow
156 mxWindow(), in PresenterCanvas()
178 mxWindow(rxWindow), in PresenterCanvas()
184 if (mxWindow.is()) in PresenterCanvas()
185 mxWindow->addWindowListener(this); in PresenterCanvas()
204 if (mxWindow.is()) in disposing()
205 mxWindow->removeWindowListener(this); in disposing()
244 if ( ! (rArguments[4] >>= mxWindow)) in initialize()
255 if (mxWindow.is()) in initialize()
256 mxWindow->addWindowListener(this); in initialize()
261 mxWindow = NULL; in initialize()
720 if (rEvent.Source == mxWindow) in disposing()
721 mxWindow = NULL; in disposing()
779 if (mxWindow.is()) in getSize()
781 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in getSize()
910 if (mxWindow.is() && rxBaseWindow.is()) in GetOffset()
912 ::Window* pWindow = VCLUnoHelper::GetWindow(mxWindow); in GetOffset()
936 ::Window* pWindow = VCLUnoHelper::GetWindow(mxWindow); in GetClipRectangle()
999 if ( ! mxWindow.is()) in UpdateSpriteClip()
1008 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in UpdateSpriteClip()