Home
last modified time | relevance | path

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

/aoo41x/main/vcl/source/window/
H A Dsplitwin.cxx2542 sal_Bool bNewPressed = aTestRect.IsInside( aMousePosPixel ); in Tracking() local
2543 if ( bNewPressed != mbAutoHidePressed ) in Tracking()
2545 mbAutoHidePressed = bNewPressed; in Tracking()
2568 sal_Bool bNewPressed = aTestRect.IsInside( aMousePosPixel ); in Tracking() local
2569 if ( bNewPressed != mbFadeInPressed ) in Tracking()
2571 mbFadeInPressed = bNewPressed; in Tracking()
2594 sal_Bool bNewPressed = aTestRect.IsInside( aMousePosPixel ); in Tracking() local
2595 if ( bNewPressed == sal_False ) in Tracking()
2597 mbFadeOutPressed = bNewPressed; in Tracking()

Completed in 32 milliseconds