GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / writerfilter / README
blob17ba617eebbee7a12e5bd5a9b57b84a20fd4531a
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  * documentation
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
12 == Source contents ==
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
17  * odiapi
18  * ooxml: the docx tokenizer
19  * resourcemodel
20  * rtftok: the rtf tokenizer