office-gobmx/writerfilter
Miklos Vajna bac420f9a8 Use DomainMapper::IsStyleSheetImport()
Change-Id: I2ae8f5ed808b7f1728a95f0e9d90d671e6ef2047
2014-08-15 09:57:25 +02:00
..
documentation Add rng schema for model.xml 2014-08-14 10:57:51 +02:00
inc update_pch 2014-08-13 10:10:33 +02:00
qa writerfilter: nobody reads the classfordefine attribute 2014-07-28 19:05:00 +02:00
source Use DomainMapper::IsStyleSheetImport() 2014-08-15 09:57:25 +02:00
util
CppunitTest_writerfilter_misc.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk unused tokens-to-xml.sed 2014-08-06 18:53:38 +02:00
Library_writerfilter.mk unused writerfilter::ooxml::OOXMLFastTokenHandler 2014-08-06 18:53:38 +02:00
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