[Libreoffice-bugs] [Bug 111786] PPTX export: Shape's line transparency is not exported

2017-12-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111786

Tamás Zolnai  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |zolnaitamas2...@gmail.com
   |desktop.org |

-- 
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


[Libreoffice-bugs] [Bug 111786] PPTX export: Shape's line transparency is not exported

2017-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111786

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

-- 
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


[Libreoffice-bugs] [Bug 111786] PPTX export: Shape's line transparency is not exported

2017-12-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111786

Ekansh Jha  changed:

   What|Removed |Added

   Assignee|jhaekans...@gmail.com   |libreoffice-b...@lists.free
   ||desktop.org

-- 
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


[Libreoffice-bugs] [Bug 111786] PPTX export: Shape's line transparency is not exported

2017-12-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111786

Ekansh Jha  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jhaekans...@gmail.com
   |desktop.org |

-- 
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


[Libreoffice-bugs] [Bug 111786] PPTX export: Shape's line transparency is not exported

2017-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111786

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

-- 
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


[Libreoffice-bugs] [Bug 111786] PPTX export: Shape's line transparency is not exported

2017-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111786

Ekansh Jha  changed:

   What|Removed |Added

   Assignee|jhaekans...@gmail.com   |libreoffice-b...@lists.free
   ||desktop.org

-- 
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


[Libreoffice-bugs] [Bug 111786] PPTX export: Shape's line transparency is not exported

2017-12-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111786

Ekansh Jha  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jhaekans...@gmail.com
   |desktop.org |

-- 
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


[Libreoffice-bugs] [Bug 111786] PPTX export: Shape's line transparency is not exported

2017-12-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111786

--- Comment #6 from Tamás Zolnai  ---
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


[Libreoffice-bugs] [Bug 111786] PPTX export: Shape's line transparency is not exported

2017-12-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111786

--- Comment #5 from Ekansh Jha  ---
I looked into the code and was unfortunate to find anything related to
transpaency in this function. It will be very helpful if I can get a little
help in this matter.

-- 
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


[Libreoffice-bugs] [Bug 111786] PPTX export: Shape's line transparency is not exported

2017-08-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111786

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||filter:pptx
   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=91 |
   |668 |

-- 
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


[Libreoffice-bugs] [Bug 111786] PPTX export: Shape's line transparency is not exported

2017-08-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111786

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||xiscofa...@libreoffice.org
Version|6.0.0.0.alpha0+ Master  |4.4 all versions
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=91
   ||668
 Ever confirmed|0   |1

--- Comment #2 from Xisco Faulí  ---
Confirmed in

Version: 6.0.0.0.alpha0+
Build ID: ef2e6260fad38e26c8591ea88ded348db618270d
CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

and 

Version: 4.3.0.0.alpha1+
Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e

is the problem the same as in bug 91668?

-- 
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


[Libreoffice-bugs] [Bug 111786] PPTX export: Shape's line transparency is not exported

2017-08-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111786

--- Comment #1 from Tamás Zolnai  ---
Created attachment 135532
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135532=edit
Test document with transparent line

-- 
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