Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/control/
H A Dbutton.cxx368 sal_uLong nImageSep, sal_uLong nDrawFlags, in ImplDrawAlignedImage() argument
486 aRect.Right() -= ( aImageSize.Width() + nImageSep ); in ImplDrawAlignedImage()
495 aRect.Bottom() -= ( aImageSize.Height() + nImageSep ); in ImplDrawAlignedImage()
510 nImageSep += nDiff; in ImplDrawAlignedImage()
548 aTextPos.X() = rPos.X() + aImageSize.Width() + nImageSep; in ImplDrawAlignedImage()
554 aImagePos.X() = rPos.X() + aTSSize.Width() + nImageSep; in ImplDrawAlignedImage()
560 aTextPos.Y() = rPos.Y() + aImageSize.Height() + 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()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dbutton.hxx58 … sal_Bool bLayout, sal_uLong nImageSep, sal_uLong nDrawFlags,