https://bugs.documentfoundation.org/show_bug.cgi?id=124821

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
            Summary|FILESAVE DOCX / RTF:        |FILESAVE ODT->DOCX: inline
                   |Corruption of captioned     |(anchored as char) captions
                   |images at document exports  |moved to end of paragraph
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=15
                   |                            |4703
             Blocks|                            |88173
           Keywords|                            |implementationError
            Version|6.2.2.2 release             |4.3 all versions

--- Comment #17 from Justin L <[email protected]> ---
LO opens the round-tripped file the same way that MS Word opens it. (That is
the important part).

Exporting the "distance to text" spacing is not possible - an MS format
limitation. (Well, at least using the DOCX frame choices we have made. See bug
154703.)

I believe the concern about the order of the exported as-char-frames is valid.
The bottom two captions are "as character" and come before a short string of
spaces. On export, the string of spaces is first, followed by the two captioned
images.

I tested by placing a "x" as the first character in the paragraph (before the
captions) and a y after all of the spaces.
The DOCX export resulted in x......y<image1><image2>

Note that DOC exports the order just fine.

History:
-OOo didn't export to DOCX
-at first LO exported this as to-character, but EVERYTHING looked perfect in
4.3 (although MS Word imported at the end - so obviously already broken).
-broken at import time during transition to using draw frames in 4.4 commit
d379d18666aa42031359ca8eb34b0021960347ae.

The export changed in 4.3's commit 8a0fc37a3714752b764d9d9b752913734412d46c
Author: Miklos Vajna on Wed Dec 11 16:08:52 2013 +0100
    DOCX textframe export: when in experimental mode, use DML instead of VML


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88173
[Bug 88173] [META] DOCX (OOXML) format limitations
-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to