summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2023-02-23 08:21:46 +0100
committerMiklos Vajna <vmiklos@collabora.com>2023-02-23 09:32:08 +0000
commit2da16ff9f018fae68c53a801e5a234dafc2ebcec (patch)
tree60b5bdcdd4ac2bca705705fe8dea101bb1b76a71 /schema
parent988cdcc18610300dd389e0efc25553e6c1bcb19e (diff)
sw floattable: teach the ODT filter about SwFormatFlySplit
Map the IsSplitAllowed text frame property to <draw:frame loext:may-break-between-pages="...">. This is meant to be always a direct formatting, so doesn't go to the style / autostyle. Change-Id: I439fe372271e4b7db511b5e2150e2a3c2e0acf25 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147499 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'schema')
-rw-r--r--schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng8
1 files changed, 7 insertions, 1 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng
index c0658b570f5d..f0e242081ae0 100644
--- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng
+++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng
@@ -3477,13 +3477,19 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.
</rng:optional>
</rng:define>
- <!-- https://issues.oasis-open.org/browse/OFFICE-4136 -->
<rng:define name="draw-frame-attlist" combine="interleave">
+ <!-- https://issues.oasis-open.org/browse/OFFICE-4136 -->
<rng:optional>
<rng:attribute name="loext:decorative">
<rng:ref name="boolean"/>
</rng:attribute>
</rng:optional>
+ <!-- TODO(vmiklos) no proposal for multi-page floating tables -->
+ <rng:optional>
+ <rng:attribute name="loext:may-break-between-pages">
+ <rng:ref name="boolean"/>
+ </rng:attribute>
+ </rng:optional>
</rng:define>
</rng:grammar>