diff options
author | Sarper Akdemir <sarper.akdemir@collabora.com> | 2023-03-03 18:04:46 +0300 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-03-24 07:18:54 +0000 |
commit | fa5c01e67775c01b302fc08033a0eb78d3b87489 (patch) | |
tree | 6dd73bf51f2e2b2700b2fd8218a94e7b3eabb9ad /schema | |
parent | c586d7f1f8370c9e6334c6f38b5ed883212945c7 (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>
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 f0f84bd3fd40..fa38694f9cff 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -2615,6 +2615,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> |