Searched refs:rRealSize (Results 1 – 2 of 2) sorted by relevance
818 const Size &rRealSize, sal_uInt32 nFrmOpts, in OutHTML_Image() argument901 if( !rFrmSize.GetWidthPercent() && rRealSize.Width() ) in OutHTML_Image()911 if( rRealSize.Width() != nWidth ) in OutHTML_Image()913 aScaleX = Fraction( nWidth, rRealSize.Width() ); in OutHTML_Image()917 if( !rFrmSize.GetHeightPercent() && rRealSize.Height() ) in OutHTML_Image()927 if( rRealSize.Height() != nHeight ) in OutHTML_Image()929 aScaleY = Fraction( nHeight, rRealSize.Height() ); in OutHTML_Image()
569 const Size& rRealSize, sal_uInt32 nFrmOpts,
Completed in 25 milliseconds