diff options
author | Balazs Varga <balazs.varga991@gmail.com> | 2020-02-25 12:48:08 +0100 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2020-02-27 16:56:23 +0100 |
commit | 2a00d51150d410110602c953b3c3895debfcaa98 (patch) | |
tree | 02f40d51e016405cd763e0e4f2cf3d67295629fb /include | |
parent | 74e3c95b9b628a0b326790b62b4e378a12d02997 (diff) |
tdf#108110 ODF chart: import/export of custom position of data point labels
using new attributes loext:custom-label-pos-x and loext:custom-label-pos-y
of chart:data-point.
This fixes also *import* of DOCX documents with embedded charts, related
to the ODF usage in the background.
Follow-up of commit 4223ff2be69f03e571464b0b09ad0d278918631b
(tdf#48436 Chart: add CustomLabelPosition UNO API property)
Change-Id: I985ce27cb6ce988948258d9eab0de13d01c72b97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89446
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index d0896bd8507c..3089bb6e9e72 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -539,6 +539,8 @@ namespace xmloff { namespace token { XML_CUSTOM_ICONSET_INDEX, XML_CUSTOM_ICONSET_NAME, XML_CUSTOM_LABEL_FIELD, + XML_CUSTOM_LABEL_POS_X, + XML_CUSTOM_LABEL_POS_Y, XML_CUT, XML_CUT_OFFS, XML_CUT_OFFS2, |