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

Armin Le Grand <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #7 from Armin Le Grand <[email protected]> ---
Found the place where the Items get exported. All in all, the HTML im/export is
pretty old and not in good shape. It ses the writer core directly and there is
a fixed table mapping ItemIDs to function pointers for creating the HTML output
tags - this will break immediately should the ItemIDs ever change.
In that range the new fill attribute items in the [XATTR_FILL_FIRST ..
XATTR_FILL_LAST] range already appear, but are beyond the table
(XATTR_FILLSTYLE is around 1014). Added code to create the classic SvxBrushItem
for now as a fallback to provide the same functionality as before. Checked for
im/export of paragraph background.
Paragraph background re-import with bitmap does not work yet, gradient shows
the expected fallback, hatch seems too dark (using only hatch color?).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to