Lines Matching refs:aInRect
974 Rectangle aInRect = rRect; in ImplDrawPushButtonContent() local
980 if( aInRect.nRight < aInRect.nLeft || aInRect.nBottom < aInRect.nTop ) in ImplDrawPushButtonContent()
981 aInRect.SetEmpty(); in ImplDrawPushButtonContent()
984 pDev->IntersectClipRegion( aInRect ); in ImplDrawPushButtonContent()
1014 aInRect.Right() -= 5; in ImplDrawPushButtonContent()
1015 aInRect.Left() = aInRect.Right() - nSymbolSize; in ImplDrawPushButtonContent()
1022 ImplCalcSymbolRect( aInRect ); in ImplDrawPushButtonContent()
1026 long nDistance = (aInRect.GetHeight() > 10) ? 2 : 1; in ImplDrawPushButtonContent()
1030 long nX = aInRect.Left() - 2*nDistance; in ImplDrawPushButtonContent()
1031 Point aStartPt( nX, aInRect.Top()+nDistance ); in ImplDrawPushButtonContent()
1032 Point aEndPt( nX, aInRect.Bottom()-nDistance ); in ImplDrawPushButtonContent()
1035 aDecoView.DrawSymbol( aInRect, SYMBOL_SPIN_DOWN, aColor, nStyle ); in ImplDrawPushButtonContent()
1036 aInRect.Left() -= 2*nDistance; in ImplDrawPushButtonContent()
1037 ImplSetSymbolRect( aInRect ); in ImplDrawPushButtonContent()
1071 ImplDrawBtnDropDownArrow( pDev, aInRect.Right()-6, aInRect.Top()+1, in ImplDrawPushButtonContent()
1076 UserDrawEvent aUDEvt( this, aInRect, 0 ); in ImplDrawPushButtonContent()
1099 Rectangle aInRect = aRect; in ImplDrawPushButton() local
1162 if ( IsMouseOver() && aInRect.IsInside( GetPointerPosPixel() ) ) in ImplDrawPushButton()
1165 bNativeOK = DrawNativeControl( aCtrlType, PART_BUTTON_DOWN, aInRect, nState, in ImplDrawPushButton()
1174 bool bRollOver = (IsMouseOver() && aInRect.IsInside( GetPointerPosPixel() )); in ImplDrawPushButton()
1184 Rectangle aCtrlRegion( aInRect ); in ImplDrawPushButton()
1206 aInRect.Top()+=4; in ImplDrawPushButton()
1207 aInRect.Bottom()-=4; in ImplDrawPushButton()
1208 aInRect.Left()+=4; in ImplDrawPushButton()
1209 aInRect.Right()-=4; in ImplDrawPushButton()
1215 Size aInRectSize( LogicToPixel( Size( aInRect.GetWidth(), aInRect.GetHeight() ) ) ); in ImplDrawPushButton()
1231 aInRect, bLayout, bDrawMenuSep ); in ImplDrawPushButton()
1242 Rectangle aTempRect( aInRect ); in ImplDrawPushButton()
1245 aInRect.Left() += 2; in ImplDrawPushButton()
1246 aInRect.Top() += 2; in ImplDrawPushButton()
1247 aInRect.Right() -= 2; in ImplDrawPushButton()
1248 aInRect.Bottom() -= 2; in ImplDrawPushButton()
1253 ImplDrawPushButtonFrame( this, aInRect, nButtonStyle ); in ImplDrawPushButton()
1257 ImplDrawPushButtonContent( this, 0, aInRect, bLayout, bDrawMenuSep ); in ImplDrawPushButton()