Searched refs:bNewPressed (Results 1 – 1 of 1) sorted by relevance
2542 sal_Bool bNewPressed = aTestRect.IsInside( aMousePosPixel ); in Tracking() local2543 if ( bNewPressed != mbAutoHidePressed ) in Tracking()2545 mbAutoHidePressed = bNewPressed; in Tracking()2568 sal_Bool bNewPressed = aTestRect.IsInside( aMousePosPixel ); in Tracking() local2569 if ( bNewPressed != mbFadeInPressed ) in Tracking()2571 mbFadeInPressed = bNewPressed; in Tracking()2594 sal_Bool bNewPressed = aTestRect.IsInside( aMousePosPixel ); in Tracking() local2595 if ( bNewPressed == sal_False ) in Tracking()2597 mbFadeOutPressed = bNewPressed; in Tracking()
Completed in 21 milliseconds