office-gobmx/bridges
Noel Grandin 610b2b94b3 remove unnecessary use of OUString constructor when assigning
change code like
   aStr = OUString("xxxx");
to
   aStr = "xxxx";

Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
2013-11-19 10:29:31 +02:00
..
inc/bridges/cpp_uno
source Add some more comments 2013-11-12 00:01:14 +02:00
test remove unnecessary use of OUString constructor when assigning 2013-11-19 10:29:31 +02:00
CustomTarget_gcc3_ios_arm.mk
CustomTarget_gcc3_linux_arm.mk
Jar_java_uno.mk
Library_cpp_uno.mk fdo#42783: remove CPU variable from environment 2013-11-07 01:34:43 +01:00
Library_java_uno.mk
Makefile
Module_bridges.mk fdo#42783: remove CPU variable from environment 2013-11-07 01:34:43 +01:00
Package_jnilib_java_uno.mk
README

Bridges from various C++ ABIs, Java JNI, MS .Net to UNO and back.

Also implementation of the UNO Remote Protocol. And in ooo-build a bridge from Mono to UNO and back.