office-gobmx/writerfilter
Miklos Vajna 8281578b89 fdo#53985 DOCX import: don't try to set empty PageDescName
Regression from 50cb166702.

Change-Id: Ie04d5ad37555ed4cfeb34ccb8dc021675fbd25ea
2013-02-27 16:53:50 +01:00
..
documentation
inc fdo#39446 - Bloat Removal. Removing uncallable code with callcatcher 2013-02-27 15:40:16 +01:00
prj
qa drop various dangling makefile.mks 2013-02-25 10:53:56 +00:00
source fdo#53985 DOCX import: don't try to set empty PageDescName 2013-02-27 16:53:50 +01: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