diff options
author | Tamas Bunth <tamas.bunth@collabora.co.uk> | 2019-12-18 13:08:11 +0100 |
---|---|---|
committer | Tamás Bunth <btomi96@gmail.com> | 2020-01-01 17:35:50 +0100 |
commit | 7d2c7e7af04d9604d86d2d605ef95b9abb10966c (patch) | |
tree | 7ca4e6ae75368c275bcdd92bc11522e81977e597 /include | |
parent | 75778a50f730568fee2466b6e794401f1e2a8f67 (diff) |
tdf#123206 Store custom label as chart:data-label
Use the chart:data-label element instead of using the
loext:custom-label-field attribute.
chart:data-label stores can be a child of chart:data-point and it may
contain a text:o element for holding one or more paragraphs of custom
label text.
This commit aims to export and import chart:data-label with paragraphs
put into different text:span elements. These span elements may hold a
text:style-name attribute in order to achieve formatted text.
This structure is already in the ODF format.
Change-Id: I0bea7ce1a16af9c47b33555e18545bdaae7e95ca
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85659
Tested-by: Jenkins
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 02bd9702d980..1175958548ff 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -551,6 +551,7 @@ namespace xmloff { namespace token { XML_DATA_BAR, XML_DATA_BAR_ENTRY, XML_DATA_CELL_RANGE_ADDRESS, + XML_DATA_LABEL, XML_DATA_LABEL_NUMBER, XML_DATA_LABEL_SYMBOL, XML_DATA_LABEL_TEXT, |