summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorA_GAN <ganzouri97@gmail.com>2020-05-29 02:10:49 +0200
committerTomaž Vajngerl <quikee@gmail.com>2020-06-02 23:29:30 +0200
commit68095e63a8ad8f6079b15e475179a14a64da36d3 (patch)
treec8588137798ff2067919989cd9fb7f0c1f6167ac /offapi/com
parent31ec2c252425f8a30b25177b4f67dde0a21771fc (diff)
OOXML support for shadow blur
Add a new property for the blur radius and define an ID for it to support the import of OOX files. Add a test for importing the blur radius from PPTX file Change-Id: Iffaa33ff7159019ce9478cee558622bd61bcf60e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95090 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/drawing/ShadowProperties.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/offapi/com/sun/star/drawing/ShadowProperties.idl b/offapi/com/sun/star/drawing/ShadowProperties.idl
index e97b484f2f9e..7d7ad37d76ed 100644
--- a/offapi/com/sun/star/drawing/ShadowProperties.idl
+++ b/offapi/com/sun/star/drawing/ShadowProperties.idl
@@ -59,6 +59,11 @@ published service ShadowProperties
*/
[property] long ShadowYDistance;
+ /** This defines the degree of blur of the shadow in points.
+ */
+ [property,optional] long ShadowBlur;
+
+
};