office-gobmx/writerfilter
Miklos Vajna 42faa9f051 writerfilter: remove unused qname attribute
Change-Id: I412390fba4caa4579dec0dab68f4a1c276284118
2014-08-21 15:28:20 +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 unused qname attribute 2014-08-21 15:28:20 +02:00
util
CppunitTest_writerfilter_misc.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk writerfilter: stop reading namespace-alias elements in factoryimpl 2014-08-19 18:19:03 +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