| /aoo41x/main/filter/source/graphicfilter/icgm/ | 
| H A D | cgmtypes.hxx | 42 		FloatRect( const FloatPoint& rTopLeft, const FloatPoint& rBottomRight )  in FloatRect()44 			Left = rTopLeft.X;  in FloatRect()
 45 			Top = rTopLeft.Y;  in FloatRect()
 
 | 
| /aoo41x/main/drawinglayer/source/primitive2d/ | 
| H A D | discretebitmapprimitive2d.cxx | 85 			const basegfx::B2DPoint& rTopLeft)  in DiscreteBitmapPrimitive2D()  argument88 			maTopLeft(rTopLeft)  in DiscreteBitmapPrimitive2D()
 
 | 
| /aoo41x/main/sw/source/ui/dbui/ | 
| H A D | mailmergehelper.cxx | 485         const ::rtl::OUString& rAddress, const Point& rTopLeft, const Size& rSize, bool bIsSelected)  in DrawText_Impl()  argument487     SetClipRegion( Region( Rectangle(rTopLeft, rSize)) );  in DrawText_Impl()
 492         DrawRect(Rectangle(rTopLeft, rSize));  in DrawText_Impl()
 497     Point aStart = rTopLeft;  in DrawText_Impl()
 
 | 
| /aoo41x/main/basegfx/inc/basegfx/polygon/ | 
| H A D | b2dpolygontools.hxx | 368 …B2DPoint distort(const B2DPoint& rCandidate, const B2DRange& rOriginal, const B2DPoint& rTopLeft, …371 …onst B2DPolygon& rCandidate, const B2DRange& rOriginal, const B2DPoint& rTopLeft, const B2DPoint& …
 
 | 
| H A D | b2dpolypolygontools.hxx | 219 … B2DPolyPolygon& rCandidate, const B2DRange& rOriginal, const B2DPoint& rTopLeft, const B2DPoint& …
 | 
| /aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/ | 
| H A D | discretebitmapprimitive2d.hxx | 62 				const basegfx::B2DPoint& rTopLeft);
 | 
| /aoo41x/main/basegfx/source/polygon/ | 
| H A D | b2dpolypolygontools.cxx | 399 … B2DPolyPolygon& rCandidate, const B2DRange& rOriginal, const B2DPoint& rTopLeft, const B2DPoint& …  in distort()  argument408 				aRetval.append(distort(aCandidate, rOriginal, rTopLeft, rTopRight, rBottomLeft, rBottomRight));  in distort()
 
 | 
| H A D | b2dpolygontools.cxx | 2656 …B2DPoint distort(const B2DPoint& rCandidate, const B2DRange& rOriginal, const B2DPoint& rTopLeft, …  in distort()  argument2668 …const double fNewX((fOneMinusRelativeY) * ((fOneMinusRelativeX) * rTopLeft.getX() + fRelativeX * r…  in distort()
 2670 …const double fNewY((fOneMinusRelativeX) * ((fOneMinusRelativeY) * rTopLeft.getY() + fRelativeY * r…  in distort()
 2677 …onst B2DPolygon& rCandidate, const B2DRange& rOriginal, const B2DPoint& rTopLeft, const B2DPoint& …  in distort()  argument
 2687 …aRetval.append(distort(rCandidate.getB2DPoint(a), rOriginal, rTopLeft, rTopRight, rBottomLeft, rBo…  in distort()
 2693 …evControlPoint(a, distort(rCandidate.getPrevControlPoint(a), rOriginal, rTopLeft, rTopRight, rBott…  in distort()
 2698 …xtControlPoint(a, distort(rCandidate.getNextControlPoint(a), rOriginal, rTopLeft, rTopRight, rBott…  in distort()
 
 | 
| /aoo41x/main/sc/source/core/data/ | 
| H A D | drwlayer.cxx | 890 		const Point& rMove, const Point& rTopLeft )  in MoveAreaTwips()  argument907 		if ( rTopLeft != rArea.TopLeft() )		// sind gleich beim Verschieben von Zellen  in MoveAreaTwips()
 910 			aNew.Left() = rTopLeft.X();  in MoveAreaTwips()
 911 			aNew.Top() = rTopLeft.Y();  in MoveAreaTwips()
 
 | 
| /aoo41x/main/vcl/source/control/ | 
| H A D | ilstbox.cxx | 1875                 const Color& rTopLeft(rStyleSettings.GetEdgeBlendingTopLeftColor());  in DrawEntry()  local1878 …              const BitmapEx aBlendFrame(createBlendFrame(aImgSz, nAlpha, rTopLeft, rBottomRight));  in DrawEntry()
 3011             const Color& rTopLeft(rStyleSettings.GetEdgeBlendingTopLeftColor());  in DrawEntry()  local
 3014             const BitmapEx aBlendFrame(createBlendFrame(aImgSz, nAlpha, rTopLeft, rBottomRight));  in DrawEntry()
 
 | 
| /aoo41x/main/sc/inc/ | 
| H A D | drwlayer.hxx | 108 								const Point& rTopLeft );
 | 
| /aoo41x/main/svtools/source/control/ | 
| H A D | ctrlbox.cxx | 235                 const Color& rTopLeft(rStyleSettings.GetEdgeBlendingTopLeftColor());  in UserDraw()  local238 …     const BitmapEx aBlendFrame(createBlendFrame(aRect.GetSize(), nAlpha, rTopLeft, rBottomRight));  in UserDraw()
 
 | 
| H A D | valueset.cxx | 333             const Color& rTopLeft(rStyleSettings.GetEdgeBlendingTopLeftColor());  in ImplFormatItem()  local336 …     const BitmapEx aBlendFrame(createBlendFrame(aRect.GetSize(), nAlpha, rTopLeft, rBottomRight));  in ImplFormatItem()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | settings.hxx | 937 … SetEdgeBlendingTopLeftColor(const Color& rTopLeft) { CopyData(); mpData->maEdgeBlendingTopLeftCol…  in SetEdgeBlendingTopLeftColor()  argument
 | 
| /aoo41x/main/sw/source/ui/inc/ | 
| H A D | mailmergehelper.hxx | 95 …void DrawText_Impl( const ::rtl::OUString& rAddress, const Point& rTopLeft, const Size& rSize, boo…
 |