https://bugs.freedesktop.org/show_bug.cgi?id=80403
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #1 from Michael Meeks <[email protected]> --- Thanks David - it'd be great to get good at XFastParsing =) we need a ninja there to convert the ODF import filters as well ... The file I got saved was here: ~/.config/libreoffice/4/user/autocorr/acor_en-GB.dat with things like: <block-list:block block-list:abbreviated-name="abotu" block-list:name="about"/><block-list:block block-list:abbreviated-name="abouta" block-list:name="about a"/> in it etc. :-) Hopefully it's not too bad to convert. the XFastParser implementation is in: sax/source/fastparser/fastparser.cxx its just one module I think, thought the fast attributes class is in: sax/source/tools/fastattrib.cxx I suspect we'll need a (very) trivial hash function to make this work - and here we try to punch through the UNO later - with a native interface. class SAX_DLLPUBLIC FastTokenHandlerBase Since the UNO version of this was so slow it destroyed any benefit of tokenizing =) -- 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
