office-gobmx/writerfilter
Miklos Vajna a88ac70840 fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twips
Regression from 3d7e168a2a.

Change-Id: I9ab3f9f41316a01d5a74f3e500bad7a83c8d2dca
2013-04-19 17:32:21 +02:00
..
documentation
inc Update pch 2013-04-17 10:00:15 +00:00
qa
source fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twips 2013-04-19 17:32:21 +02:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk
Library_writerfilter.mk
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