d7c9a269a4
Change-Id: I1ae1a4c0e0ca002414db68bf3ad382cb564e17a1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135333 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> |
||
---|---|---|
.. | ||
README | ||
rtfcharsets.cxx | ||
rtfcharsets.hxx | ||
rtfcontrolwords.cxx | ||
rtfcontrolwords.hxx | ||
rtfdispatchdestination.cxx | ||
rtfdispatchflag.cxx | ||
rtfdispatchsymbol.cxx | ||
rtfdispatchvalue.cxx | ||
rtfdocumentfactory.cxx | ||
rtfdocumentimpl.cxx | ||
rtfdocumentimpl.hxx | ||
rtffly.hxx | ||
rtflistener.hxx | ||
rtflookahead.cxx | ||
rtflookahead.hxx | ||
rtfreferenceproperties.cxx | ||
rtfreferenceproperties.hxx | ||
rtfreferencetable.cxx | ||
rtfreferencetable.hxx | ||
rtfsdrimport.cxx | ||
rtfsdrimport.hxx | ||
rtfskipdestination.cxx | ||
rtfskipdestination.hxx | ||
rtfsprm.cxx | ||
rtfsprm.hxx | ||
rtftokenizer.cxx | ||
rtftokenizer.hxx | ||
rtfvalue.cxx | ||
rtfvalue.hxx |
= Writerfilter-based RTF tokenizer == Mathematics At the time of writing, all control words understood by SmOoxmlImport are imported. To view the current status: ---- grep M_TOKEN starmath/source/ooxmlimport.cxx |sed 's/.*\(M_TOKEN(\) /\1/;s/ ).*/)/'|sort -u > ~/math-import-list grep '[^_]M_TOKEN' writerfilter/source/rtftok/rtfdocumentimpl.cxx |sed 's/.*\(M_TOKEN(\)/\1/;s/).*/)/'|sort -u > ~/wf-export-list diff -u ~/math-import-list ~/wf-export-list |grep ^-M_TOKEN ----