https://issues.apache.org/ooo/show_bug.cgi?id=115391
--- Comment #7 from Armin Le Grand <[email protected]> --- ALG: Problem is indeed the lower part of SdrTextObj::NbcResize; it uses NbcSetMinTextFrameWidth and NbcSetMinTextFrameHeight to adapt the sizes, but these trigger recalculations (over the path triggered by ItemChange) and thus lands in NbcAdjustTextFrameWidthAndHeight between these two calls (the call is triggered by hand afterwards anyways). Thus, the calulation is done with MinTextFrameWidth set but MinTextFrameHeight not. This leads to landing at SdrObjCustomShape::ImpCalculateTextFrame where in the 2nd if strange back-calculations are triggered which then create the wrong text frame sizes. Checking why/what/which/how/... -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes.
