[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:04:09 UTC 2021


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

--- Comment #16 from Justin L <jluth at mail.com> ---
Here is the relevant part from mso-dumper, the key here being grffldEnd bit
E_Locked

<fld type="FLD" offset="1366" size="2 bytes">
<fldch type="fldch" offset="1366" size="1 byte">
<ch value="0x13"/>  #tyep of field
<reserved value="0x0"/>
</fldch>
<grffld value="0x1f"/>  #a Date field.
</fld>
</aCP>
<aCP index="1" value="18">
<fld type="FLD" offset="1368" size="2 bytes">
<fldch type="fldch" offset="1368" size="1 byte">
<ch value="0x14"/>  #unused/ignored
<reserved value="0x4"/>
</fldch>
<grffld value="0xff"/> #ignored
</fld>
<transformed value="DATE \@"dd.MM.yy""/>
</aCP>
<aCP index="2" value="27">
<fld type="FLD" offset="1370" size="2 bytes">
<fldch type="fldch" offset="1370" size="1 byte">
<ch value="0x15"/>  #grffldEnd
<reserved value="0x4"/>
</fldch>
<grffld value="0x90"/> #10010000  E_Locked = this field does not recalculate,
H_fHasSep = set if this field has a separator.
</fld>
<transformed value="05.01.19"/>

-- 
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/b0c12c28/attachment.htm>


More information about the Libreoffice-bugs mailing list