Lines Matching refs:rSize
1277 SvxBitmapCtl::SvxBitmapCtl( Window* /*pParent*/, const Size& rSize ) in SvxBitmapCtl() argument
1279 aSize = rSize; in SvxBitmapCtl()
1623 void formatBitmapExToSize(BitmapEx& rBitmapEx, const Size& rSize) in formatBitmapExToSize() argument
1625 if(!rBitmapEx.IsEmpty() && rSize.Width() > 0 && rSize.Height() > 0) in formatBitmapExToSize()
1628 aVirtualDevice.SetOutputSizePixel(rSize); in formatBitmapExToSize()
1641 aVirtualDevice.DrawCheckered(aNull, rSize, nLen, aW, aG); in formatBitmapExToSize()
1650 …if(rBitmapEx.GetSizePixel().Width() >= rSize.Width() && rBitmapEx.GetSizePixel().Height() >= rSize… in formatBitmapExToSize()
1654 rBitmapEx.Scale(rSize, nScaleFlag); in formatBitmapExToSize()
1661 for(sal_Int32 y(0); y < rSize.Height(); y += aBitmapSize.Height()) in formatBitmapExToSize()
1663 for(sal_Int32 x(0); x < rSize.Width(); x += aBitmapSize.Width()) in formatBitmapExToSize()
1672 rBitmapEx = aVirtualDevice.GetBitmap(Point(0, 0), rSize); in formatBitmapExToSize()
1702 void BitmapLB::Append(const Size& rSize, const XBitmapEntry& rEntry) in Append() argument
1708 formatBitmapExToSize(maBitmapEx, rSize); in Append()
1721 void BitmapLB::Modify(const Size& rSize, const XBitmapEntry& rEntry, sal_uInt16 nPos) in Modify() argument
1728 formatBitmapExToSize(maBitmapEx, rSize); in Modify()