diff options
author | Regina Henschel <rb.henschel@t-online.de> | 2024-09-18 10:43:32 +0200 |
---|---|---|
committer | Regina Henschel <rb.henschel@t-online.de> | 2024-09-19 08:54:44 +0200 |
commit | 35c5d496645e64463ff4ba1e7b0b78f6b55741d9 (patch) | |
tree | 302b9fbefe97ba28c46b1cf00e35799e0cc21afa /schema/libreoffice | |
parent | 56507ad26c2827257f201e096beac95d8c725d5f (diff) |
tdf#162963 export property TotalsRow to ODF
DatabaseRange has got the property TotalsRow with UI and UNO. But this
property was not written to ODF. The patch adds this as attribute
calcext:contains-footer to <table:database-range> element.
Related is issue OFFICE-4169 at OASIS.
Change-Id: I99a51198585b9b7dfb840217bdf1312f2462c9bc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173612
Tested-by: Jenkins
Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
Diffstat (limited to 'schema/libreoffice')
-rw-r--r-- | schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index 0af6bb20301e..ac0882c0ad4f 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -3970,4 +3970,13 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. </rng:attribute> </rng:optional> </rng:define> + + <!-- OFFICE-4169, bug tdf#162963 --> + <rng:define name="table-database-range-attlist" combine="interleave"> + <rng:optional> + <rng:attribute name="calcext:contains-footer"> + <rng:ref name="boolean"/> + </rng:attribute> + </rng:optional> + </rng:define> </rng:grammar> |