Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dimpgrfll.cxx38 const Size& rBmpPerCent, in ImpCalcBmpFillSizes() argument
61 if( !rBmpPerCent.Width() && !rBmpPerCent.Height() ) in ImpCalcBmpFillSizes()
63 else if( !rBmpPerCent.Width() || !rBmpPerCent.Height() ) in ImpCalcBmpFillSizes()
100 if( !rBmpPerCent.Width() ) in ImpCalcBmpFillSizes()
102 …rBmpOutputSize.Height() = basegfx::fround( (double) rOutputRect.GetHeight() * rBmpPerCent.Height()… in ImpCalcBmpFillSizes()
107 …rBmpOutputSize.Width() = basegfx::fround( (double) rOutputRect.GetWidth() * rBmpPerCent.Width() / … in ImpCalcBmpFillSizes()
120 …rBmpOutputSize.Width() = basegfx::fround( (double) rOutputRect.GetWidth() * rBmpPerCent.Width() / … in ImpCalcBmpFillSizes()
121 …rBmpOutputSize.Height() = basegfx::fround( (double) rOutputRect.GetHeight() * rBmpPerCent.Height()… in ImpCalcBmpFillSizes()
/trunk/main/svx/source/inc/
H A Dsvdoimp.hxx95 const Size& rBmpPerCent,

Completed in 9 milliseconds