office-gobmx/writerfilter
2012-02-06 10:59:54 +01:00
..
documentation writerfilter/documentation: describe what an sprm is 2012-01-19 20:50:45 +01:00
inc
prj
qa
source n#228839 an empty table grid can't have implicit merges 2012-02-06 10:59:54 +01:00
unocomponent Fix for fdo43460 Part XLV getLength() to isEmpty() 2012-01-23 19:17:18 -02:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
debug_setup.mk
JunitTest_writerfilter_complex.mk
Library_doctok.mk
Library_ooxml.mk
Library_resourcemodel.mk
Library_rtftok.mk
Library_writerfilter.mk
Library_writerfilter_uno.mk
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_writerfilter.mk
Package_writerfilter_generated.mk
README

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