Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/window/
H A Dsplitwin.cxx2544 sal_Bool bNewPressed = aTestRect.IsInside( aMousePosPixel ); in Tracking() local
2545 if ( bNewPressed != mbAutoHidePressed ) in Tracking()
2547 mbAutoHidePressed = bNewPressed; in Tracking()
2570 sal_Bool bNewPressed = aTestRect.IsInside( aMousePosPixel ); in Tracking() local
2571 if ( bNewPressed != mbFadeInPressed ) in Tracking()
2573 mbFadeInPressed = bNewPressed; in Tracking()
2596 sal_Bool bNewPressed = aTestRect.IsInside( aMousePosPixel ); in Tracking() local
2597 if ( bNewPressed == sal_False ) in Tracking()
2599 mbFadeOutPressed = bNewPressed; in Tracking()

Completed in 51 milliseconds