diff options
author | Kurt Nordback <kurt.nordback@protonmail.com> | 2024-03-05 11:01:42 -0700 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-18 07:07:24 +0100 |
commit | 9ae8e74fb32254c81d36b1c95411605459e06372 (patch) | |
tree | ecc96d311ae0f5568d2b013a4757b44b6af08470 /include/xmloff | |
parent | 0306ff34c8ab81e1d530b71974790819ed95bf98 (diff) |
tdf#50934: Add a pie-with-remainder-as-another-pie chart type
Implement ODF import/export for bar-of-pie and pie-of-pie types,
and add simple tests for this capability. The associated ODF tags
are implemented in the loext namespace. This also required changing
the schema.
Change-Id: Ib55ae1c5818ad810f7b962d807a9163a3d02ba17
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164436
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index b6fa0dc2acba..ce732e3911a6 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -1909,7 +1909,10 @@ namespace xmloff::token { XML_STYLES, XML_STYLESHEET, XML_SUB_TABLE, + XML_SUB_BAR, + XML_SUB_NONE, XML_SUBJECT, + XML_SUB_PIE, XML_SUBSET, XML_SUBTITLE, XML_SUBTOTAL_FIELD, |