office-gobmx/writerfilter
Miklos Vajna 75bcb45ae2 implement import of RTF_ATRFSTART, RTF_ATRFEND and RTF_ATNID
Change-Id: I1dc3d3a33dcad2707468b1bfc1baa5239fddee05
2012-07-18 11:59:08 +02:00
..
documentation
inc
prj
qa writerfilter is now RTL_CONSTASCII..PARAM-free 2012-07-02 22:11:34 +02:00
source implement import of RTF_ATRFSTART, RTF_ATRFEND and RTF_ATNID 2012-07-18 11:59:08 +02:00
unocomponent writerfilter: remove commented out code chunks 2012-07-02 21:46:57 +02:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk
JunitTest_writerfilter_complex.mk
Library_writerfilter.mk refactor handling of double border widths: 2012-07-04 17:55:45 +02:00
Library_writerfilter_uno.mk targetted improvement of UNO API includes / usage 2012-07-02 14:43:34 +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