office-gobmx/writerfilter
Miklos Vajna 552f139d2a writerfilter: remove mce token generator
Commit af7d4a5ebf (n#820503: initial MCE
support in writerfilter ooxml tokenizer, 2013-07-03) added these, but in
fact only the namespace-alias part was necessary. Now that oox provides
the list of namespaces to be registered, it can be removed completely.

Change-Id: If8f1b0c07602a0170c63b53d806a5b466d485747
2014-08-23 11:46:13 +02:00
..
documentation writerfilter: remove now unused namespace-alias elements 2014-08-19 23:26:09 +02:00
inc writerfilter: remove now not necessary namespaceids.py 2014-08-17 15:53:27 +02:00
qa NS_ooxml::LN_CT_LevelText_val might be missing 2014-08-21 08:33:04 +01:00
source writerfilter: remove mce token generator 2014-08-23 11:46:13 +02:00
util
CppunitTest_writerfilter_misc.mk new loplugin: externalandnotdefined 2014-07-11 14:12:25 +02:00
CppunitTest_writerfilter_rtftok.mk DeInitVCL at end of tests 2014-06-04 08:55:12 +02:00
CustomTarget_source.mk writerfilter: remove mce token generator 2014-08-23 11:46:13 +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