office-gobmx/writerfilter
Miklos Vajna 9767f9becc Use comphelper::SequenceAsVector
Change-Id: I115b17da8cc246bf1b2502ed53ef00edad70a21d
2014-08-22 16:37:30 +02:00
..
documentation writerfilter: remove now unused namespace-alias elements 2014-08-19 23:26:09 +02:00
inc writerfilter: remove now not necessary namespaceids.py 2014-08-17 15:53:27 +02:00
qa NS_ooxml::LN_CT_LevelText_val might be missing 2014-08-21 08:33:04 +01:00
source Use comphelper::SequenceAsVector 2014-08-22 16:37:30 +02:00
util
CppunitTest_writerfilter_misc.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk writerfilter: stop reading namespace-alias elements in factoryimpl 2014-08-19 18:19:03 +02:00
Library_writerfilter.mk
Makefile
Module_writerfilter.mk
README

The writerfilter module contains import filters for Writer, using its UNO API.

Import filter for docx, doc and rtf.

== Module contents ==
 * documentation
 * inc: global headers (can be included by other modules)
 * qa: unittests and subsequenttests
 * source: the filters themselves
 * util: UNO passive registration config

== Source contents ==
 * dmapper: the domain mapper, hiding UNO from the tokenizers, used by DOCX and RTF import
 * filter: the UNO filter service implementations, invoked by UNO and calling
   the dmapper + one of the tokenizers
 * ooxml: the docx tokenizer
 * resourcemodel
 * rtftok: the rtf tokenizer