office-gobmx/writerfilter
2011-11-29 18:11:51 +01:00
..
documentation
inc callcatcher: remove unused code 2011-11-14 07:35:58 +00:00
prj Heavily simplified utl::ConfigManager. 2011-11-11 22:49:21 +01:00
qa
source set gb_PARTIALBUILD in CustomTargets 2011-11-29 18:11:51 +01:00
unocomponent
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk Heavily simplified utl::ConfigManager. 2011-11-11 22:49:21 +01:00
debug_setup.mk sw, writerfilter: fixed debug builds and output dmapper table messages 2011-11-08 17:05:19 +01:00
JunitTest_writerfilter_complex.mk
Library_doctok.mk
Library_ooxml.mk ooxml mathml import - first very basic implementation 2011-11-24 18:43:57 +01:00
Library_resourcemodel.mk get this to build on ppc64 linux 2011-11-16 15:35:58 +00:00
Library_rtftok.mk
Library_writerfilter.mk
Library_writerfilter_uno.mk
Makefile move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Module_writerfilter.mk Make .component files directly usable within UNO_SERVICES. 2011-11-11 10:53:23 +01:00
Package_writerfilter_generated.mk
README writerfilter: add a README explaining subdirs 2011-11-22 20:54:00 +01:00

The writerfilter module contains import filters for Writer, using its
UNO API.

- inc: global headers (can be included by other modules)
- prj: information for dmake
- qa: unittests and subsequenttests
- source: the filters themselves

  * 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