office-gobmx/writerfilter
Cédric Bosdonnat ae126d43e4 n#772094: writerfilter, pictures anchored in header/footer won't be opaque
This dark magic is needed to have a behavior similar to the one of Word
for images anchored in headers/footers. Writer can't have pictures laid
over the header/footer but below the body text.

Change-Id: I2c001d4f696c1623370c531059b74e3d5fa4f5b7
2012-07-31 15:22:23 +02:00
..
documentation
inc n#772094: writerfilter, pictures anchored in header/footer won't be opaque 2012-07-31 15:22:23 +02:00
prj
qa various rtf regression tests 2012-07-31 08:52:55 +01:00
source n#772094: writerfilter, pictures anchored in header/footer won't be opaque 2012-07-31 15:22:23 +02:00
unocomponent writerfilter: drop pointless rtl:: prefix usage 2012-07-28 14:43:34 +02:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk
JunitTest_writerfilter_complex.mk
Library_writerfilter.mk
Library_writerfilter_uno.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