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

--- Comment #21 from Michael Stahl <[email protected]> ---
it does indeed appear that enum values > 95 do not actually exist in binary DOC
format.

suspect that your patch will fix the WW8 export but break the DOCX export.

there are multiple implementations of OutputField, for RTF / WW8 / DOCX;
perhaps best to "map" the non-existent enum values in the WW8
OutputField impl, then other formats are unaffected.

one thing that is perhaps worth trying is, export the fields to DOCX,
import that in Word, export it to DOC and see what kind of field that writes
(there are some binary format tools in a separate git repo
https://gerrit.libreoffice.org/#/admin/projects/mso-dumper
but i'm not at all familiar with these).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to