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.cxx366 sal_uLong nImageSep, sal_uLong nDrawFlags, in ImplDrawAlignedImage() argument
484 aRect.Right() -= ( aImageSize.Width() + nImageSep ); in ImplDrawAlignedImage()
493 aRect.Bottom() -= ( aImageSize.Height() + nImageSep ); in ImplDrawAlignedImage()
508 nImageSep += nDiff; in ImplDrawAlignedImage()
546 aTextPos.X() = rPos.X() + aImageSize.Width() + nImageSep; in ImplDrawAlignedImage()
552 aImagePos.X() = rPos.X() + aTSSize.Width() + nImageSep; in ImplDrawAlignedImage()
558 aTextPos.Y() = rPos.Y() + aImageSize.Height() + nImageSep; in ImplDrawAlignedImage()
564 aImagePos.Y() = rPos.Y() + aTSSize.Height() + nImageSep; in ImplDrawAlignedImage()
1005 sal_uLong nImageSep = 1 + (pDev->GetTextHeight()-10)/2; in ImplDrawPushButtonContent() local
1006 if( nImageSep < 1 ) in ImplDrawPushButtonContent()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx58 … sal_Bool bLayout, sal_uLong nImageSep, sal_uLong nDrawFlags,