office-gobmx/writerfilter
Lennard 1b0d9fa747 docx import/export non-breaking hyphen and soft hyphen
God made non-breaking hyphen
and saw that it was gone
he told us to fix it as soon as hell
we promised that we would


Change-Id: I1d2bb8f7542f5ffec36fafdbdb07ace1cb62fb4a
Signed-off-by: Lennard <Wasserthal@nefkom.net>
Reviewed-on: https://gerrit.libreoffice.org/1279
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-12-10 14:53:05 +00:00
..
documentation
inc new autogenerated PCH header for writerfilter 2012-12-10 14:46:51 +01:00
prj
qa
source docx import/export non-breaking hyphen and soft hyphen 2012-12-10 14:53:05 +00:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk
JunitTest_writerfilter_complex.mk
Library_writerfilter.mk no longer necessary to add include path for PCH header 2012-12-10 14:46:48 +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