diff options
author | Balazs Varga <balazs.varga.extern@allotropia.de> | 2024-11-05 13:07:05 +0100 |
---|---|---|
committer | Balazs Varga <balazs.varga.extern@allotropia.de> | 2024-11-06 23:26:28 +0100 |
commit | dcf3a85e6e5d4c7761d73a9f018c0c09862351ce (patch) | |
tree | c573f0de775fe0394cb34d1fb5880a20db6e1859 /xmloff/source | |
parent | 330bd4679fcb2540776a9a31310e283ac8ab1d68 (diff) |
Related tdf#162262 - sc: odf import/export of "Summary below data"
Add new LO_EXT "summary-below" attribute for table:subtotal-rules.
Follow up commit: 26c08356d1b2a963efdca570979cb04388371400
(tdf#162262 sc add "Summary below data" option for Subtotal dialog)
Change-Id: Ie7f43d3c76479cd9468552b5939de5dbb2082a02
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176058
Tested-by: Jenkins
Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/token/tokens.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 92440718d77e..70c1f0ec01c0 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -1941,6 +1941,7 @@ namespace xmloff::token { TOKEN( "sub-view-size", XML_SUB_VIEW_SIZE ), TOKEN( "suffix", XML_SUFFIX ), TOKEN( "sum", XML_SUM ), + TOKEN( "summary-below", XML_SUMMARY_BELOW ), TOKEN( "swiss", XML_SWISS ), TOKEN( "symbol", XML_SYMBOL ), TOKEN( "symbol-height", XML_SYMBOL_HEIGHT ), diff --git a/xmloff/source/token/tokens.txt b/xmloff/source/token/tokens.txt index 6eb3f7612766..2f7f867a84e3 100644 --- a/xmloff/source/token/tokens.txt +++ b/xmloff/source/token/tokens.txt @@ -1841,6 +1841,7 @@ subtotal-rules sub-view-size suffix sum +summary-below swiss symbol symbol-height |