Lines Matching refs:rBmpEx
1785 sal_Bool TransferableDataHelper::GetBitmapEx( SotFormatStringId nFormat, BitmapEx& rBmpEx ) in GetBitmapEx() argument
1794 if(GetBitmapEx(aFlavor, rBmpEx)) in GetBitmapEx()
1802 … return( SotExchange::GetFormatDataFlavor( nFormat, aFlavor ) && GetBitmapEx( aFlavor, rBmpEx ) ); in GetBitmapEx()
1807 sal_Bool TransferableDataHelper::GetBitmapEx( const DataFlavor& rFlavor, BitmapEx& rBmpEx ) in GetBitmapEx() argument
1834 rBmpEx = aPNGReader.Read(); in GetBitmapEx()
1837 if(rBmpEx.IsEmpty()) in GetBitmapEx()
1848 rBmpEx = aBitmap; in GetBitmapEx()
1852 rBmpEx = BitmapEx(aBitmap, aMask); in GetBitmapEx()
1856 bRet = (ERRCODE_NONE == xStm->GetError() && !rBmpEx.IsEmpty()); in GetBitmapEx()
1869 const MapMode aMapMode(rBmpEx.GetPrefMapMode()); in GetBitmapEx()
1873 … const Size aSize(OutputDevice::LogicToLogic(rBmpEx.GetPrefSize(), aMapMode, MAP_100TH_MM)); in GetBitmapEx()
1879 rBmpEx.SetPrefMapMode(MAP_PIXEL); in GetBitmapEx()
1883 rBmpEx.SetPrefSize(aNewSize); in GetBitmapEx()