office-gobmx/writerfilter
Miklos Vajna 4dff8b0d40 n#778140 DOCX import of w:doNotUseHTMLParagraphAutoSpacing compat option
This reverts commit 61c94cbe2c (as it
touched values which are not in the spec) and sets the correct paragraph
top/bottom margin in case the compat option is enabled.

Change-Id: I152a76d8fcdef3acf5491783c2ccacd2d48e76b3
2012-09-17 12:55:17 +02:00
..
documentation
inc
prj Improvement on previous commit, UCB clean up 2012-09-14 18:24:49 +02:00
qa Improvement on previous commit, UCB clean up 2012-09-14 18:24:49 +02:00
source n#778140 DOCX import of w:doNotUseHTMLParagraphAutoSpacing compat option 2012-09-17 12:55:17 +02:00
unocomponent Improvement on previous commit, UCB clean up 2012-09-14 18:24:49 +02:00
util
CppunitTest_writerfilter_doctok.mk Improvement on previous commit, UCB clean up 2012-09-14 18:24:49 +02:00
CppunitTest_writerfilter_rtftok.mk Improvement on previous commit, UCB clean up 2012-09-14 18:24:49 +02:00
CustomTarget_source.mk
JunitTest_writerfilter_complex.mk
Library_writerfilter.mk Improvement on previous commit, UCB clean up 2012-09-14 18:24:49 +02:00
Library_writerfilter_uno.mk Improvement on previous commit, UCB clean up 2012-09-14 18:24:49 +02:00
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