[Libreoffice-bugs] [Bug 100961] After inserting Fixed Date, and saving in DOC format, the date is not fixed anymore
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Apr 9 19:34:24 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=100961
--- Comment #17 from Justin L <jluth at mail.com> ---
That grffldEnd is loaded into WW8FieldDesc.nOpt.
So I think we want to set our date and time fields to DATE_FIX
enum SwDateSubFormat
{
DATE_FIX, #never used. Gets converted to FIXEDFLD(aka 1 - so confusing)
DATE_VAR #this is the one to search for.
};
as well as setting the field's time to what was stored in the file.
--
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/20210409/ffdbe7e1/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list