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

--- Comment #6 from Tamás Zolnai <zolnaitamas2...@gmail.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to