office-gobmx/writerfilter
Stephan Bergmann 5129f99e7e -Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: If8ed0534ba282145e66b023777820c9c09b2b496
2012-08-31 09:04:18 +02:00
..
documentation
inc
prj
qa
source -Werror,-Wunused-private-field (Clang towards 3.2) 2012-08-31 09:04:18 +02:00
unocomponent
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk
JunitTest_writerfilter_complex.mk gbuild: register all jars 2012-08-17 12:52:25 +02:00
Library_writerfilter.mk fix math export/import in docx/rtf 2012-08-23 14:06:45 +02:00
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