Kaydet (Commit) aad5113e authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: update README

Change-Id: Icd098ab4efcd307c83fe42d2f5815b48d1bff669
üst 8bcb6c33
...@@ -3,14 +3,18 @@ The writerfilter module contains import filters for Writer, using its UNO API. ...@@ -3,14 +3,18 @@ The writerfilter module contains import filters for Writer, using its UNO API.
Import filter for docx, doc and rtf. Import filter for docx, doc and rtf.
== Module contents == == Module contents ==
* documentation
* inc: global headers (can be included by other modules) * inc: global headers (can be included by other modules)
* prj: information for dmake
* qa: unittests and subsequenttests * qa: unittests and subsequenttests
* source: the filters themselves * source: the filters themselves
* util: UNO passive registration config
== Source contents == == Source contents ==
* dmapper: the domain mapper, hiding UNO from the tokenizers * dmapper: the domain mapper, hiding UNO from the tokenizers, used by DOCX and RTF import
* doctok: incomplete ww8 (.doc) tokenizer * doctok: incomplete and unused ww8 (.doc) tokenizer
* filter: the uno filter service implementations * filter: the UNO filter service implementations, invoked by UNO and calling
the dmapper + one of the tokenizers
* odiapi
* ooxml: the docx tokenizer * ooxml: the docx tokenizer
* resourcemodel
* rtftok: the rtf tokenizer * rtftok: the rtf tokenizer
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment