Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx293 Rectangle maMouseRect; member in RadioButton
337 inline void SetMouseRect( const Rectangle& _rMouseRect ) { maMouseRect = _rMouseRect; } in SetMouseRect()
338 inline const Rectangle& GetMouseRect( ) const { return maMouseRect; } in GetMouseRect()
413 Rectangle maMouseRect; member in CheckBox
446 SAL_DLLPRIVATE const Rectangle& GetMouseRect() const { return maMouseRect; } in GetMouseRect()
/trunk/main/vcl/source/control/
H A Dbutton.cxx2443 aImageSize, maStateRect, maMouseRect, bLayout ); in ImplDrawRadioButton()
2625 if ( rMEvt.IsLeft() && maMouseRect.IsInside( rMEvt.GetPosPixel() ) ) in MouseButtonDown()
2658 if ( maMouseRect.IsInside( rTEvt.GetMouseEvent().GetPosPixel() ) ) in Tracking()
2917 if( ( maMouseRect.IsInside( GetPointerPosPixel()) && in PreNotify()
2919 ( maMouseRect.IsInside( GetLastPointerPosPixel()) && in PreNotify()
2920 !maMouseRect.IsInside( GetPointerPosPixel()) ) || in PreNotify()
3505 maStateRect, maMouseRect, bLayout ); in ImplDrawCheckBox()
3571 if ( rMEvt.IsLeft() && maMouseRect.IsInside( rMEvt.GetPosPixel() ) ) in MouseButtonDown()
3914 if( ( maMouseRect.IsInside( GetPointerPosPixel()) && in PreNotify()
3916 ( maMouseRect.IsInside( GetLastPointerPosPixel()) && in PreNotify()
[all …]

Completed in 35 milliseconds