summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/graphictools.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-09 10:09:42 +0200
committerNoel Grandin <noel@peralex.com>2014-06-09 10:10:13 +0200
commit184a00b96235f6432294ded63ce4a4a318effdb5 (patch)
treee4ae0e00cb168fa43d280cfb51a50515258b5320 /vcl/source/gdi/graphictools.cxx
parent534015ad4fd08823b4393dab1ad5d42dedd7bf62 (diff)
loplugin: inlinesimplememberfunctions
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
Diffstat (limited to 'vcl/source/gdi/graphictools.cxx')
-rw-r--r--vcl/source/gdi/graphictools.cxx44
1 files changed, 0 insertions, 44 deletions
diff --git a/vcl/source/gdi/graphictools.cxx b/vcl/source/gdi/graphictools.cxx
index fe2b76006988..015476042e10 100644
--- a/vcl/source/gdi/graphictools.cxx
+++ b/vcl/source/gdi/graphictools.cxx
@@ -76,30 +76,10 @@ void SvtGraphicStroke::getEndArrow( PolyPolygon& rPath ) const
rPath = maEndArrow;
}
-double SvtGraphicStroke::getTransparency() const
-{
- return mfTransparency;
-}
-double SvtGraphicStroke::getStrokeWidth() const
-{
- return mfStrokeWidth;
-}
-SvtGraphicStroke::CapType SvtGraphicStroke::getCapType() const
-{
- return maCapType;
-}
-SvtGraphicStroke::JoinType SvtGraphicStroke::getJoinType() const
-{
- return maJoinType;
-}
-double SvtGraphicStroke::getMiterLimit() const
-{
- return mfMiterLimit;
-}
void SvtGraphicStroke::getDashArray( DashArray& rDashArray ) const
{
@@ -242,40 +222,16 @@ Color SvtGraphicFill::getFillColor() const
return maFillColor;
}
-double SvtGraphicFill::getTransparency() const
-{
- return mfTransparency;
-}
-SvtGraphicFill::FillRule SvtGraphicFill::getFillRule() const
-{
- return maFillRule;
-}
-SvtGraphicFill::FillType SvtGraphicFill::getFillType() const
-{
- return maFillType;
-}
void SvtGraphicFill::getTransform( Transform& rTrans ) const
{
rTrans = maFillTransform;
}
-bool SvtGraphicFill::IsTiling() const
-{
- return mbTiling;
-}
-bool SvtGraphicFill::isTiling() const
-{
- return mbTiling;
-}
-SvtGraphicFill::GradientType SvtGraphicFill::getGradientType() const
-{
- return maGradientType;
-}
void SvtGraphicFill::getGraphic( Graphic& rGraphic ) const
{