Searched refs:mxOuterDragWindow (Results 1 – 2 of 2) sorted by relevance
96 mxOuterDragWindow(), in PresenterPaneBorderManager()302 mxOuterDragWindow = iDescriptor->first; in mousePressed()304 OSL_ASSERT(mxOuterDragWindow.is() && mxInnerDragWindow.is()); in mousePressed()305 const awt::Rectangle aOuterBox (mxOuterDragWindow->getPosSize()); in mousePressed()309 mxOuterDragWindow, in mousePressed()324 ReleaseMouse(mxOuterDragWindow); in mouseReleased()326 mxOuterDragWindow = NULL; in mouseReleased()347 ReleaseMouse(mxOuterDragWindow); in mouseExited()349 mxOuterDragWindow = NULL; in mouseExited()426 if ( ! mxOuterDragWindow.is()) in mouseDragged()[all …]
137 css::uno::Reference<css::awt::XWindow> mxOuterDragWindow; member in sdext::presenter::PresenterPaneBorderManager