LibreOffice Module bridges (master) 1
|
Go to the source code of this file.
Namespaces | |
namespace | jni_uno |
Functions | |
void | jni_uno::jstring_to_ustring (JNI_context const &jni, rtl_uString **out_ustr, jstring jstr) |
OUString | jni_uno::jstring_to_oustring (JNI_context const &jni, jstring jstr) |
jstring | jni_uno::ustring_to_jstring (JNI_context const &jni, rtl_uString const *ustr) |
jclass | jni_uno::find_class (JNI_context const &jni, char const *class_name, bool inException=false) |
jobject | jni_uno::create_type (JNI_context const &jni, jclass clazz) |
jobject | jni_uno::create_type (JNI_context const &jni, typelib_TypeDescriptionReference *type) |
jobject | jni_uno::compute_oid (JNI_context const &jni, jobject jo) |