office-gobmx/cppu
Thomas Arnhold 8b27d78b4a automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings
Done with a perl regex:

s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms

Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec
Reviewed-on: https://gerrit.libreoffice.org/2832
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-19 09:00:26 +00:00
..
inc cleanup doxygen warnings 2013-03-18 21:57:02 -04:00
qa automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings 2013-03-19 09:00:26 +00:00
source automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings 2013-03-19 09:00:26 +00:00
util
CppunitTest_cppu_checkapi.mk
CppunitTest_cppu_qa_any.mk
CppunitTest_cppu_qa_recursion.mk
CppunitTest_cppu_qa_reference.mk
CppunitTest_cppu_qa_unotype.mk
CppunitTest_cppu_test_cppumaker.mk
CustomTarget_cppu_allheaders.mk cppu: new ZipPackage_cppu_odk_headers 2013-02-27 01:33:18 +01:00
InternalUnoApi_cppu.mk gbuild: stop using $(OUTDIR)/idl 2013-03-13 14:33:55 +01:00
Library_affine_uno.mk cppu does not depend on any offapi .idl files 2013-02-25 11:08:29 +01:00
Library_cppu.mk cppu: new ZipPackage_cppu_odk_headers 2013-02-27 01:33:18 +01:00
Library_log_uno.mk cppu does not depend on any offapi .idl files 2013-02-25 11:08:29 +01:00
Library_purpenvhelper.mk cppu does not depend on any offapi .idl files 2013-02-25 11:08:29 +01:00
Library_unsafe_uno.mk cppu does not depend on any offapi .idl files 2013-02-25 11:08:29 +01:00
Makefile
Module_cppu.mk cppu: new ZipPackage_cppu_odk_headers 2013-02-27 01:33:18 +01:00
README
ZipPackage_cppu_odk_headers.mk cppu: new ZipPackage_cppu_odk_headers 2013-02-27 01:33:18 +01:00

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]