Searched refs:mxOuterDragWindow (Results 1 – 2 of 2) sorted by relevance
97 mxOuterDragWindow(), in PresenterPaneBorderManager()305 mxOuterDragWindow = iDescriptor->first; in mousePressed()307 OSL_ASSERT(mxOuterDragWindow.is() && mxInnerDragWindow.is()); 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()[all …]
146 css::uno::Reference<css::awt::XWindow> mxOuterDragWindow; member in sdext::presenter::PresenterPaneBorderManager
Completed in 7 milliseconds