office-gobmx/writerfilter
Thomas Arnhold 7cc627ff79 update_pch
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
2014-08-13 10:10:33 +02:00
..
documentation
inc update_pch 2014-08-13 10:10:33 +02:00
qa writerfilter: nobody reads the classfordefine attribute 2014-07-28 19:05:00 +02:00
source WaE: 'bIsSdtEndBefore' may be used uninitialized in this function 2014-08-13 07:46:15 +03:00
util
CppunitTest_writerfilter_misc.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk unused tokens-to-xml.sed 2014-08-06 18:53:38 +02:00
Library_writerfilter.mk unused writerfilter::ooxml::OOXMLFastTokenHandler 2014-08-06 18:53:38 +02:00
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