Hi Michael,
Michael Stahl schrieb am 21.12.2023 um 20:19:
hi Regina,
[..]
the problem is that the type of anchor of the inner shape changes during
text formatting, which is not supposed to happen.
hope https://gerrit.libreoffice.org/c/core/+/161137 should fix the crash.
Yes it solves t
hi Regina,
On 14/12/2023 01:26, Regina Henschel wrote:
Hi all,
I can now narrow down the error somewhat.
Look at method SwTextFrame::FormatImpl() in
https://opengrok.libreoffice.org/xref/core/sw/source/core/text/frmform.cxx?r=7d7ca347#1832
It creates
SwTextFormatInfo aInf( pRenderContext,
Hi Regina,
On Thu, Dec 14, 2023 at 01:26:24AM +0100, Regina Henschel
wrote:
> And there I'm now. I have no idea, how something there changes the parameter
> rInfo of SwTextFrame::Format_().
> And I still do not know, which object is really needed in the above
> mentioned for-loop.
> And I still
Hi all,
I can now narrow down the error somewhat.
Look at method SwTextFrame::FormatImpl() in
https://opengrok.libreoffice.org/xref/core/sw/source/core/text/frmform.cxx?r=7d7ca347#1832
It creates
SwTextFormatInfo aInf( pRenderContext, this );
Later down in the for-loop, aInf is used. The for-
On Mon, 2023-12-11 at 03:15 +0100, Regina Henschel wrote:
> Steps before the crash are
> SwTextFormatter::NewPortion()
> SwTextFormatter::CalcFlyWidth()
> SwTextFly::GetFrame()
> SwTextFly::ForEach()
> SwAnchoredObject::GetObjRectWithSpaces()
It is possible that this is al