office-gobmx/unotools
Szabolcs Dezsi 743f22045c 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 15:07:41 +02:00
..
inc/unotools fold historyoptions_const.hxx into historyoptions.cxx 2012-03-28 13:08:57 +01:00
prj
qa/complex/tempfile
source Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 15:07:41 +02:00
util
JunitTest_unotools_complex.mk
Library_utl.mk
Makefile
Module_unotools.mk
Package_inc.mk don't have to deliver historyoptions_const.hxx 2012-03-28 13:08:57 +01:00
README

Helpers for C++ use of UNO.