Home
last modified time | relevance | path

Searched refs:nBmpHeight (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx832 const long nBmpHeight = aBmpEx.GetSizePixel().Height(); in ImplDrawBitmapWallpaper() local
846 aVDev.SetOutputSizePixel( Size( nBmpWidth, nBmpHeight ) ); in ImplDrawBitmapWallpaper()
917 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()
923 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()
930 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()
935 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()
941 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()
948 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()
967 nFirstY = aPos.Y() + ( ( aSize.Height() - nBmpHeight ) >> 1 ); in ImplDrawBitmapWallpaper()
971 const long nOffY = ( nFirstY - nY ) % nBmpHeight; in ImplDrawBitmapWallpaper()
[all …]
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx2352 long nBmpHeight, nBmpWidth; in CalcTextRect() local
2372 nBmpHeight = aContextBmpSize.Height(); in CalcTextRect()
2373 if( nBmpHeight < nMaxBmpHeight ) in CalcTextRect()
2374 nBmpHeight = nMaxBmpHeight; in CalcTextRect()
2375 aPos.Y() += nBmpHeight; in CalcTextRect()
2453 long nBmpHeight = pEntry->GetFirstItem(SV_ITEM_ID_LBOXCONTEXTBMP)->GetSize(pView,pEntry).Height(); in CalcBoundingHeight() local
2459 nHeight = Max( nBmpHeight, nMaxBmpHeight ); in CalcBoundingHeight()
2465 nHeight = Max( nBmpHeight, nMaxBmpHeight ); in CalcBoundingHeight()
3673 …long nBmpHeight = ((SvLBoxEntry*)pEntry)->GetFirstItem(SV_ITEM_ID_LBOXCONTEXTBMP)->GetSize(pView,(… in CalcMaxTextRect() local
3674 aRect.Top() += nBmpHeight; in CalcMaxTextRect()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx758 sal_Int32 nBmpHeight = aBmp.GetSizePixel().Height(); in IMPL_LINK() local
761 double nYRatio = (double) nOutHeight / nBmpHeight; in IMPL_LINK()

Completed in 38 milliseconds