office-gobmx/writerfilter
Miklos Vajna d9ebb89f93 writerfilter: remove unused ctor
Change-Id: I17ec2a253e35f90b4f670bb2981aba3402221e1f
2012-10-19 12:47:26 +02:00
..
documentation
inc fdo#46669 sw: RTF paste should not change page styles 2012-10-15 16:54:10 +02:00
prj
qa
source writerfilter: remove unused ctor 2012-10-19 12:47:26 +02:00
unocomponent
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.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