<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PPTX export: Shape's line transparency is not exported"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111786#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PPTX export: Shape's line transparency is not exported"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111786">bug 111786</a>
              from <span class="vcard"><a class="email" href="mailto:zolnaitamas2000@gmail.com" title="Tamás Zolnai <zolnaitamas2000@gmail.com>"> <span class="fn">Tamás Zolnai</span></a>
</span></b>
        <pre>Some more code pointers:
PPTX export code uses UNO API to get properties from the document modell. Line
API properties are defined here:
offapi/com/sun/star/drawing/LineProperties.idl
These properties are get by GetProperty() calls. This GetProperty() method sets
the property to the mAny variable from which you can convert the actual value
to the right type (see other parts of the drawingml.cxx file how it works). So
with this GetProperty() you can get the actualy line trasparency for the
current object.
About how to export the transparency value you should check WriteSolidFill()
method which is called from WriteOutline() method. It has an nAlpha paramter
which is a kind of transparency value.</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>