office-gobmx/writerfilter
Miklos Vajna 95e6cc2ecb Related: fdo#76260 writerfilter: move SavedAlternateStates to OOXMLParserState
Change-Id: Ib9bddeb2d3b5ccdb71295587acbd13c86e5dd28b
2014-06-24 10:30:55 +02:00
..
documentation
inc writerfilter: Hide more debug-only stuff behind the DEBUG_DOMAINMAPPER. 2014-06-19 13:07:19 +02:00
qa
source Related: fdo#76260 writerfilter: move SavedAlternateStates to OOXMLParserState 2014-06-24 10:30:55 +02: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 writerfilter: convert factoryinc to Python 2014-06-22 17:04:09 +02:00
Library_writerfilter.mk writerfilter: Fold all the various DEBUG_* macros into DEBUG_DOMAINMAPPER. 2014-06-18 11:33:41 +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