https://bugs.documentfoundation.org/show_bug.cgi?id=55066
--- Comment #22 from osnola <[email protected]> --- Created attachment 124026 --> https://bugs.documentfoundation.org/attachment.cgi?id=124026&action=edit parsing of universal-content2 Hello, I modified my version of libwps to do some introspection of this file(*), i.e. to obtain these file. Notes: - OP_CreatePattern123 in sc/source/filter/lotus/op.cxx contains some code to parse the CellStyle fields that are not in libwps, ... - I try to read the LineStyle structures by improvisation, so there may be some mistakes, i.e. previously the patternId, the width, the dashId were stored in 1 uint16_t now there are stored in 3 uint16_t - I try to code the reading of 0x0601, 0x0701 and 0x0008 structures, but there maybe some mistakes. - Datafe6E codes also the styles with id=0x6XXX(but I have never seems styles with such id in previous files...) (*) by trying to recognize some new fields. I need to do some checking then I will do a commit probably tomorrow... -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
