Lines Matching refs:aLayoutSize

335 	Size aLayoutSize(aPageInnerSize);  in ImpXMLAutoLayoutInfo()  local
339 aLayoutPos.X() += long( aLayoutSize.Width() * 0.0735 ); in ImpXMLAutoLayoutInfo()
340 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.472 ); in ImpXMLAutoLayoutInfo()
341 aLayoutSize.Width() = long( aLayoutSize.Width() * 0.854 ); in ImpXMLAutoLayoutInfo()
342 aLayoutSize.Height() = long( aLayoutSize.Height() * 0.444 ); in ImpXMLAutoLayoutInfo()
374 aLayoutPos.X() + long( aLayoutSize.Width() * 0.0735 ), in ImpXMLAutoLayoutInfo()
375 aLayoutPos.Y() + long( aLayoutSize.Height() * 0.472 )); in ImpXMLAutoLayoutInfo()
377 long( aLayoutSize.Width() * 0.854 ), in ImpXMLAutoLayoutInfo()
378 long( aLayoutSize.Height() * 0.444 )); in ImpXMLAutoLayoutInfo()
382 aLayoutSize.Width() = (aClassicLPos.X() + aClassicLSize.Width()) in ImpXMLAutoLayoutInfo()
384 aLayoutSize.Height() = (aClassicLPos.Y() + aClassicLSize.Height()) - aClassicTPos.Y(); in ImpXMLAutoLayoutInfo()
390 aLayoutSize.Width() = aTitleSize.Width(); in ImpXMLAutoLayoutInfo()
391 aLayoutSize.Height() = long( aLayoutSize.Height() * 0.825 ); in ImpXMLAutoLayoutInfo()
395 aLayoutPos.X() += long( aLayoutSize.Width() * 0.0735 ); in ImpXMLAutoLayoutInfo()
396 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.278 ); in ImpXMLAutoLayoutInfo()
397 aLayoutSize.Width() = long( aLayoutSize.Width() * 0.854 ); in ImpXMLAutoLayoutInfo()
398 aLayoutSize.Height() = long( aLayoutSize.Height() * 0.630 ); in ImpXMLAutoLayoutInfo()
402 maPresRect.SetSize(aLayoutSize); in ImpXMLAutoLayoutInfo()