diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-11-28 08:46:58 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-11-28 09:53:13 +0100 |
commit | 7f58b57b47e6642cb9a7aeac48915b30148042d2 (patch) | |
tree | 17d902fb6bc4a907a82b14eb965fe267b531b877 /schema | |
parent | 8c727d1a9a8cfdc309896ed02c546e192e006575 (diff) |
sw floattable, per-frame wrap-on-all-pages mode: add ODT filter
See <https://issues.oasis-open.org/browse/OFFICE-4150>, map
SwFormatWrapTextAtFlyStart to
<style:graphic-properties loext:wrap-text-at-frame-start="...">
on export, and the opposite on import.
Change-Id: I43ee4c014fbcef8e883ff08ea061cfd395399a98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160010
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'schema')
-rw-r--r-- | schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index 828b4b28c9fd..a68033d1954e 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -926,6 +926,12 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. <rng:ref name="boolean"/> </rng:attribute> </rng:optional> + <!-- https://issues.oasis-open.org/browse/OFFICE-4150 multi-page floating tables, wrap on all pages --> + <rng:optional> + <rng:attribute name="loext:wrap-text-at-frame-start"> + <rng:ref name="boolean"/> + </rng:attribute> + </rng:optional> <!-- TODO: no proposal for loext:glow* --> <rng:optional> <rng:attribute name="loext:glow-radius"> |