office-gobmx/writerfilter
Miklos Vajna 22f92b8606 Remove dead code
Only doctok produced these tokens, so no need to handle them anymore.

Change-Id: Ied7df2515ac86562dd5ce782a1f01158fe3f684e
2014-10-12 16:26:02 +02:00
..
documentation
inc spelling: instanciated -> instantiated 2014-10-08 11:02:55 +02:00
qa encrypt sf_508f4e1..rtf to avoid it triggering virus detection 2014-10-06 16:25:08 +01:00
source Remove dead code 2014-10-12 16:26:02 +02:00
util
CppunitTest_writerfilter_misc.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk
Library_writerfilter.mk
Makefile
Module_writerfilter.mk
README

The writerfilter module contains import filters for Writer, using its UNO API.

Import filter for docx, doc and rtf.

== Module contents ==
 * documentation
 * inc: global headers (can be included by other modules)
 * qa: unittests and subsequenttests
 * source: the filters themselves
 * util: UNO passive registration config

== Source contents ==
 * dmapper: the domain mapper, hiding UNO from the tokenizers, used by DOCX and RTF import
 * filter: the UNO filter service implementations, invoked by UNO and calling
   the dmapper + one of the tokenizers
 * ooxml: the docx tokenizer
 * resourcemodel
 * rtftok: the rtf tokenizer