Home
last modified time | relevance | path

Searched refs:nImageSep (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/control/
H A Dbutton.cxx486 aRect.Right() -= ( aImageSize.Width() + nImageSep ); in ImplDrawAlignedImage()
510 nImageSep += nDiff; in ImplDrawAlignedImage()
554 aImagePos.X() = rPos.X() + aTSSize.Width() + nImageSep; in ImplDrawAlignedImage()
566 aImagePos.Y() = rPos.Y() + aTSSize.Height() + nImageSep; in ImplDrawAlignedImage()
1007 sal_uLong nImageSep = 1 + (pDev->GetTextHeight()-10)/2; in ImplDrawPushButtonContent() local
1008 if( nImageSep < 1 ) in ImplDrawPushButtonContent()
1009 nImageSep = 1; in ImplDrawPushButtonContent()
2314 aPos.X() += rImageSize.Width() + nImageSep; in ImplDraw()
2315 aSize.Width() -= rImageSize.Width() + nImageSep; in ImplDraw()
3410 aPos.X() += rImageSize.Width() + nImageSep; in ImplDraw()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx58 … sal_Bool bLayout, sal_uLong nImageSep, sal_uLong nDrawFlags,

Completed in 38 milliseconds