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

Heiko Tietze <heiko.tie...@documentfoundation.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|heiko.tietze@documentfounda |libreoffice-b...@lists.free
                   |tion.org                    |desktop.org
             Status|ASSIGNED                    |NEW

--- Comment #33 from Heiko Tietze <heiko.tie...@documentfoundation.org> ---
It's pretty simple to add exclude testing of ( !m_bHeaderOn && !m_bFooterOn )
in ScDocShell::GetStatePageStyle() sc/source/ui/docshell/docsh4.cxx and to add
checkboxes to the dialog which are assigned at ScHFEditPage::ScHFEditPage()
sc/source/ui/pagedlg/scuitphfedit.cxx with

    const bool bOn = rCoreAttrs.Get( bHeader ? ATTR_PAGE_HEADERSET :
ATTR_PAGE_FOOTERSET ).GetItemSet().Get( ATTR_PAGE_ON ).GetValue();
    m_xEnableHF->set_active( bOn );
    m_xEnableHF->set_label(m_xEnableHF->get_label() + " " +
m_xFtDefinedHF->get_label());

but then the trouble begins. The dialog is heavily overloaded and tabs are show
or not depending on many conditions. So unassigning myself to save time for
other tasks.

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

Reply via email to