office-gobmx/writerfilter
Miklos Vajna 84f1fa190f WaE: -Wsign-compare
Change-Id: I4de04e5ba43735e5ed236109cdf5bfbfc9d1a220
2013-03-28 16:57:25 +01:00
..
documentation
inc
qa
source WaE: -Wsign-compare 2013-03-28 16:57:25 +01:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk cleanup gbuild output 2013-03-25 14:45:37 -04:00
Library_writerfilter.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