Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / writerfilter / README
blob21687e34a341c11a64b093ccb77737a4eb76e5d8
1 The writerfilter module contains import filters for Writer, using its UNO API.
3 Import filter for docx, doc and rtf.
5 == Module contents ==
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
11 == Source contents ==
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