https://bugs.documentfoundation.org/show_bug.cgi?id=73977
--- Comment #24 from ardv <[email protected]> --- (In reply to Bartosz from comment #7) > 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 what if this line : m_lMaxHeight *= 8; will be changed to: m_lMaxHeight *= 9.5; this may fix the issue? -- You are receiving this mail because: You are the assignee for the bug.
