mirror of
https://github.com/LibreOffice/core.git
synced 2025-08-16 22:53:05 +00:00

Word and Powerpoint store data internal to the chart in .docx and .pptx formats, respectively. In chartex this uses the <cx:chartData> and <cx:data> tags, and unlike in pre-2016 charts, is at the chartSpace level rather than internal to individual series. Provide support for these tags and data structures. Note that this does not yet allow .docx and .pptx files with chartex contents to round-trip successfully (MSO -> LO -> MSO). Additional work remains needed for this. Change-Id: I1e91cd0e014787ce19303a906ff76cd6c7c4b0fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187426 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Jenkins