[Libreoffice-bugs] [Bug 135796] FILESAVE DOCX/DOC: Highlighting inside textboxes not exported with a odt to DOC/DOCX conversion

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Oct 22 13:23:48 UTC 2020


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

NISZ LibreOffice Team <libreoffice at nisz.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |136358
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
                 CC|                            |libreoffice at nisz.hu
         Depends on|104449                      |

--- Comment #3 from NISZ LibreOffice Team <libreoffice at nisz.hu> ---
Confirming with:

Version: 7.1.0.0.alpha0+ (x64)
Build ID: e0c72e31c1d455c26110c35e8780d420e17cdea6
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win
Locale: en-US (hu_HU); UI: en-US
Calc: CL

This is an editeng textbox, upon exporting it there is this in the xml:

                                                                               
<w:txbxContent>
                        <w:p>
                                <w:pPr>
                                        <w:bidi w:val="0"/>
                                        <w:rPr/>
                                </w:pPr>
                                <w:r>
                                        <w:rPr/>
                                        <w:t>sdsd</w:t>
                                </w:r>
                        </w:p>
                </w:txbxContent>

If the saved version is edited in Word, it puts out correctly the tag (I used
green highlight):
                <w:txbxContent>
                        <w:p w:rsidR="00EE2C44" w:rsidRDefault="002529E3">
                                <w:r w:rsidRPr="00D85E2D">
                                        <w:rPr>
                                                <w:highlight w:val="green"/>
                                        </w:rPr>
                                        <w:t>sdsd</w:t>
                                </w:r>
                        </w:p>
                </w:txbxContent>

This is also retained by Writer on a new save, but this is now a Writer frame,
so probably a bit different part of export core too.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104449
[Bug 104449] [META] DOCX (OOXML) textbox-related issues
https://bugs.documentfoundation.org/show_bug.cgi?id=136358
[Bug 136358] [META] ODF to OOXML shape export related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201022/95582789/attachment.htm>


More information about the Libreoffice-bugs mailing list