[Libreoffice-bugs] [Bug 139426] Update of Contents is freezing LibreOffice

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 19 13:04:30 UTC 2021


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

--- Comment #9 from Armin Le Grand <Armin.Le.Grand at me.com> ---
Very strange - I wish I knew more about SW layouting :-(
Findings:
- taking out the block in sw/source/core/layout/pagechg.cxx lines 572 to 591
makes the problem not happen
- is active, that block is triggered again and again, with always new this ptr
- if block is in, local var m_bAgain at SwLayAction in
sw/source/core/layout/layact.cxx is set back to true between
392        InternalAction(pRenderContext);
393        if (RemoveEmptyBrowserPages())
- It seems as if that menu command layouting removes that added lower
SwBodyFrame again and it gets added again...?
- This does not happen at initial layout after loading - why?

The code at sw/source/core/layout/pagechg.cxx lines 572 to 591 is AFAIR
intended for correcting once after loading...?
Not sure what to do here - maybe check if that happened already directly with
my older fix added?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210719/8b7a9dda/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list