Searched refs:aSourceSizePixel (Results 1 – 4 of 4) sorted by relevance
281 awt::Size aSourceSizePixel( 0, 0 ); in ImpCompressGraphic() local284 … if ( ( xGraphicPropertySet->getPropertyValue( TKGet( TK_SizePixel ) ) >>= aSourceSizePixel ) && in ImpCompressGraphic()289 awt::Size aDestSizePixel( aSourceSizePixel ); in ImpCompressGraphic()305 …aGraphicCropPixel.Left = static_cast< sal_Int32 >( ( (double)aSourceSizePixel.Width * aGraphicCrop… in ImpCompressGraphic()306 …aGraphicCropPixel.Top = static_cast< sal_Int32 >( ( (double)aSourceSizePixel.Height* aGraphicCropL… in ImpCompressGraphic()307 …aGraphicCropPixel.Right = static_cast< sal_Int32 >( ( (double)aSourceSizePixel.Width * ( aSize100t… in ImpCompressGraphic()308 …aGraphicCropPixel.Bottom = static_cast< sal_Int32 >( ( (double)aSourceSizePixel.Height* ( aSize100… in ImpCompressGraphic()311 … aSourceSizePixel.Width = aGraphicCropPixel.Right - aGraphicCropPixel.Left; in ImpCompressGraphic()312 … aSourceSizePixel.Height= aGraphicCropPixel.Bottom - aGraphicCropPixel.Top; in ImpCompressGraphic()319 if ( ( aSourceSizePixel.Width > 0 ) && ( aSourceSizePixel.Height > 0 ) ) in ImpCompressGraphic()[all …]
267 awt::Size aSourceSizePixel( 0, 0 ); in GetOriginalSize() local268 … if ( xGraphicPropertySet->getPropertyValue( TKGet( TK_SizePixel ) ) >>= aSourceSizePixel ) in GetOriginalSize()273 …aSize100thMM.Width = static_cast< sal_Int32 >( ( aSourceSizePixel.Width * 100000.0 ) / rDeviceInfo… in GetOriginalSize()274 …aSize100thMM.Height = static_cast< sal_Int32 >( ( aSourceSizePixel.Height * 100000.0 ) / rDeviceIn… in GetOriginalSize()
521 Size aSourceSizePixel( rGraphic.GetSizePixel() ); in ImplCalculateCropRect() local522 if ( aSourceSizePixel.Width() && aSourceSizePixel.Height() ) in ImplCalculateCropRect()537 double fSourceSizePixelWidth = static_cast<double>(aSourceSizePixel.Width()); in ImplCalculateCropRect()538 double fSourceSizePixelHeight= static_cast<double>(aSourceSizePixel.Height()); in ImplCalculateCropRect()
96 awt::Size aSourceSizePixel( 0, 0 ); in lclGetOriginalSize() local97 … if( xGraphicPropertySet->getPropertyValue( CREATE_OUSTRING( "SizePixel" ) ) >>= aSourceSizePixel ) in lclGetOriginalSize()98 aSizeHmm = rGraphicHelper.convertScreenPixelToHmm( aSourceSizePixel ); in lclGetOriginalSize()