office-gobmx/writerfilter
Caolán McNamara 322da54d74 coverity#705337 Missing break in switch, probably not intentional
Change-Id: I9bfb694c4034f01d93f35f0f7e72263909245811
2014-06-04 15:13:32 +01:00
..
documentation writerfilter: remove unused AddingTable.cxx 2014-05-28 15:53:10 +02:00
inc
qa
source coverity#705337 Missing break in switch, probably not intentional 2014-06-04 15:13:32 +01:00
util
CppunitTest_writerfilter_misc.mk
CppunitTest_writerfilter_rtftok.mk DeInitVCL at end of tests 2014-06-04 08:55:12 +02:00
CustomTarget_source.mk
Library_writerfilter.mk
Makefile
Module_writerfilter.mk
README

The writerfilter module contains import filters for Writer, using its UNO API.

Import filter for docx, doc and rtf.

== Module contents ==
 * documentation
 * inc: global headers (can be included by other modules)
 * qa: unittests and subsequenttests
 * source: the filters themselves
 * util: UNO passive registration config

== Source contents ==
 * dmapper: the domain mapper, hiding UNO from the tokenizers, used by DOCX and RTF import
 * filter: the UNO filter service implementations, invoked by UNO and calling
   the dmapper + one of the tokenizers
 * ooxml: the docx tokenizer
 * resourcemodel
 * rtftok: the rtf tokenizer