<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Line style presets arrangement and additional one."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126649#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Line style presets arrangement and additional one."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126649">bug 126649</a>
              from <span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span></b>
        <pre>(In reply to andreas_k from <a href="show_bug.cgi?id=126649#c7">comment #7</a>)
<span class="quote">> Is there an big difference between boarder style and linestyle from an UX
> perspective? Can we have the same boarder line styles also for draw line
> styles?

> Cause in general the boarder line styles will work also for drawing line
> styles. I would add only some more for drawing but use the same label if the
> boarder and drawing line styles are the same.</span >

There are large differences between line style and border style.
Border styles are written to ODF file as fo:border attribute. The definition
refers to XSL and that refers to
<a href="https://www.w3.org/TR/CSS2/box.html#value-def-border-style">https://www.w3.org/TR/CSS2/box.html#value-def-border-style</a>. Styles are defined
by keywords: none, hidden, dotted, dashed, solid, double, groove, ridge, inset,
outset. OOXML uses keywords (27!) too, see section 18.18.3 ST_BorderStyle
(Border Line Styles) in ISO/IEC 29500-1:2016(E). These styles are applicable to
text portions, tables and pages.
The line styles are written to ODF as <draw:stroke-dash> element. Graphical
objects have the styling aspects "stroke" for their lines and "fill" for their
area. Line styles format the "stroke". They are only applicable to objects,
which have a "stroke". Similar in OOXML, there it is the custDash or prstDash
element. The OOXML preset styles are labeled: solid, dot, dash, lgDash,
dashDot, lgDashDot, lgDashDotDot, sysDash, sysDot, sysDashDot and sysDashDotDot
in file format (not in UI). Their metric is illustrated in L.4.8.5.2 Line Dash
Properties in the OOXML spec.

So "border line styles" never work for "drawing line styles". Of cause you will
have styles in both systems, that look similar.</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>