office-gobmx/bridges
Mike Kaganski 3d236177be Deduplicate O(U)StringConcatenation
And use an overloaded helper function with a better (?) unified name
to show that the result is not an O(U)String.

Change-Id: I8956338b05d02bf46a6185828130ea8ef145d46b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141203
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-10-11 12:46:01 +02:00
..
inc clang-tidy modernize-pass-by-value in bridges 2022-05-21 17:29:53 +02:00
source Deduplicate O(U)StringConcatenation 2022-10-11 12:46:01 +02:00
CustomTarget_gcc3_linux_arm.mk
Jar_java_uno.mk Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02:00
Library_cpp_uno.mk Add loongarch64 support. 2022-08-11 10:53:00 +02:00
Library_java_uno.mk
Makefile
Module_bridges.mk WASM UNO: add a minimal dummy bridge 2022-01-19 14:26:09 +01:00
Package_jnilib_java_uno.mk
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

UNO Bridges

Bridges from various C++ ABIs, Java JNI, MS .NET to UNO and back. A bridge for .NET is in cli_ure.

Also implementation of the UNO Remote Protocol.