[Libreoffice-bugs] [Bug 120801] The background color is active when inserting a header using Insert Header/Footer - Header default style.
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Mar 10 19:48:09 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=120801
Jim Raykowski <raykowj at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |raykowj at gmail.com
--- Comment #3 from Jim Raykowski <raykowj at gmail.com> ---
Code Pointer:
One approach is to check the fill style attribute item state in the border
background set, pBBSet, after the page header or footer set is put. If the fill
style attribute is not SET put the fill style item to none.
LO code that will be used in this approach
SfxItemSet
SfxItemSet::GetItemState
SfxItemState::SET
SfxTabPage::GetWhich
XATTR_FILLSTYLE
SfxItemSet::Put
XFillStyleItem
drawing::FillStyle_NONE
https://opengrok.libreoffice.org/xref/core/svx/source/dialog/hdft.cxx?r=55042cb5#594
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190310/f57792ff/attachment.html>
More information about the Libreoffice-bugs
mailing list