Home
last modified time | relevance | path

Searched refs:rRealSize (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sw/source/filter/html/
H A Dhtmlfly.cxx818 const Size &rRealSize, sal_uInt32 nFrmOpts, in OutHTML_Image() argument
901 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()
H A Dwrthtml.hxx569 const Size& rRealSize, sal_uInt32 nFrmOpts,

Completed in 39 milliseconds