summaryrefslogtreecommitdiff
path: root/include/drawinglayer
diff options
context:
space:
mode:
authorA_GAN <ganzouri97@gmail.com>2020-05-17 00:51:09 +0200
committerTomaž Vajngerl <quikee@gmail.com>2020-05-29 09:09:58 +0200
commit4c48de44ad933ef6dd19777b3ebf1a51db5e14e3 (patch)
tree3c6089cea08528d59adeb4270c8d289e59b155ae /include/drawinglayer
parentc05d3f377054f5a7d4f4fb7bc23b0398d6b19347 (diff)
Add blur attributies and definitons into shadow classes and properities
Change-Id: I365f4bcfc8d772ea77cec1e4ce139b9fc16d9d7d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95000 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/drawinglayer')
-rw-r--r--include/drawinglayer/attribute/sdrshadowattribute.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drawinglayer/attribute/sdrshadowattribute.hxx b/include/drawinglayer/attribute/sdrshadowattribute.hxx
index fc797dc9d0a0..789edd459706 100644
--- a/include/drawinglayer/attribute/sdrshadowattribute.hxx
+++ b/include/drawinglayer/attribute/sdrshadowattribute.hxx
@@ -54,6 +54,7 @@ namespace drawinglayer
const basegfx::B2DVector& rOffset,
const basegfx::B2DVector& rSize,
double fTransparence,
+ sal_Int32 nBlur,
const basegfx::BColor& rColor);
SdrShadowAttribute();
SdrShadowAttribute(const SdrShadowAttribute&);
@@ -72,6 +73,7 @@ namespace drawinglayer
const basegfx::B2DVector& getOffset() const;
const basegfx::B2DVector& getSize() const;
double getTransparence() const;
+ sal_Int32 getBlur() const;
const basegfx::BColor& getColor() const;
};
} // end of namespace attribute