Lines Matching refs:aLayoutPos
334 Point aLayoutPos(aPagePos); in ImpXMLAutoLayoutInfo() local
339 aLayoutPos.X() += long( aLayoutSize.Width() * 0.0735 ); in ImpXMLAutoLayoutInfo()
340 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.472 ); in ImpXMLAutoLayoutInfo()
374 aLayoutPos.X() + long( aLayoutSize.Width() * 0.0735 ), in ImpXMLAutoLayoutInfo()
375 aLayoutPos.Y() + long( aLayoutSize.Height() * 0.472 )); in ImpXMLAutoLayoutInfo()
380 aLayoutPos.X() = aClassicLPos.X(); in ImpXMLAutoLayoutInfo()
381 aLayoutPos.Y() = aClassicTPos.Y(); in ImpXMLAutoLayoutInfo()
389 aLayoutPos = aTitlePos; in ImpXMLAutoLayoutInfo()
395 aLayoutPos.X() += long( aLayoutSize.Width() * 0.0735 ); in ImpXMLAutoLayoutInfo()
396 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.278 ); in ImpXMLAutoLayoutInfo()
401 maPresRect.SetPos(aLayoutPos); in ImpXMLAutoLayoutInfo()