Lines Matching refs:maUpperRect

2558         maUpperRect = aEmptyRect;  in ImplFormat()
2571 Rectangle aOldUpperRect = maUpperRect; in ImplFormat()
2574 maUpperRect = aEmptyRect; in ImplFormat()
2640 maUpperRect.Left() = nLeft+nMax+TB_SPIN_OFFSET; in ImplFormat()
2641 maUpperRect.Right() = maUpperRect.Left()+TB_SPIN_SIZE-1; in ImplFormat()
2642 maUpperRect.Top() = nTop; in ImplFormat()
2644 maLowerRect.Left() = maUpperRect.Left(); in ImplFormat()
2645 maLowerRect.Right() = maUpperRect.Right(); in ImplFormat()
2646 maUpperRect.Bottom() = maUpperRect.Top() + in ImplFormat()
2647 (maLowerRect.Bottom()-maUpperRect.Top())/2; in ImplFormat()
2648 maLowerRect.Top() = maUpperRect.Bottom(); in ImplFormat()
2671 maUpperRect.Top() = nTop+nMax+TB_SPIN_OFFSET;; in ImplFormat()
2672 maUpperRect.Bottom() = maUpperRect.Top()+TB_SPIN_SIZE-1; in ImplFormat()
2673 maUpperRect.Left() = nLeft; in ImplFormat()
2675 maLowerRect.Top() = maUpperRect.Top(); in ImplFormat()
2676 maLowerRect.Bottom() = maUpperRect.Bottom(); in ImplFormat()
2677 maUpperRect.Right() = maUpperRect.Left() + in ImplFormat()
2678 (maLowerRect.Right()-maUpperRect.Left())/2; in ImplFormat()
2679 maLowerRect.Left() = maUpperRect.Right(); in ImplFormat()
2845 if ( aOldUpperRect != maUpperRect ) in ImplFormat()
2847 maPaintRect.Union( maUpperRect ); in ImplFormat()
3327 if ( maUpperRect.IsEmpty() || maLowerRect.IsEmpty() ) in ImplDrawSpin()
3346 ImplDrawSpinButton( this, maUpperRect, maLowerRect, in ImplDrawSpin()
4010 sal_Bool bNewIn = maUpperRect.IsInside( aMousePos ); in ImplHandleMouseMove()
4579 if ( maUpperRect.IsInside( aMousePos ) ) in MouseButtonDown()