office-gobmx/writerfilter
Miklos Vajna 9f15592e08 fdo#41034 improve RTF import of table cell spacings
1) for empty cells, not only paragraph properties, but but character properties should be emitted as well (e.g. font)
2) \sb and \sb is an attribute, not an sprm (it was ignored)
3) \sl was ~ignored due to a typo
2012-01-12 16:31:10 +01:00
..
documentation
inc fdo#38057 implement RTF import progressbar 2012-01-11 01:53:18 +01:00
prj
qa fix prefix of command line switches (-- instead of -) 2012-01-11 19:25:45 +01:00
source fdo#41034 improve RTF import of table cell spacings 2012-01-12 16:31:10 +01:00
unocomponent catch exception by constant reference 2012-01-09 03:17:20 +09: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 fdo#38057 implement RTF import progressbar 2012-01-11 01:53:18 +01:00
Library_writerfilter.mk
Library_writerfilter_uno.mk
Makefile
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