dd77f79f0a
Change-Id: I63b0510fea80c12579985fbc4d4eb4646376e25b Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1074 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi> |
||
---|---|---|
.. | ||
documentation | ||
inc | ||
prj | ||
qa | ||
source | ||
util | ||
CppunitTest_writerfilter_doctok.mk | ||
CppunitTest_writerfilter_rtftok.mk | ||
CustomTarget_source.mk | ||
JunitTest_writerfilter_complex.mk | ||
Library_writerfilter.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