office-gobmx/writerfilter
Miklos Vajna 5170d822aa writerfilter: remove unused application attribute
Change-Id: Ic4e16f8303611197e7d2a149e85c7b73dc30bcc8
2014-08-25 09:40:31 +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 application attribute 2014-08-25 09:40:31 +02:00
util
CppunitTest_writerfilter_misc.mk
CppunitTest_writerfilter_rtftok.mk
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