diff options
author | Dennis Francis <dennis.francis@collabora.com> | 2021-08-25 20:51:56 +0530 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-09-01 09:15:03 +0200 |
commit | 9d8324524bdcd1244cd6e9d93b063b981d47c9be (patch) | |
tree | 1bbd6560ef3a292b0685d4b768ea1a07c17259b8 /oox/source/token/tokens.txt | |
parent | b365358075d484e034eb9cd6bceeea9d639835b6 (diff) |
tdf#143942: oox: import/export labels from <c15:datalabelsRange>
When <c15:showDataLabelsRange> boolean flag is present, the imported
label texts are added as the first text field in oox data label model.
The cell-range associated is also preserved. The export part preserves
the how labels were store originally in <c15:datalabelsRange>.
However in order to make the custom labels reflect the contents of the
cells in the associated cell-range, more work needs to be done. For this
the labels present in <c15:datalabelsRange> needs to be made available
as a data-sequence with a new "role" like "point-labels" in
XInternalDataProvider implementation and and make the label renderer
read this data source rather than consulting the custom label fields
property which is static after import.
Change-Id: Ibc7045fa5ea209d463680c96efb49a06662d2500
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121313
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'oox/source/token/tokens.txt')
-rw-r--r-- | oox/source/token/tokens.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oox/source/token/tokens.txt b/oox/source/token/tokens.txt index 997b3e8b3b25..9a10000c1fc8 100644 --- a/oox/source/token/tokens.txt +++ b/oox/source/token/tokens.txt @@ -1657,6 +1657,7 @@ dataValidation dataValidations database databaseField +datalabelsRange datastoreItem date date1904 @@ -1872,6 +1873,7 @@ dkTurquoise dkUpDiag dkVert dkViolet +dlblRangeCache dllVersion dm dn @@ -4646,6 +4648,7 @@ showComments showDLblsOverMax showDataAs showDataDropDown +showDataLabelsRange showDataTips showDrill showDropDown |