office-gobmx/writerfilter
Szabolcs Dezsi 8a01ee6243 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 14:30:05 +02:00
..
documentation
inc
prj
qa
source Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 14:30:05 +02:00
unocomponent removed duplicate #includes 2012-04-04 01:39:08 +09:00
util
CppunitTest_writerfilter_doctok.mk
CppunitTest_writerfilter_rtftok.mk
CustomTarget_source.mk writerfilter: use CustomTarget makefile 2012-04-04 11:31:57 +02:00
debug_setup.mk
JunitTest_writerfilter_complex.mk
Library_doctok.mk
Library_ooxml.mk
Library_resourcemodel.mk writerfilter: use CustomTarget makefile 2012-04-04 11:31:57 +02:00
Library_rtftok.mk
Library_writerfilter.mk
Library_writerfilter_uno.mk
Makefile
Module_writerfilter.mk writerfilter: use CustomTarget makefile 2012-04-04 11:31:57 +02:00
Package_sprmids.mk writerfilter: use CustomTarget makefile 2012-04-04 11:31:57 +02:00
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