From 5952331844450dad93e21d2e329d51841ae1700e Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Fri, 8 May 2020 23:25:17 +0300 Subject: tdf#49247: implement soft edges document model and import/export ... for ODF and OOXML. Two object properties added: SoftEdge (boolean, effect enabled/disabled) SoftEdgeRad (sal_Int32, effect radius in 100ths of mm) Two corresponding ODF attributes added: loext:softedge ("visible"/"hidden") loext:softedge-radius (metric) Change-Id: I0dc4d7fc3e5b0c2c36092d430568ebcfd3a68c9c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93833 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- .../libreoffice/OpenDocument-schema-v1.3+libreoffice.rng | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'schema/libreoffice') diff --git a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng index 5e1a587fda74..7cb6eaabafef 100644 --- a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng +++ b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng @@ -944,6 +944,20 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. + + + + + visible + hidden + + + + + + + + -- cgit