summaryrefslogtreecommitdiff
path: root/writerfilter/README
blob: 21687e34a341c11a64b093ccb77737a4eb76e5d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
The writerfilter module contains import filters for Writer, using its UNO API.

Import filter for docx, doc and rtf.

== Module contents ==
 * inc: global headers (can be included by other modules)
 * prj: information for dmake
 * qa: unittests and subsequenttests
 * source: the filters themselves

== Source contents ==
 * dmapper: the domain mapper, hiding UNO from the tokenizers
 * doctok: incomplete ww8 (.doc) tokenizer
 * filter: the uno filter service implementations
 * ooxml: the docx tokenizer
 * rtftok: the rtf tokenizer