office-gobmx/writerfilter
Miklos Vajna bbef85c157 bnc#779620 DOCX import: try harder to convert floating tables to text frames
Since 78d1f1c283, we convert floating
tables to text frames only in case it's possible that there will be
wrapping, to give better results for multi-page tables, which are
multi-page, and technically floating ones, but that has no effect on the
layout.

The problem was that we try to do this decision too early, effectively
the page width and margins were counted from the default letter size,
instead of the actual values, which did not arrive at the time of the
decision. Fix this by moving this logic at the section end.

Change-Id: Ic1fbceb54c8ec223ed01836fafe6220bb3b2410a
2013-10-01 17:28:18 +02:00
..
documentation
inc writerfilter: no need to have these as public anymore 2013-09-26 20:59:12 +02:00
qa writerfilter: remove dead doctok unit test 2013-09-23 17:08:04 +02:00
source bnc#779620 DOCX import: try harder to convert floating tables to text frames 2013-10-01 17:28:18 +02:00
util
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk
Library_writerfilter.mk writerfilter: remove dead WW8BinTable 2013-09-25 10:48:31 +02:00
Makefile
Module_writerfilter.mk writerfilter: remove dead doctok unit test 2013-09-23 17:08:04 +02:00
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
 * doctok: incomplete and unused ww8 (.doc) tokenizer
 * filter: the UNO filter service implementations, invoked by UNO and calling
   the dmapper + one of the tokenizers
 * odiapi
 * ooxml: the docx tokenizer
 * resourcemodel
 * rtftok: the rtf tokenizer