Files
loongoffice/writerfilter/source/rtftok
Caolán McNamara 5aeaba2e65 Resolves: rhbz#1089377 crash on loading a specific rtf
Change-Id: I26864f3a2247f5d7184f395cfed91eaf92e36295
2014-04-22 17:24:11 +01:00
..
2014-04-19 11:10:08 +02:00

= 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
----