• Michael Stahl's avatar
    tdf#125685 sw: disregard footnotes in follow table on table split · e37ffdd1
    Michael Stahl yazdı
    The first problem here is that the table isn't fully formatted; it fails
    with:
    
    warn:legacy.osl:22975:22975:sw/source/core/layout/tabfrm.cxx:2639: debug assertion: <SwTabFrame::MakeAll()> - format of table lowers suppressed by fix i44910
    
    The situation is that there is a big table split across pages; the first
    line of the table would fit onto the previous page so its follow frame
    moves backward and then the table frame tries to split again.
    
    During SwTabFrame::Split(), all the frames in the table are formatted,
    and at that point a footnote that was on the next page is moved to this
    page.
    
    A nested table frame also splits, such that it fits inside the page...
    but then the split of the outer table fails by 5 twips, because the
    moved footnote has reduced the space available for the outer table.
    
    The footnote is anchored in the inner table's follow frame, which would
    be moved to the next page anyway, taking the footnote with it.
    
    Fix this in lcl_RecalcSplitLine() by checking for footnotes that are
    anchored in the follow frame of the top-level table being split, and
    adding their height to the available space on the page.
    
    Fixing the first problem avoids the crash as well; the crash happens
    since 18765b9f and it's rather hard to
    avoid it in a situation where formatting starts at the end and recurses
    into an unformatted table preceding it, which isn't supposed to happen.
    
    Change-Id: I85286583c1c4930468a1c283afc98504cd35bb71
    Reviewed-on: https://gerrit.libreoffice.org/73465
    Tested-by: Jenkins
    Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
    e37ffdd1
Adı
Son kayıt (commit)
Son güncelleme
..
inc Loading commit data...
qa Loading commit data...
sdi Loading commit data...
source Loading commit data...
uiconfig Loading commit data...
util Loading commit data...
AllLangMoTarget_sw.mk Loading commit data...
CppunitTest_sw_accessible_relation_set.mk Loading commit data...
CppunitTest_sw_apitests.mk Loading commit data...
CppunitTest_sw_dialogs_test.mk Loading commit data...
CppunitTest_sw_dialogs_test_2.mk Loading commit data...
CppunitTest_sw_docbookexport.mk Loading commit data...
CppunitTest_sw_filters_test.mk Loading commit data...
CppunitTest_sw_fodfexport.mk Loading commit data...
CppunitTest_sw_globalfilter.mk Loading commit data...
CppunitTest_sw_htmlexport.mk Loading commit data...
CppunitTest_sw_htmlimport.mk Loading commit data...
CppunitTest_sw_layoutwriter.mk Loading commit data...
CppunitTest_sw_macros_test.mk Loading commit data...
CppunitTest_sw_mailmerge.mk Loading commit data...
CppunitTest_sw_odfexport.mk Loading commit data...
CppunitTest_sw_odfimport.mk Loading commit data...
CppunitTest_sw_ooxmlencryption.mk Loading commit data...
CppunitTest_sw_ooxmlexport.mk Loading commit data...
CppunitTest_sw_ooxmlexport10.mk Loading commit data...
CppunitTest_sw_ooxmlexport11.mk Loading commit data...
CppunitTest_sw_ooxmlexport12.mk Loading commit data...
CppunitTest_sw_ooxmlexport13.mk Loading commit data...
CppunitTest_sw_ooxmlexport2.mk Loading commit data...
CppunitTest_sw_ooxmlexport3.mk Loading commit data...
CppunitTest_sw_ooxmlexport4.mk Loading commit data...
CppunitTest_sw_ooxmlexport5.mk Loading commit data...
CppunitTest_sw_ooxmlexport6.mk Loading commit data...
CppunitTest_sw_ooxmlexport7.mk Loading commit data...
CppunitTest_sw_ooxmlexport8.mk Loading commit data...
CppunitTest_sw_ooxmlexport9.mk Loading commit data...
CppunitTest_sw_ooxmlexport_template.mk Loading commit data...
CppunitTest_sw_ooxmlfieldexport.mk Loading commit data...
CppunitTest_sw_ooxmlimport.mk Loading commit data...
CppunitTest_sw_ooxmlimport2.mk Loading commit data...
CppunitTest_sw_ooxmllinks.mk Loading commit data...
CppunitTest_sw_ooxmlw14export.mk Loading commit data...
CppunitTest_sw_rtfexport.mk Loading commit data...
CppunitTest_sw_rtfexport2.mk Loading commit data...
CppunitTest_sw_rtfexport3.mk Loading commit data...
CppunitTest_sw_rtfexport4.mk Loading commit data...
CppunitTest_sw_rtfexport5.mk Loading commit data...
CppunitTest_sw_rtfimport.mk Loading commit data...
CppunitTest_sw_tiledrendering.mk Loading commit data...
CppunitTest_sw_txtexport.mk Loading commit data...
CppunitTest_sw_uibase_unit.mk Loading commit data...
CppunitTest_sw_uiwriter.mk Loading commit data...
CppunitTest_sw_unowriter.mk Loading commit data...
CppunitTest_sw_uwriter.mk Loading commit data...
CppunitTest_sw_ww8export.mk Loading commit data...
CppunitTest_sw_ww8export2.mk Loading commit data...
CppunitTest_sw_ww8export3.mk Loading commit data...
CppunitTest_sw_ww8import.mk Loading commit data...
CppunitTest_sw_xhtmlexport.mk Loading commit data...
CustomTarget_generated.mk Loading commit data...
IwyuFilter_sw.yaml Loading commit data...
JunitTest_sw_complex.mk Loading commit data...
JunitTest_sw_unoapi_1.mk Loading commit data...
JunitTest_sw_unoapi_2.mk Loading commit data...
JunitTest_sw_unoapi_3.mk Loading commit data...
JunitTest_sw_unoapi_4.mk Loading commit data...
Library_msword.mk Loading commit data...
Library_sw.mk Loading commit data...
Library_swd.mk Loading commit data...
Library_swui.mk Loading commit data...
Library_vbaswobj.mk Loading commit data...
Makefile Loading commit data...
Module_sw.mk Loading commit data...
PythonTest_sw_python.mk Loading commit data...
README Loading commit data...
UIConfig_sglobal.mk Loading commit data...
UIConfig_sweb.mk Loading commit data...
UIConfig_swform.mk Loading commit data...
UIConfig_swreport.mk Loading commit data...
UIConfig_swriter.mk Loading commit data...
UIConfig_swxform.mk Loading commit data...
UITest_chapterNumbering.mk Loading commit data...
UITest_classification.mk Loading commit data...
UITest_librelogo.mk Loading commit data...
UITest_options.mk Loading commit data...
UITest_sw_findReplace.mk Loading commit data...
UITest_sw_findSimilarity.mk Loading commit data...
UITest_table.mk Loading commit data...
UITest_writer_tests.mk Loading commit data...
UITest_writer_tests2.mk Loading commit data...
UITest_writer_tests3.mk Loading commit data...
UITest_writer_tests4.mk Loading commit data...
UITest_writer_tests5.mk Loading commit data...
UITest_writer_tests6.mk Loading commit data...
ooxmlexport_setup.mk Loading commit data...