Lines Matching refs:maLowerRect
2557 maLowerRect = aEmptyRect; in ImplFormat()
2570 Rectangle aOldLowerRect = maLowerRect; in ImplFormat()
2575 maLowerRect = aEmptyRect; in ImplFormat()
2643 maLowerRect.Bottom() = mnDY-mnBottomBorder-mnBorderY-TB_BORDER_OFFSET2-1; in ImplFormat()
2644 maLowerRect.Left() = maUpperRect.Left(); in ImplFormat()
2645 maLowerRect.Right() = maUpperRect.Right(); in ImplFormat()
2647 (maLowerRect.Bottom()-maUpperRect.Top())/2; in ImplFormat()
2648 maLowerRect.Top() = maUpperRect.Bottom(); in ImplFormat()
2674 maLowerRect.Right() = mnDX-mnRightBorder-mnBorderX-TB_BORDER_OFFSET2-1; in ImplFormat()
2675 maLowerRect.Top() = maUpperRect.Top(); in ImplFormat()
2676 maLowerRect.Bottom() = maUpperRect.Bottom(); in ImplFormat()
2678 (maLowerRect.Right()-maUpperRect.Left())/2; in ImplFormat()
2679 maLowerRect.Left() = maUpperRect.Right(); in ImplFormat()
2840 if ( aOldLowerRect != maLowerRect ) in ImplFormat()
2842 maPaintRect.Union( maLowerRect ); in ImplFormat()
3327 if ( maUpperRect.IsEmpty() || maLowerRect.IsEmpty() ) in ImplDrawSpin()
3346 ImplDrawSpinButton( this, maUpperRect, maLowerRect, in ImplDrawSpin()
4021 sal_Bool bNewIn = maLowerRect.IsInside( aMousePos ); in ImplHandleMouseMove()
4590 if ( maLowerRect.IsInside( aMousePos ) ) in MouseButtonDown()