office-gobmx/writerfilter
Miklos Vajna ad913681c0 n#780645 DOCX import: add support for fixed column width
In general, DOCX tables provide a grid for the table, then use spans in
case different number of cells are used in different rows. In this case,
the cell width is ignored, as the wished width can be counted from the
grid and span values.

However, it's also valid to simply provide more cells then the amount
defined by the grid, and in this case the cell width should decide the
final width of the cells. This commit adds support for this later case.

Change-Id: I0dd6c1f0c06f81c2afa00489b7ad1f33ff300a7c
2012-11-19 12:42:10 +01:00
..
documentation
inc n#780645 DOCX import: add support for fixed column width 2012-11-19 12:42:10 +01:00
prj
qa
source n#780645 DOCX import: add support for fixed column width 2012-11-19 12:42:10 +01:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk
JunitTest_writerfilter_complex.mk
Library_writerfilter.mk
Makefile
Module_writerfilter.mk writerfilter: drop debugservices uno component 2012-11-05 09:49:13 +01:00
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