office-gobmx/writerfilter
Norbert Thiebaud aef7a9ad91 targeted string re-work
Change-Id: I67db5b5685872ef148bf4833330c02ea2b18c32e
2012-06-02 17:57:17 -05:00
..
documentation
inc do reuse shape context 2012-05-22 17:27:43 +02:00
prj
qa targeted string re-work 2012-06-02 14:55:58 -05:00
source targeted string re-work 2012-06-02 16:48:36 -05:00
unocomponent targeted string re-work 2012-06-02 17:57:17 -05:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk
debug_setup.mk
JunitTest_writerfilter_complex.mk
Library_writerfilter.mk
Library_writerfilter_uno.mk
Makefile
Module_writerfilter.mk
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