office-gobmx/writerfilter
Miklos Vajna 84be52b5f6 bnc#779630 tokenize w:listItem and w:dropDownList
Change-Id: I714c2fd747eae2e706355b4fae892af9f569b3ae
2013-04-30 12:55:50 +02:00
..
documentation
inc Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
qa Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
source bnc#779630 tokenize w:listItem and w:dropDownList 2013-04-30 12:55:50 +02:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
CustomTarget_source.mk
Library_writerfilter.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
Makefile
Module_writerfilter.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +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