office-gobmx/writerfilter
Caolán McNamara 23a133dfe7 drop various dangling makefile.mks
Change-Id: Id76b57a1ef2edbb05f1d22a624caad077275ac74
2013-02-25 10:53:56 +00:00
..
documentation
inc Revert "embed also system fonts when embedding fonts in a document" 2013-02-21 23:34:47 +01:00
prj
qa drop various dangling makefile.mks 2013-02-25 10:53:56 +00:00
source RTF IMPORT : considere OLE objects as pictures 2013-02-25 09:43:32 +00:00
util
CppunitTest_writerfilter_doctok.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
CppunitTest_writerfilter_rtftok.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
CustomTarget_source.mk convert libxslt to gbuild and add to tail_build 2013-02-05 19:47:04 +00:00
Library_writerfilter.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
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