Lines Matching refs:rDev
233 void SvLBoxString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 /* nFlags */, in Paint() argument
239 sal_uInt16 nStyle = rDev.IsEnabled() ? 0 : TEXT_DRAW_DISABLE; in Paint()
240 if ( rDev.IsEntryMnemonicsEnabled() ) in Paint()
242 rDev.DrawText( Rectangle(rPos,GetSize(&rDev,_pEntry)),aStr,nStyle); in Paint()
245 rDev.DrawText( rPos, aStr); in Paint()
320 void SvLBoxBmp::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 /* nFlags */, in Paint() argument
324 sal_uInt16 nStyle = rDev.IsEnabled() ? 0 : IMAGE_DRAW_DISABLE; in Paint()
325 rDev.DrawImage( rPos, aBmp ,nStyle); in Paint()
404 void SvLBoxButton::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 /* nFlags */, in Paint() argument
411 rDev.IsEnabled() ? 0 : IMAGE_DRAW_DISABLE; in Paint()
418 …if ( nIndex != SV_BMP_STATICIMAGE && rDev.IsNativeControlSupported( eCtrlType, PART_ENTIRE_CONTROL… in Paint()
421 ImplAdjustBoxSize( aSize, eCtrlType, &rDev ); in Paint()
437 bNativeOK = rDev.DrawNativeControl( eCtrlType, PART_ENTIRE_CONTROL, in Paint()
442 rDev.DrawImage( rPos, pData->aBmps[nIndex + nBaseOffs] ,nStyle); in Paint()