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

Bartosz Kosiorek <gan...@poczta.onet.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW

--- Comment #7 from Bartosz Kosiorek <gan...@poczta.onet.pl> ---
The footnote height could be set manually and with custom height.
Both are limited in theory by page height, but in practice there is some magic
number which limit footnote height

I found that most of the UI is implemented there:
https://cgit.freedesktop.org/libreoffice/core/tree/sw/source/ui/misc/pgfnote.cxx#n35
5
There is nothing about maximum value, except:
     lMaxHeight *= 8;
     lMaxHeight /= 10; 
     // set maximum values
     HeightModify(*m_pMaxHeightEdit);

Unfortunately it is only changes maximum UI values which could be set via
Format->Page...->Footnote...->Maximum footnote height.
It it not changing a maximum height of footnote at all.

I suspect that real limitation is implemented somewhere in:
  SwSaveFootnoteHeight
  SwTextFrame::ConnectFootnote

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