1 The writerfilter module contains import filters for Writer, using its UNO API.
3 Import filter for docx, doc and rtf.
7 * inc: global headers (can be included by other modules)
8 * qa: unittests and subsequenttests
9 * source: the filters themselves
10 * util: UNO passive registration config
13 * dmapper: the domain mapper, hiding UNO from the tokenizers, used by DOCX and RTF import
14 * doctok: incomplete and unused ww8 (.doc) tokenizer
15 * filter: the UNO filter service implementations, invoked by UNO and calling
16 the dmapper + one of the tokenizers
18 * ooxml: the docx tokenizer
20 * rtftok: the rtf tokenizer