Lines Matching refs:aPos

1444 		Point aPos( rMaxRect.TopLeft() );  in AdjustToMaxRect()  local
1470 aPos = rMaxRect.Center(); in AdjustToMaxRect()
1474 aPos = aRect.TopLeft(); in AdjustToMaxRect()
1476 aPos.X() -= aSize.Width() / 2; in AdjustToMaxRect()
1477 aPos.Y() -= aSize.Height() / 2; in AdjustToMaxRect()
1478 SetLogicRect( Rectangle( aPos, aSize ) ); in AdjustToMaxRect()
1777 basegfx::B2DPoint aPos; in addCropHandles() local
1779 aPos = aMatrix * basegfx::B2DPoint(0.0, 0.0); in addCropHandles()
1780 …rTarget.AddHdl(new SdrCropHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), H… in addCropHandles()
1781 aPos = aMatrix * basegfx::B2DPoint(0.5, 0.0); in addCropHandles()
1782 …rTarget.AddHdl(new SdrCropHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), H… in addCropHandles()
1783 aPos = aMatrix * basegfx::B2DPoint(1.0, 0.0); in addCropHandles()
1784 …rTarget.AddHdl(new SdrCropHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), H… in addCropHandles()
1785 aPos = aMatrix * basegfx::B2DPoint(0.0, 0.5); in addCropHandles()
1786 …rTarget.AddHdl(new SdrCropHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), H… in addCropHandles()
1787 aPos = aMatrix * basegfx::B2DPoint(1.0, 0.5); in addCropHandles()
1788 …rTarget.AddHdl(new SdrCropHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), H… in addCropHandles()
1789 aPos = aMatrix * basegfx::B2DPoint(0.0, 1.0); in addCropHandles()
1790 …rTarget.AddHdl(new SdrCropHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), H… in addCropHandles()
1791 aPos = aMatrix * basegfx::B2DPoint(0.5, 1.0); in addCropHandles()
1792 …rTarget.AddHdl(new SdrCropHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), H… in addCropHandles()
1793 aPos = aMatrix * basegfx::B2DPoint(1.0, 1.0); in addCropHandles()
1794 …rTarget.AddHdl(new SdrCropHdl(Point(basegfx::fround(aPos.getX()), basegfx::fround(aPos.getY())), H… in addCropHandles()