https://bugs.documentfoundation.org/show_bug.cgi?id=139646
Miklos Vajna <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression |implementationError --- Comment #6 from Miklos Vajna <[email protected]> --- I guess what happens here is that the original DOCX file has this shape that happens to be a rectangle (but could be something more complex, like have rounded rectangles) and that contains some text (caption) and the image. So on import we deal with a shape and an image, but the shape gets mapped to a Writer TextBox (draw shape + inner Writer TextFrame), on purpose. Once you save to DOC, the link between the draw shape and the inner TextFrame gets lost, as the DOC export was not extended to use SwTextBoxHelper::isTextBox(). This is doable and is done for DOCX & RTF, but I don't recall the details off the top of my head, most of that Writer TextBox work was 10 years ago. :-) So this makes sense to implement, but I would argue that this is a missing feature of the DOC export (and then people will also want the same in the DOC import), or at least it's an implementation error, not a regression. Adjusting keywords accordingly. -- You are receiving this mail because: You are the assignee for the bug.
