summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorSarper Akdemir <sarper.akdemir@collabora.com>2023-03-03 18:04:46 +0300
committerSarper Akdemir <sarper.akdemir@collabora.com>2023-03-28 14:55:11 +0000
commitaadb5323e1ebfad3d1d521229bd0ce03be2b1c81 (patch)
tree616a273f8e6f90ed876f659785f32b257d6c226f /schema
parentbc36476a50687a31e2934a5b52502f2f24424ce1 (diff)
related tdf#102261: xmloff: ODF import/export for ParaTabStopDefaultDistance
Introduces ODF import/export for ParaTabStopDefaultDistance (loext:tab-stop-distance). Also adds a unit test that covers import & export of the property. Change-Id: I8a69a9e2b73e8f1172f92dc35fada901f4b887f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148540 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149534 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Sarper Akdemir <sarper.akdemir@collabora.com>
Diffstat (limited to 'schema')
-rw-r--r--schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng6
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 cfb4e3e350a8..b0ae7f086609 100644
--- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng
+++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng
@@ -2553,6 +2553,12 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.
<rng:ref name="common-text-justify"/>
<rng:ref name="style-vertical-justify"/>
</rng:optional>
+ <!-- TODO no proposal to allow tab-stop-distance in arbitrary paragraph style properties -->
+ <rng:optional>
+ <rng:attribute name="loext:tab-stop-distance">
+ <rng:ref name="nonNegativeLength"/>
+ </rng:attribute>
+ </rng:optional>
</rng:define>
<rng:define name="style-table-cell-properties-attlist" combine="interleave">
<rng:optional>