1 The writerfilter module contains import filters for Writer, using its UNO API.
3 Import filter for docx, doc and rtf.
6 * inc: global headers (can be included by other modules)
7 * prj: information for dmake
8 * qa: unittests and subsequenttests
9 * source: the filters themselves
12 * dmapper: the domain mapper, hiding UNO from the tokenizers
13 * doctok: incomplete ww8 (.doc) tokenizer
14 * filter: the uno filter service implementations
15 * ooxml: the docx tokenizer
16 * rtftok: the rtf tokenizer