Lines Matching refs:maLowerRect
144 maLowerRect = Rectangle( 0, 0, aSize.Width() / 2, aSize.Height() - 1 ); in Resize()
145 maUpperRect = Rectangle( maLowerRect.TopRight(), aRect.BottomRight() ); in Resize()
150 maLowerRect = Rectangle( maUpperRect.BottomLeft(), aRect.BottomRight() ); in Resize()
209 ImplDrawSpinButton( this, maUpperRect, maLowerRect, mbUpperIn, mbLowerIn, in Paint()
227 else if ( maLowerRect.IsInside( rMEvt.GetPosPixel() ) && ( ImplIsLowerEnabled() ) ) in MouseButtonDown()
231 Invalidate( maLowerRect ); in MouseButtonDown()
264 Invalidate( maLowerRect ); in MouseButtonUp()
287 else if ( !maLowerRect.IsInside( rMEvt.GetPosPixel() ) && in MouseMove()
292 Invalidate( maLowerRect ); in MouseMove()
304 else if ( maLowerRect.IsInside( rMEvt.GetPosPixel() ) && in MouseMove()
310 Invalidate( maLowerRect ); in MouseMove()
485 maFocusRect = _bUpper ? maUpperRect : maLowerRect; in ImplCalcFocusRect()
500 else if( maLowerRect.IsInside( rPt ) ) in ImplFindPartRect()
501 return &maLowerRect; in ImplFindPartRect()