Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx225 Size aPagSize( pPage->GetSize() ); in Import() local
229 aPagSize.Width() -= pPage->GetLftBorder() + pPage->GetRgtBorder(); in Import()
230 aPagSize.Height() -= pPage->GetUppBorder() + pPage->GetLwrBorder(); in Import()
233 if ( ( ( aGrfSize.Height() > aPagSize.Height() ) || ( aGrfSize.Width() > aPagSize.Width() ) ) && in Import()
234 aGrfSize.Height() && aPagSize.Height() ) in Import()
237 double fWinWH = (double) aPagSize.Width() / aPagSize.Height(); in Import()
242 aGrfSize.Width() = (long) ( aPagSize.Height() * fGrfWH ); in Import()
243 aGrfSize.Height() = aPagSize.Height(); in Import()
247 aGrfSize.Width() = aPagSize.Width(); in Import()
248 aGrfSize.Height()= (long) ( aPagSize.Width() / fGrfWH ); in Import()
[all …]

Completed in 17 milliseconds