Home
last modified time | relevance | path

Searched refs:mpMouseDownWin (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/inc/
H A Dwindow.h163 Window* mpMouseDownWin; // last window, where MouseButtonDown() called member
/trunk/main/vcl/source/window/
H A Dwindow.cxx883 mpWindowImpl->mpFrameData->mpMouseDownWin = NULL; in ImplInit()
4729 if ( mpWindowImpl->mpFrameData->mpMouseDownWin == this ) in ~Window()
4730 mpWindowImpl->mpFrameData->mpMouseDownWin = NULL; in ~Window()
6393 if ( mpWindowImpl->mpFrameData->mpMouseDownWin ) in SetParent()
6395 if ( IsWindowOrChild( mpWindowImpl->mpFrameData->mpMouseDownWin ) ) in SetParent()
6396 mpWindowImpl->mpFrameData->mpMouseDownWin = NULL; in SetParent()
H A Dwinproc.cxx533 Window* pMouseDownWin = pWinFrameData->mpMouseDownWin; in ImplHandleMouseEvent()
673 if ( (pChild == pChild->ImplGetFrameData()->mpMouseDownWin) && in ImplHandleMouseEvent()
686 pChild->ImplGetFrameData()->mpMouseDownWin = pChild; in ImplHandleMouseEvent()

Completed in 65 milliseconds