diff options
author | A_GAN <ganzouri97@gmail.com> | 2020-06-22 23:39:16 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-06-29 18:32:57 +0200 |
commit | 2803b09ec024cb0b8cf25ec6fe08412649f40d5e (patch) | |
tree | a548fde334adfec3435a70a189b97698e5d78d13 /include | |
parent | cb0c7e26e5708010b1fe941ae2f66134f31ed876 (diff) |
OOXML/ODF Support for Shadow blur radius
Adding export support for OOXML. Adding import/export support for ODF
Changing some values in test cases as convertEMUtoHmm round the fraction.
Add two test functions for OOXML and ODF export.
Change-Id: Ie5d862b46b5264ead4954f407fee2837b5151cd7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96907
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 49178ebdc996..83c0f8bf3193 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -1655,6 +1655,7 @@ namespace xmloff::token { XML_SHADOW_OFFSET_Y, XML_SHADOW_SLANT, XML_SHADOW_TRANSPARENCY, + XML_SHADOW_BLUR, XML_SHAPE, XML_SHAPE_ID, XML_SHAPES, |