office-gobmx/writerfilter
Matúš Kukan 0a45deba2b enforce only one possible use of gb_CustomTarget
This brings two changes:
- no more recursive calling of make
- gbuild_simple is now not used => removed
2012-04-09 21:04:39 +02:00
..
documentation
inc use SAL_DLLPUBLIC_TEMPLATE for an exported template 2012-03-17 17:11:31 +01:00
prj
qa
source Fix "Same expression..." reported by cppcheck 2012-04-08 22:20:20 +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 writerfilter: use CustomTarget makefile 2012-04-04 11:31:57 +02:00
Package_sprmids.mk writerfilter: use CustomTarget makefile 2012-04-04 11:31:57 +02:00
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