office-gobmx/sax
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
..
inc sax: replace Min/Max macros with std::max 2012-03-12 18:30:37 +01:00
prj
qa/cppunit
source Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 14:30:05 +02:00
test
CppunitTest_sax.mk
Library_expwrap.mk
Library_fastsax.mk
Library_sax.mk
Makefile
Module_sax.mk
Package_inc.mk
README

Wrapper around expat using UNO.