office-gobmx/writerfilter
Luboš Luňák 7be8bac42a make the linear xml processing API more generic
I'm pretty sure I'll love to use it in writerfilter instead of the normal
API whenever I get the chance.
2011-12-07 14:47:11 +01:00
..
documentation
inc
prj
qa
source make the linear xml processing API more generic 2011-12-07 14:47:11 +01:00
unocomponent
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
debug_setup.mk
JunitTest_writerfilter_complex.mk
Library_doctok.mk normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
Library_ooxml.mk normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
Library_resourcemodel.mk normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
Library_rtftok.mk normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
Library_writerfilter.mk normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
Library_writerfilter_uno.mk normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
Makefile move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Module_writerfilter.mk normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
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