https://bugs.documentfoundation.org/show_bug.cgi?id=108064

--- Comment #12 from Adam Kovacs <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to