office-gobmx/writerfilter
Luboš Luňák 7dfc4da808 handle graphic bullets in .docx also when saved as <w:pict>
Change-Id: I7225b4b024c6b7c549d0c9fbf5204df653577bec
2013-05-02 17:00:36 +02:00
..
documentation
inc Update pch 2013-05-02 09:26:41 +00:00
qa writerfilter: few more doxygen comments 2013-05-02 09:26:23 +02:00
source handle graphic bullets in .docx also when saved as <w:pict> 2013-05-02 17:00:36 +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 bnc#779630 initial DOCX import of w:sdt's w:date 2013-05-02 12:14:47 +02: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