office-gobmx/writerfilter
2012-04-12 17:11:36 +02:00
..
documentation
inc
prj
qa
source implement wp:docPr title and fix descr 2012-04-12 17:11:36 +02:00
unocomponent Replaced a few equal calls with == 2012-04-08 19:24:00 +02:00
util
CppunitTest_writerfilter_doctok.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
CppunitTest_writerfilter_rtftok.mk rename gb_CppunitTest_uses_ure 2012-04-08 15:17:45 +02:00
CustomTarget_source.mk enforce only one possible use of gb_CustomTarget 2012-04-09 21:04:39 +02:00
debug_setup.mk
JunitTest_writerfilter_complex.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
Library_doctok.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
Library_ooxml.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
Library_resourcemodel.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
Library_rtftok.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
Library_writerfilter.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +02:00
Library_writerfilter_uno.mk gbuild: "use" vs. "add": 2012-04-08 01:05:52 +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