office-gobmx/writerfilter
Michael Stahl a53586f4ef gbuild: do not copy boost headers around
- do not use gb_UnpackedTarball_copy_header_files for boost
- adapt the optimization in concat-deps.c for new path
- use boost_headers in all LinkTargets that require it
- add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus

Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-26 22:20:06 +01:00
..
documentation
inc
prj
qa
source Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number() 2013-01-21 15:04:17 +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
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