Lines Matching refs:maLowerRect
48 rValue.maLowerRect = rLowerRect; in ImplGetSpinbuttonValue()
102 Rectangle aClipRect( rSpinbuttonValue.maLowerRect ); in ImplDrawNativeSpinfield()
429 else if ( maLowerRect.IsInside( rMEvt.GetPosPixel() ) ) in MouseButtonDown()
433 Invalidate( maLowerRect ); in MouseButtonDown()
474 Invalidate( maLowerRect ); in MouseButtonUp()
508 sal_Bool bNewLowerIn = maLowerRect.IsInside( rMEvt.GetPosPixel() ); in MouseMove()
520 Invalidate( maLowerRect ); in MouseMove()
645 ImplDrawSpinButton( this, maUpperRect, maLowerRect, in Paint()
766 ImplCalcButtonAreas( this, aSize, maDropDownRect, maUpperRect, maLowerRect ); in Resize()
809 Invalidate( Rectangle( maUpperRect.TopLeft(), maLowerRect.BottomRight() ) ); in Resize()
829 Invalidate( maLowerRect ); in StateChanged()
899 else if( maLowerRect.IsInside( rPt ) ) in ImplFindPartRect()
900 return &maLowerRect; in ImplFindPartRect()