office-gobmx/writerfilter
Miklos Vajna a0796a6412 writerfilter: drop debugservices uno component
I tried to ask all developers hacking writerfilter, and seems none of us
use this at all.

Change-Id: I46e59c49c47ec829e5e84cb814e515bf2e8cdafb
2012-11-05 09:49:13 +01:00
..
documentation
inc writerfilter: clean up PropertyMap::insert mess: 2012-10-30 22:54:18 +01:00
prj
qa rework filters test to squeeze through extra flags 2012-11-01 13:14:09 +00:00
source WaE uno any conversion does not like int 2012-11-03 20:24:28 -05:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk
JunitTest_writerfilter_complex.mk
Library_writerfilter.mk
Makefile
Module_writerfilter.mk writerfilter: drop debugservices uno component 2012-11-05 09:49:13 +01:00
Package_sprmids.mk
README

The writerfilter module contains import filters for Writer, using its UNO API.

Import filter for docx, doc and rtf.

== Module contents ==
 * inc: global headers (can be included by other modules)
 * prj: information for dmake
 * qa: unittests and subsequenttests
 * source: the filters themselves

== Source contents ==
 * dmapper: the domain mapper, hiding UNO from the tokenizers
 * doctok: incomplete ww8 (.doc) tokenizer
 * filter: the uno filter service implementations
 * ooxml: the docx tokenizer
 * rtftok: the rtf tokenizer