<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [FILESAVE DOCX] Border Line Style property of the data series not preserved when saved as DOCX"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108064#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [FILESAVE DOCX] Border Line Style property of the data series not preserved when saved as DOCX"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108064">bug 108064</a>
              from <span class="vcard"><a class="email" href="mailto:christo161@gmail.com" title="Adam Kovacs <christo161@gmail.com>"> <span class="fn">Adam Kovacs</span></a>
</span></b>
        <pre>So in the file:
<a href="https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/lineproperties.cxx">https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/lineproperties.cxx</a>

There are some settings for the preset line styles in this function:
<a href="https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/lineproperties.cxx#62">https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/lineproperties.cxx#62</a>

And the meanings of the numbers can be seen in this function:
<a href="https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/lineproperties.cxx#lclSetDashData">https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/lineproperties.cxx#lclSetDashData</a>

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:
<a href="https://opengrok.libreoffice.org/xref/core/oox/source/export/drawingml.cxx#573">https://opengrok.libreoffice.org/xref/core/oox/source/export/drawingml.cxx#573</a>
around line 704.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>