Searched refs:bNewPressed (Results 1 – 1 of 1) sorted by relevance
2544 sal_Bool bNewPressed = aTestRect.IsInside( aMousePosPixel ); in Tracking() local2545 if ( bNewPressed != mbAutoHidePressed ) in Tracking()2547 mbAutoHidePressed = bNewPressed; in Tracking()2570 sal_Bool bNewPressed = aTestRect.IsInside( aMousePosPixel ); in Tracking() local2571 if ( bNewPressed != mbFadeInPressed ) in Tracking()2573 mbFadeInPressed = bNewPressed; in Tracking()2596 sal_Bool bNewPressed = aTestRect.IsInside( aMousePosPixel ); in Tracking() local2597 if ( bNewPressed == sal_False ) in Tracking()2599 mbFadeOutPressed = bNewPressed; in Tracking()
Completed in 51 milliseconds