https://bugs.documentfoundation.org/show_bug.cgi?id=163716
--- Comment #12 from Bartosz <[email protected]> --- The commit by Miklos Vajna enabled Writer to explicitly process the btlr (Bottom-to-Top, Left-to-Right) writing mode when importing DOCX files. Before LibreOffice 6.3, the DOCX filter likely ignored or defaulted the btlr orientation to standard lr-tb (Left-to-Right, Top-to-Bottom) or handled it as a generic vertical fallback. The embedded image is VML object: <w:object w:dxaOrig="2760" w:dyaOrig="11415"> <v:shape id="_x0000_i1025" type="#_x0000_t75" style="width:92.25pt;height:383.25pt" o:ole=""> <v:imagedata r:id="rId7" o:title=""/> </v:shape> <o:OLEObject Type="Embed" ProgID="AutoCAD.Drawing.15" ShapeID="_x0000_i1025" DrawAspect="Content" ObjectID="_1798550039" r:id="rId8"/> </w:object> Instead of modern DrawingML (<wp:inline> or <wp:anchor>), it is used a <w:object> tag containing a legacy VML <v:shape> When Miklos's commit forced Writer to start respecting the btlr writing mode via SwRectFnCollection, it changed how the text cursor (and therefore, inline objects) are painted inside that cell. -- You are receiving this mail because: You are the assignee for the bug.
