office-gobmx/writerfilter
Tor Lillqvist 13ec17ce63 Use prefix
Change-Id: I128623b27bd88795e21de13d7a6fc960de3b6ea8
2012-10-02 13:02:37 +03:00
..
documentation
inc fdo#49819 - allow slightly inconsistent docx files to be repaired 2012-09-21 21:33:59 +01:00
prj
qa
source Use prefix 2012-10-02 13:02:37 +03:00
unocomponent fdo#49819 - allow slightly inconsistent docx files to be repaired 2012-09-21 21:33:59 +01:00
util Use prefix 2012-10-02 13:02:37 +03:00
CppunitTest_writerfilter_doctok.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_writerfilter_rtftok.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CustomTarget_source.mk
JunitTest_writerfilter_complex.mk
Library_writerfilter.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Library_writerfilter_uno.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +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