[Libreoffice-bugs] [Bug 111785] PPTX: Hatch fill background color is not exported to PPTX

2017-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111785

g.tars...@yahoo.com changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |g.tars...@yahoo.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 111785] PPTX: Hatch fill background color is not exported to PPTX

2017-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111785

Tamás Zolnai  changed:

   What|Removed |Added

   Keywords|difficultyBeginner  |difficultyInteresting

-- 
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 111785] PPTX: Hatch fill background color is not exported to PPTX

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

--- Comment #8 from Tamás Zolnai  ---
PPTX specification:
https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.drawing.patternfill.aspx

-- 
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 111785] PPTX: Hatch fill background color is not exported to PPTX

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

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
 Blocks||108226


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108226
[Bug 108226] [META] PPTX (OOXML) bug tracker
-- 
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 111785] PPTX: Hatch fill background color is not exported to PPTX

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

--- Comment #7 from Tamás Zolnai  ---
> The documentation of the fill API properties is here:
> com/sun/star/drawing/FillProperties.idl

offapi/com/sun/star/drawing/FillProperties.idl

-- 
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 111785] PPTX: Hatch fill background color is not exported to PPTX

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

--- Comment #6 from Tamás Zolnai  ---
(In reply to Shinnok from comment #5)
> Tamas, could you provide a bit more detailed code pointers for this easyHack?

Of course.
The documentation of the fill API properties is here:
com/sun/star/drawing/FillProperties.idl
Where you see a xPropSet->getPropertyValue( "FillStyle" ) call, this means the
code get an API property of the shape.
It's also a good idea to check how the Area dialog sets the fill properties for
hatch (context menu -> Area -> Hatch tab):
cui/source/tabpages/tphatch.cxx
You can check what properties are set when a background is specified for a
hatch fill (use some debugging for this). This code uses the internal items to
set fill properties not the API.
The internal items are mapped to API properties here:
include/svx/unoshprp.hxx, check the block starting with "#define
FILL_PROPERTIES".
For example XATTR_FILLHATCH is the ID of the internally used item which defines
the hatch type and this is mapped to "FillHatch" API property.

-- 
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 111785] PPTX: Hatch fill background color is not exported to PPTX

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

--- Comment #5 from Shinnok  ---
Tamas, could you provide a bit more detailed code pointers for this easyHack?

-- 
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 111785] PPTX: Hatch fill background color is not exported to PPTX

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

Tamás Zolnai  changed:

   What|Removed |Added

   Keywords||difficultyBeginner,
   ||easyHack, skillCpp

--- Comment #4 from Tamás Zolnai  ---
Let's turn it into a easy hack. The code is here:
oox/source/export/drawingml.cxx
Check DrawingML::WriteFill(...) method

-- 
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 111785] PPTX: Hatch fill background color is not exported to PPTX

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

--- Comment #2 from Tamás Zolnai  ---
Created attachment 135531
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135531=edit
Document containing hatch fill with background

-- 
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 111785] PPTX: Hatch fill background color is not exported to PPTX

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

Tamás Zolnai  changed:

   What|Removed |Added

Summary|PPTX: Pattern fill  |PPTX: Hatch fill background
   |background color is not |color is not exported to
   |export to PPTX  |PPTX

--- Comment #1 from Tamás Zolnai  ---
Sorry, I mean hatch background color. In MSO there is only pattern and no
hatch, but in LO this is called hatch fill.

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