office-gobmx/writerfilter
2012-03-09 09:26:05 +01:00
..
documentation
inc
prj
qa use a consistent naming scheme 2012-03-06 16:36:08 +00:00
source writerfilter: ifdef + fprintf -> SAL_INFO 2012-03-09 09:26:05 +01:00
unocomponent
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
debug_setup.mk
JunitTest_writerfilter_complex.mk gb_JunitTest_JunitTest takes only one argument 2012-02-20 16:39:59 +01:00
Library_doctok.mk
Library_ooxml.mk fold i18npaper into i18nutil 2012-03-08 12:02:38 +00:00
Library_resourcemodel.mk
Library_rtftok.mk
Library_writerfilter.mk fold i18npaper into i18nutil 2012-03-08 12:02:38 +00:00
Library_writerfilter_uno.mk
Makefile
Module_writerfilter.mk
Package_writerfilter_generated.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