office-gobmx/writerfilter
Luboš Luňák 0f7fb68680 read m:oMathPara
I'm unsure on what the difference to o:Math actually is, so just make
sure the element and its contents are not ignored and each contained
m:oMath will be read in separately.
2011-11-30 16:11:45 +01:00
..
documentation
inc
prj
qa
source read m:oMathPara 2011-11-30 16:11:45 +01:00
unocomponent
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
debug_setup.mk
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
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
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