Files
loongoffice/writerfilter
Jelle van der Waa 529f9cf52f writerfilter: remove old unit tests
Change-Id: Icaa0560b812b96e41c52d7a43267873fe364ceb7
Reviewed-on: https://gerrit.libreoffice.org/5904
Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
2013-09-10 17:37:53 +00:00
..
2013-09-05 20:00:43 +02:00
2013-09-10 17:37:53 +00:00
2013-09-10 02:50:04 +09:00

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
 * doctok: incomplete and unused ww8 (.doc) tokenizer
 * filter: the UNO filter service implementations, invoked by UNO and calling
   the dmapper + one of the tokenizers
 * odiapi
 * ooxml: the docx tokenizer
 * resourcemodel
 * rtftok: the rtf tokenizer