Created attachment 52627 [details] RTF document that is not correctly imported by LibO 3.4.3 Open the attached bugdoc. Several keywords are not interpreted by RTF import filter: MERGEFIELD, MERGEFORMAT and left as is. This file opens correctly in OOo 3.2.1 and LibO 3.3.x but not in LibO 3.4.3 and in the master. The attached file is a template used in French governemental administration. RTF format has been chosen because it is agnostic (in fact: understood as agnostic) about used office software. So this kind of defect blocks the migration of many users in the French adminitration from OOo 3.x and LibO 3.3 to LibO 3.4 Best regards. JBF
Hi Miklos, Please feel free to reassign if you can't deal with this bug. Best regards. JBF
Hi JBF, There is some kind of MERGEFORMAT and MERGEFIELD support in writerfilter, so it should not be too hard to fix this in master. Will have a look as time permits. Miklos
The import of the accents shown in that file is fixed by: http://cgit.freedesktop.org/libreoffice/core/commit/?id=8a232f007458c9f474c6bf8fdf1f7f2c5ae467cf
Support for fields inside tables were completely missing in the new RTF filter. Fixed in master: http://cgit.freedesktop.org/libreoffice/core/commit/?id=133f4d750a46dc67797d2f23f25a1bb39620d59f Cherry-picked to -3-5: http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-5&id=80bab876c3efce923b98caac2a6373e666664761
Working now as expected confirmed in LO 3.5.1. Closing. Thank you.