Lines Matching refs:mxOuterDragWindow
97 mxOuterDragWindow(), in PresenterPaneBorderManager()
305 mxOuterDragWindow = iDescriptor->first; in mousePressed()
307 OSL_ASSERT(mxOuterDragWindow.is() && mxInnerDragWindow.is()); in mousePressed()
308 const awt::Rectangle aOuterBox (mxOuterDragWindow->getPosSize()); in mousePressed()
312 mxOuterDragWindow, in mousePressed()
328 ReleaseMouse(mxOuterDragWindow); in mouseReleased()
330 mxOuterDragWindow = NULL; in mouseReleased()
353 ReleaseMouse(mxOuterDragWindow); in mouseExited()
355 mxOuterDragWindow = NULL; in mouseExited()
434 if ( ! mxOuterDragWindow.is()) in mouseDragged()
437 CaptureMouse(mxOuterDragWindow); in mouseDragged()
439 const awt::Rectangle aOldBox (mxOuterDragWindow->getPosSize()); in mouseDragged()
501 mxOuterDragWindow->setPosSize(aBox.X, aBox.Y, aBox.Width, aBox.Height, nFlags); in mouseDragged()