office-gobmx/writerfilter
Maxime de Roucy 0bca4ccd54 use of aState instead of m_aStates.top in popState
Change-Id: I6814e48a92a1b24823c6884a151aa6a139410ff2
Reviewed-on: https://gerrit.libreoffice.org/3085
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-03-27 12:17:27 +00:00
..
documentation
inc
qa
source use of aState instead of m_aStates.top in popState 2013-03-27 12:17:27 +00:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk cleanup gbuild output 2013-03-25 14:45:37 -04:00
Library_writerfilter.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