office-gobmx/cppu
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 Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking case 2012-03-21 00:00:04 +02:00
prj
qa Enable -Wnon-virtual-dtor for GCC 4.6 2012-03-14 13:32:02 +01:00
source Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 15:07:41 +02:00
util
CppunitTest_cppu_qa_any.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
CppunitTest_cppu_qa_recursion.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
CppunitTest_cppu_qa_reference.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
CppunitTest_cppu_qa_unotype.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
CppunitTest_cppu_test_cppumaker.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
Library_affine_uno.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
Library_cppu.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
Library_log_uno.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
Library_purpenvhelper.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
Library_unsafe_uno.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
Makefile
Module_cppu.mk
Package_generated.mk
Package_inc.mk
README

Type definitions/implementations for the core of UNO. The exported API is in C.

See also:
[http://wiki.services.openoffice.org/wiki/Uno/Binary/Modules/CPPU]