Lines Matching refs:aInnerRect
3228 Rectangle aInnerRect( pThis->mpData->maMenubuttonItem.maRect ); in ImplDrawMenubutton() local
3236 aInnerRect.Left() += nDiff1; in ImplDrawMenubutton()
3237 aInnerRect.Right() -= nDiff2; in ImplDrawMenubutton()
3241 aInnerRect.Top() += nDiff1; in ImplDrawMenubutton()
3242 aInnerRect.Bottom() -= nDiff2; in ImplDrawMenubutton()
3248 aInnerRect.nLeft+=2; in ImplDrawMenubutton()
3249 aInnerRect.nRight-=1; in ImplDrawMenubutton()
3250 aInnerRect.nTop+=1; in ImplDrawMenubutton()
3251 aInnerRect.nBottom-=1; in ImplDrawMenubutton()
3255 aInnerRect.nLeft+=1; in ImplDrawMenubutton()
3256 aInnerRect.nRight-=1; in ImplDrawMenubutton()
3257 aInnerRect.nTop+=2; in ImplDrawMenubutton()
3258 aInnerRect.nBottom-=1; in ImplDrawMenubutton()
3261 …ImplErase( pThis, bNativeButtons ? pThis->mpData->maMenubuttonItem.maRect : aInnerRect, bHighlight… in ImplDrawMenubutton()
3268 pThis->DrawSelectionBackground( aInnerRect, 2, sal_False, sal_False, sal_False ); in ImplDrawMenubutton()
3280 pThis->DrawGradient( aInnerRect, g ); in ImplDrawMenubutton()
3283 Rectangle aRect( aInnerRect ); in ImplDrawMenubutton()
3294 aRect = aInnerRect; in ImplDrawMenubutton()