diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-04-29 12:31:25 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-05-06 11:25:46 +0200 |
commit | 49f0501f8ba4acd36067a84590469944e9d3234c (patch) | |
tree | fa35e7868a3b62c905a6f655e60909e8dc47760f /schema | |
parent | c91584ef805866b46b06fe7451b077f9f33419b4 (diff) |
sw from-bottom relative orientation: add ODF filter
Map between RelOrientation::PAGE_PRINT_AREA_BOTTOM and
loext:vertical-rel="page-content-bottom".
Conflicts:
sw/qa/extras/odfexport/odfexport.cxx
Change-Id: I1d614bf7c82a76285f4268b8008e08c25ef9b7f0
Diffstat (limited to 'schema')
-rw-r--r-- | schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng index 69d43e510d44..7b2b04c68a72 100644 --- a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng +++ b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng @@ -2385,6 +2385,17 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. </rng:optional> </rng:define> + <!-- TODO no proposal --> + <rng:define name="common-vertical-rel-attlist" combine="interleave"> + <rng:optional> + <rng:attribute name="loext:vertical-rel"> + <rng:choice> + <rng:value>page-content-bottom</rng:value> + </rng:choice> + </rng:attribute> + </rng:optional> + </rng:define> + <!-- just a test-case for user-defined attributes, move along, nothing to see here... --> <rng:define name="style-table-cell-properties-attlist" combine="interleave"> <rng:optional> |