summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2023-03-02 20:29:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2023-03-04 20:50:49 +0000
commit198b138bc14bff7d334ecf5b1d1d5b5c8bba82fa (patch)
treee897ffeaf38072817d014268699a2612cf804f28 /schema
parentd6b4a259c5e1cc14df4c90d1409080f7134c83fb (diff)
tdf#153925 xmloff,sw: decorative flag on frame styles
* sw API SwXStyle property "Decorative" * UI checkbox "Decorative" - split up the GtkFrame to always show it * ODF import/export as loext:decorative on style:graphic-properties * test for ODF filters Change-Id: If124cb50ee7776b5807720e65f41a07e7b9f4cf9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148143 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit 2721520ca37654056c3d509657c50ee42e3dcae4) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148110 Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'schema')
-rw-r--r--schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng8
1 files changed, 8 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng
index ee9b89ded8a9..f2e54ddc9c18 100644
--- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng
+++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng
@@ -3314,4 +3314,12 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.
</rng:optional>
</rng:define>
+ <rng:define name="style-graphic-properties-attlist" combine="interleave">
+ <rng:optional>
+ <rng:attribute name="loext:decorative">
+ <rng:ref name="boolean"/>
+ </rng:attribute>
+ </rng:optional>
+ </rng:define>
+
</rng:grammar>