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

Jim Raykowski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Jim Raykowski <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to