Home
last modified time | relevance | path

Searched refs:pMouseWindow (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/window/
H A Dwinproc.cxx1488 Window *pMouseWindow = NULL; in ImplHandleWheelEvent() local
1496 if( !pMouseWindow ) in ImplHandleWheelEvent()
1497 pMouseWindow = pWindow->ImplFindWindow( aMousePos ); in ImplHandleWheelEvent()
1501 pMouseWindow = pMouseWindow->ImplFindWindow( in ImplHandleWheelEvent()
1502 pMouseWindow->OutputToScreenPixel( in ImplHandleWheelEvent()
1503 pMouseWindow->AbsoluteScreenToOutputPixel( in ImplHandleWheelEvent()
1509 if ( pMouseWindow && in ImplHandleWheelEvent()
1510pMouseWindow->IsEnabled() && pMouseWindow->IsInputEnabled() && ! pMouseWindow->IsInModalMode() ) in ImplHandleWheelEvent()
1513 Point aRelMousePos( pMouseWindow->OutputToScreenPixel( in ImplHandleWheelEvent()
1514 pMouseWindow->AbsoluteScreenToOutputPixel( in ImplHandleWheelEvent()
[all …]

Completed in 22 milliseconds