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 /schema | |
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 'schema')
-rw-r--r-- | schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng index 90e240a5a2a1..bd66081734c1 100644 --- a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng +++ b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng @@ -344,6 +344,12 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. <rng:ref name="zeroToHundredPercent"/> </rng:attribute> </rng:optional> + <!-- TODO: no proposal for loext:shadow-blur --> + <rng:optional> + <rng:attribute name="loext:shadow-blur"> + <rng:ref name="length"/> + </rng:attribute> + </rng:optional> <rng:optional> <rng:attribute name="draw:start-line-spacing-horizontal"> <rng:ref name="distance"/> |