office-gobmx/writerfilter
Julien Nabet 717553f9cd Fix variables not initialized
Change-Id: Ib741c7144bfa48f8071c2b86478c111dbf09b14e
2013-04-07 21:49:31 +02:00
..
documentation
inc new module i18nlangtag 2013-04-05 19:10:48 +02:00
qa mass removal of rtl:: prefixes for O(U)String* 2013-04-07 14:23:11 +02:00
source Fix variables not initialized 2013-04-07 21:49:31 +02:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk
Library_writerfilter.mk new module i18nlangtag 2013-04-05 19:10:48 +02:00
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