• Mark Hung's avatar
    EPUB export: fix not properly paired openPageSpan · 966dc7f2
    Mark Hung yazdı
    Fix the test case converting abi11105.abw to EPUB file.
    ( the attachment at
      <https://bugzilla.abisource.com/show_bug.cgi?id=11105#c1> )
    
    soffice.bin: .../sax/source/expatwrap/saxwriter.cxx:1184: virtual void
    (anonymous namespace)::SAXWriter::endElement(const rtl::OUString &):
    	Assertion `aName ==
    	m_pSaxWriterHelper->m_DebugStartedElements.top()' failed.
    
    We used to invoke handlePageSpan when starting a paragraph
    or a table element that has master-page-name defined in the referred
    style, and invoke closePageSpan when XMLBodyContentContext.
    
    Limit the handling of page span to top-level paragraph or tables
    so that it doesn't messed up in the nested ( paragraph that changed
    it's page style in a table cell ) case.
    
    Change-Id: Ic8637663aaa7506ced9758bd7ccd7233309e8557
    Reviewed-on: https://gerrit.libreoffice.org/73214
    Tested-by: Jenkins
    Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
    966dc7f2
Adı
Son kayıt (commit)
Son güncelleme
..
inc Loading commit data...
qa Loading commit data...
source Loading commit data...
uiconfig/ui Loading commit data...
AllLangMoTarget_wpt.mk Loading commit data...
CppunitTest_writerperfect_calc.mk Loading commit data...
CppunitTest_writerperfect_draw.mk Loading commit data...
CppunitTest_writerperfect_epubexport.mk Loading commit data...
CppunitTest_writerperfect_import.mk Loading commit data...
CppunitTest_writerperfect_impress.mk Loading commit data...
CppunitTest_writerperfect_stream.mk Loading commit data...
CppunitTest_writerperfect_wpftimport.mk Loading commit data...
CppunitTest_writerperfect_writer.mk Loading commit data...
Library_wpftcalc.mk Loading commit data...
Library_wpftdraw.mk Loading commit data...
Library_wpftimpress.mk Loading commit data...
Library_wpftqahelper.mk Loading commit data...
Library_wpftwriter.mk Loading commit data...
Library_writerperfect.mk Loading commit data...
Makefile Loading commit data...
Module_writerperfect.mk Loading commit data...
README Loading commit data...
UIConfig_writerperfect.mk Loading commit data...
UITest_writerperfect_epubexport.mk Loading commit data...