/aoo42x/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()
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | discretebitmapprimitive2d.cxx | 85 const basegfx::B2DPoint& rTopLeft) in DiscreteBitmapPrimitive2D() argument 88 maTopLeft(rTopLeft) in DiscreteBitmapPrimitive2D()
|
/aoo42x/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() argument 487 SetClipRegion( Region( Rectangle(rTopLeft, rSize)) ); in DrawText_Impl() 492 DrawRect(Rectangle(rTopLeft, rSize)); in DrawText_Impl() 497 Point aStart = rTopLeft; in DrawText_Impl()
|
/aoo42x/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygontools.hxx | 369 …(const B2DPoint& rCandidate, const B2DRange& rOriginal, const B2DPoint& rTopLeft, const B2DPoint& … 372 …onst B2DPolygon& rCandidate, const B2DRange& rOriginal, const B2DPoint& rTopLeft, const B2DPoint& …
|
H A D | b2dpolypolygontools.hxx | 220 … B2DPolyPolygon& rCandidate, const B2DRange& rOriginal, const B2DPoint& rTopLeft, const B2DPoint& …
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 2656 …B2DPoint distort(const B2DPoint& rCandidate, const B2DRange& rOriginal, const B2DPoint& rTopLeft, … in distort() argument 2668 …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()
|
H A D | b2dpolypolygontools.cxx | 399 … B2DPolyPolygon& rCandidate, const B2DRange& rOriginal, const B2DPoint& rTopLeft, const B2DPoint& … in distort() argument 408 aRetval.append(distort(aCandidate, rOriginal, rTopLeft, rTopRight, rBottomLeft, rBottomRight)); in distort()
|
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | discretebitmapprimitive2d.hxx | 62 const basegfx::B2DPoint& rTopLeft);
|
/aoo42x/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 890 const Point& rMove, const Point& rTopLeft ) in MoveAreaTwips() argument 907 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()
|
/aoo42x/main/vcl/source/control/ |
H A D | ilstbox.cxx | 1875 const Color& rTopLeft(rStyleSettings.GetEdgeBlendingTopLeftColor()); in DrawEntry() local 1878 … 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()
|
/aoo42x/main/sc/inc/ |
H A D | drwlayer.hxx | 108 const Point& rTopLeft );
|
/aoo42x/main/svtools/source/control/ |
H A D | ctrlbox.cxx | 235 const Color& rTopLeft(rStyleSettings.GetEdgeBlendingTopLeftColor()); in UserDraw() local 238 … const BitmapEx aBlendFrame(createBlendFrame(aRect.GetSize(), nAlpha, rTopLeft, rBottomRight)); in UserDraw()
|
H A D | valueset.cxx | 333 const Color& rTopLeft(rStyleSettings.GetEdgeBlendingTopLeftColor()); in ImplFormatItem() local 336 … const BitmapEx aBlendFrame(createBlendFrame(aRect.GetSize(), nAlpha, rTopLeft, rBottomRight)); in ImplFormatItem()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | settings.hxx | 937 … SetEdgeBlendingTopLeftColor(const Color& rTopLeft) { CopyData(); mpData->maEdgeBlendingTopLeftCol… in SetEdgeBlendingTopLeftColor() argument
|
/aoo42x/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…
|