office-gobmx/writerfilter
Caolán McNamara 0a42632a74 empty Reference
valgrind + bff

Change-Id: Id3c039a46dec5d2d4a4642dfb53d23a76972dde2
2014-08-20 08:57:06 +01: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 empty Reference 2014-08-20 08:57:06 +01:00
source empty Reference 2014-08-20 08:57:06 +01: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
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