Home
last modified time | relevance | path

Searched refs:rTopLeft (Results 1 – 15 of 15) sorted by relevance

/trunk/main/filter/source/graphicfilter/icgm/
H A Dcgmtypes.hxx42 FloatRect( const FloatPoint& rTopLeft, const FloatPoint& rBottomRight ) in FloatRect()
44 Left = rTopLeft.X; in FloatRect()
45 Top = rTopLeft.Y; in FloatRect()
/trunk/main/drawinglayer/source/primitive2d/
H A Ddiscretebitmapprimitive2d.cxx85 const basegfx::B2DPoint& rTopLeft) in DiscreteBitmapPrimitive2D() argument
88 maTopLeft(rTopLeft) in DiscreteBitmapPrimitive2D()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx485 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()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx369 …(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 Db2dpolypolygontools.hxx220 … B2DPolyPolygon& rCandidate, const B2DRange& rOriginal, const B2DPoint& rTopLeft, const B2DPoint& …
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx2656 …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 Db2dpolypolygontools.cxx399 … 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()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Ddiscretebitmapprimitive2d.hxx62 const basegfx::B2DPoint& rTopLeft);
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx890 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()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx1875 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()
/trunk/main/sc/inc/
H A Ddrwlayer.hxx108 const Point& rTopLeft );
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx235 const Color& rTopLeft(rStyleSettings.GetEdgeBlendingTopLeftColor()); in UserDraw() local
238 … const BitmapEx aBlendFrame(createBlendFrame(aRect.GetSize(), nAlpha, rTopLeft, rBottomRight)); in UserDraw()
H A Dvalueset.cxx333 const Color& rTopLeft(rStyleSettings.GetEdgeBlendingTopLeftColor()); in ImplFormatItem() local
336 … const BitmapEx aBlendFrame(createBlendFrame(aRect.GetSize(), nAlpha, rTopLeft, rBottomRight)); in ImplFormatItem()
/trunk/main/vcl/inc/vcl/
H A Dsettings.hxx937 … SetEdgeBlendingTopLeftColor(const Color& rTopLeft) { CopyData(); mpData->maEdgeBlendingTopLeftCol… in SetEdgeBlendingTopLeftColor() argument
/trunk/main/sw/source/ui/inc/
H A Dmailmergehelper.hxx95 …void DrawText_Impl( const ::rtl::OUString& rAddress, const Point& rTopLeft, const Size& rSize, boo…

Completed in 116 milliseconds