Lines Matching refs:nImageSep

368                                    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()
1009 nImageSep = 1; in ImplDrawPushButtonContent()
1020 ImplDrawAlignedImage( pDev, aPos, aSize, bLayout, nImageSep, in ImplDrawPushButtonContent()
1047 ImplDrawAlignedImage( pDev, aPos, aSize, bLayout, nImageSep, nDrawFlags, in ImplDrawPushButtonContent()
2311 const long nImageSep = GetDrawPixel( pDev, ImplGetImageToTextDistance() ); in ImplDraw() local
2314 aPos.X() += rImageSize.Width() + nImageSep; in ImplDraw()
2315 aSize.Width() -= rImageSize.Width() + nImageSep; in ImplDraw()
3407 const long nImageSep = GetDrawPixel( pDev, ImplGetImageToTextDistance() ); in ImplDraw() local
3410 aPos.X() += rImageSize.Width() + nImageSep; in ImplDraw()
3411 aSize.Width() -= rImageSize.Width() + nImageSep; in ImplDraw()