office-gobmx/writerfilter
Jacobo Aragunde Pérez 6820dec890 ooxml: preserve several simple types of sdt
This patch is to preserve the sdt blocks for several simple sdt types:
equation, picture, citation and group.

This patch reuses the infrastructure created at commit
55211e612d to grab-bag the properties of
the sdt block and write them back on export, with small modifications
in particular related with the fact that these tags don't have
children.

The type of the property tags equation, picture, citation and group
was modified in the ooxml model file to be able to process them. They
were previously empty.

A unit test was added to check the preservation of these fields.
Another had to be modified.

Change-Id: Ica1a340f589f5d6c85c1a35d2a3a4bf930eb2d8a
2014-03-17 21:09:35 +01:00
..
documentation
inc writerfilter: prefer passing OUString by reference 2014-03-17 13:30:50 +02:00
qa
source ooxml: preserve several simple types of sdt 2014-03-17 21:09:35 +01:00
util
CppunitTest_writerfilter_misc.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk writerfilter: remove no longer needed doctok/resources.xmi 2014-03-08 12:26:35 +01:00
Library_writerfilter.mk unused WW8BinaryObjHandler 2014-03-15 21:10:20 +01:00
Makefile
Module_writerfilter.mk
README writerfilter: remove no longer needed doctok/resources.xmi 2014-03-08 12:26:35 +01:00

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