Lines Matching refs:aInRect

976     Rectangle               aInRect = rRect;  in ImplDrawPushButtonContent()  local
982 if( aInRect.nRight < aInRect.nLeft || aInRect.nBottom < aInRect.nTop ) in ImplDrawPushButtonContent()
983 aInRect.SetEmpty(); in ImplDrawPushButtonContent()
986 pDev->IntersectClipRegion( aInRect ); in ImplDrawPushButtonContent()
1016 aInRect.Right() -= 5; in ImplDrawPushButtonContent()
1017 aInRect.Left() = aInRect.Right() - nSymbolSize; in ImplDrawPushButtonContent()
1024 ImplCalcSymbolRect( aInRect ); in ImplDrawPushButtonContent()
1028 long nDistance = (aInRect.GetHeight() > 10) ? 2 : 1; in ImplDrawPushButtonContent()
1032 long nX = aInRect.Left() - 2*nDistance;; in ImplDrawPushButtonContent()
1033 Point aStartPt( nX, aInRect.Top()+nDistance ); in ImplDrawPushButtonContent()
1034 Point aEndPt( nX, aInRect.Bottom()-nDistance ); in ImplDrawPushButtonContent()
1037 aDecoView.DrawSymbol( aInRect, SYMBOL_SPIN_DOWN, aColor, nStyle ); in ImplDrawPushButtonContent()
1038 aInRect.Left() -= 2*nDistance; in ImplDrawPushButtonContent()
1039 ImplSetSymbolRect( aInRect ); in ImplDrawPushButtonContent()
1073 ImplDrawBtnDropDownArrow( pDev, aInRect.Right()-6, aInRect.Top()+1, in ImplDrawPushButtonContent()
1078 UserDrawEvent aUDEvt( this, aInRect, 0 ); in ImplDrawPushButtonContent()
1101 Rectangle aInRect = aRect; in ImplDrawPushButton() local
1164 if ( IsMouseOver() && aInRect.IsInside( GetPointerPosPixel() ) ) in ImplDrawPushButton()
1167 bNativeOK = DrawNativeControl( aCtrlType, PART_BUTTON_DOWN, aInRect, nState, in ImplDrawPushButton()
1176 bool bRollOver = (IsMouseOver() && aInRect.IsInside( GetPointerPosPixel() )); in ImplDrawPushButton()
1186 Rectangle aCtrlRegion( aInRect ); in ImplDrawPushButton()
1208 aInRect.Top()+=4; in ImplDrawPushButton()
1209 aInRect.Bottom()-=4; in ImplDrawPushButton()
1210 aInRect.Left()+=4; in ImplDrawPushButton()
1211 aInRect.Right()-=4; in ImplDrawPushButton()
1217 Size aInRectSize( LogicToPixel( Size( aInRect.GetWidth(), aInRect.GetHeight() ) ) ); in ImplDrawPushButton()
1233 aInRect, bLayout, bDrawMenuSep ); in ImplDrawPushButton()
1244 Rectangle aTempRect( aInRect ); in ImplDrawPushButton()
1247 aInRect.Left() += 2; in ImplDrawPushButton()
1248 aInRect.Top() += 2; in ImplDrawPushButton()
1249 aInRect.Right() -= 2; in ImplDrawPushButton()
1250 aInRect.Bottom() -= 2; in ImplDrawPushButton()
1255 ImplDrawPushButtonFrame( this, aInRect, nButtonStyle ); in ImplDrawPushButton()
1259 ImplDrawPushButtonContent( this, 0, aInRect, bLayout, bDrawMenuSep ); in ImplDrawPushButton()