office-gobmx/writerfilter
Noel Grandin b3c76dee6d fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update calls to factories to use new ::create methods

Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-04 16:57:55 +02:00
..
documentation
inc
prj
qa targeted string re-work 2012-06-02 14:55:58 -05:00
source fdo#46808, Adapt UNO services to new style, Part 7, updating ::create 2012-06-04 16:57:55 +02:00
unocomponent targeted string re-work 2012-06-02 17:57:17 -05:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk fdo#46808, Adapt UNO services to new style, Part 7, updating ::create 2012-06-04 16:57:55 +02:00
CustomTarget_source.mk
debug_setup.mk
JunitTest_writerfilter_complex.mk
Library_writerfilter.mk
Library_writerfilter_uno.mk
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