[Libreoffice-bugs] [Bug 108064] [FILESAVE DOCX] Border Line Style property of the data series not preserved when saved as DOCX
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 30 08:31:13 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=108064
--- Comment #12 from Adam Kovacs <christo161 at gmail.com> ---
So in the file:
https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/lineproperties.cxx
There are some settings for the preset line styles in this function:
https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/lineproperties.cxx#62
And the meanings of the numbers can be seen in this function:
https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/lineproperties.cxx#lclSetDashData
For example XML_dot: 1, 1, 0, 0, 3, and the meanings: Dots, DotLe, Dashes,
DashLen, Distance.
I guess some if-else-if should be written in this function:
https://opengrok.libreoffice.org/xref/core/oox/source/export/drawingml.cxx#573
around line 704.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180730/528c0956/attachment.html>
More information about the Libreoffice-bugs
mailing list