<div dir="ltr">Hi,<div><br></div><div>This week we made it able to cut non-overflowing paragraph and move them to the right place.</div><div><br></div><div>Also a couple problems were found:</div><div>- Style sheets are lost on the way when transferring text after overflow.</div><div>- Resizing a box does not trigger text transfer when overflow occurs.</div><div><br></div><div>The causes of the two seems respectively:</div><div>- style sheets are never set while creating the new text objects to be moved around. So the solution should be simple enough.</div><div>- since editing is not activated while resizing, the usual callbacks invoked after we find overflow are simply not activated. One way to deal with this woud be to keep always active some editing-independent callback or at least to activate it temporarily from SdrTextObj;;NbcAdjustTextFrameAndHeight (called at resizing).</div><div><br></div><div>Matteo</div></div>