office-gobmx/writerfilter
Takeshi Abe b2022330c0 removed unused constant rtl::OUString
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
2012-05-16 23:28:22 +09:00
..
documentation
inc do not reuse shape context (part of bnc#705956) 2012-05-15 15:13:28 +02:00
prj make gbuild the default assumption of build.pl 2012-04-29 03:50:46 +02:00
qa Add helpful instructions nearby encrypted CVE files. 2012-05-14 09:20:17 +01:00
source removed unused constant rtl::OUString 2012-05-16 23:28:22 +09:00
unocomponent
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk normalize variable names in gbuild user makefiles 2012-05-10 10:47:44 +02:00
debug_setup.mk
JunitTest_writerfilter_complex.mk
Library_doctok.mk
Library_ooxml.mk
Library_resourcemodel.mk
Library_rtftok.mk fdo#49683 implement RTF_KEYWORDS 2012-05-09 14:45:59 +02:00
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