Files
loongoffice/writerfilter
Miklos Vajna 5ef0f1dc9a fdo#55493 fix RTF import of specific PNG image
The image was special in that the resulting Graphic's
GetPrefMapMode().GetMapUnit() wasn't MAP_PIXEL.

Change-Id: I681e344a042721b99f6cb2e599f9c65156d219a4
2012-10-11 21:25:14 +02:00
..
2012-09-17 19:02:07 +01:00
2012-10-02 13:02:37 +03:00

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