1 The writerfilter module contains import filters for Writer, using its UNO API.
3 Import filter for docx and rtf.
6 * documentation: RNG schema for the OOXML tokenizer, etc.
7 * inc: module-global headers (can be included by any files under source)
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 * The incoming traffic of dmapper can be dumped into an XML file in /tmp in
15 dbgutil builds, start soffice with the `SW_DEBUG_WRITERFILTER=1`
16 environment variable if you want that.
17 * filter: the UNO filter service implementations, invoked by UNO and calling
18 the dmapper + one of the tokenizers
19 * ooxml: the docx tokenizer
20 * rtftok: the rtf tokenizer