Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/core/
H A Dsdpage.cxx1073 Point aLayoutPos ( GetLftBorder(), GetUppBorder() ); in GetLayoutRect() local
1080 aLayoutPos.X() += long( aLayoutSize.Width() * 0.05 ); in GetLayoutRect()
1081 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.234 ); in GetLayoutRect()
1084 aLayoutRect.SetPos(aLayoutPos); in GetLayoutRect()
1089 aLayoutPos.X() += long( aLayoutSize.Width() * 0.1 ); in GetLayoutRect()
1090 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.475 ); in GetLayoutRect()
1093 aLayoutRect.SetPos(aLayoutPos); in GetLayoutRect()
1217 Point aLayoutPos( aLayoutRect.TopLeft() ); in CalcAutoLayoutRectangles() local
1230 rRectangle[1] = Rectangle (aLayoutPos, aLayoutSize); in CalcAutoLayoutRectangles()
1232 aLayoutPos.X() = long (aLayoutPos.X() + aLayoutSize.Width() * 1.05); in CalcAutoLayoutRectangles()
[all …]
/AOO41X/main/xmloff/source/draw/
H A Dsdxmlexp.cxx334 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()
[all …]