office-gobmx/writerfilter
Miklos Vajna b6e6ea341d RTFDocumentImpl::popState: drop unnecessary state copies
First only parts of the parser state was copied, then later the whole
state, but code not using the full copy was still there. Remove it now.

Change-Id: I2c5507e74a24b8dac74552c61d69ba0be7257d6b
2012-08-02 12:40:02 +02:00
..
documentation
inc n#772094: writerfilter, pictures anchored in header/footer won't be opaque 2012-07-31 15:22:23 +02:00
prj
qa various rtf regression tests 2012-07-31 08:52:55 +01:00
source RTFDocumentImpl::popState: drop unnecessary state copies 2012-08-02 12:40:02 +02:00
unocomponent writerfilter: drop pointless rtl:: prefix usage 2012-07-28 14:43:34 +02:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk
JunitTest_writerfilter_complex.mk
Library_writerfilter.mk
Library_writerfilter_uno.mk
Makefile
Module_writerfilter.mk
Package_sprmids.mk
README

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

Import filter for docx, doc and rtf.

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

== Source contents ==
 * 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