Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/svdraw/
H A Dimpgrfll.cxx39 const Size& rBmpPerCent, in ImpCalcBmpFillSizes() argument
62 if( !rBmpPerCent.Width() && !rBmpPerCent.Height() ) in ImpCalcBmpFillSizes()
64 else if( !rBmpPerCent.Width() || !rBmpPerCent.Height() ) in ImpCalcBmpFillSizes()
101 if( !rBmpPerCent.Width() ) in ImpCalcBmpFillSizes()
103 …rBmpOutputSize.Height() = basegfx::fround( (double) rOutputRect.GetHeight() * rBmpPerCent.Height()… in ImpCalcBmpFillSizes()
108 …rBmpOutputSize.Width() = basegfx::fround( (double) rOutputRect.GetWidth() * rBmpPerCent.Width() / … in ImpCalcBmpFillSizes()
121 …rBmpOutputSize.Width() = basegfx::fround( (double) rOutputRect.GetWidth() * rBmpPerCent.Width() / … in ImpCalcBmpFillSizes()
122 …rBmpOutputSize.Height() = basegfx::fround( (double) rOutputRect.GetHeight() * rBmpPerCent.Height()… in ImpCalcBmpFillSizes()
/aoo41x/main/svx/source/inc/
H A Dsvdoimp.hxx95 const Size& rBmpPerCent,

Completed in 16 milliseconds