Lines Matching refs:pJEnv

63     JNIEnv * pJEnv, jclass, jstring jLibName, jobject jSMgr,  in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo()  argument
68 const jchar* pJLibName = pJEnv->GetStringChars( jLibName, NULL ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo()
70 pJEnv->ReleaseStringChars( jLibName, pJLibName); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo()
94 ::javaunohelper::create_vm_access( pJEnv, loader ) ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo()
143 JNIEnv * pJEnv, jclass, jstring jLibName, jstring jImplName, in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory() argument
146 const jchar* pJLibName = pJEnv->GetStringChars(jLibName, NULL); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
148 pJEnv->ReleaseStringChars( jLibName, pJLibName); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
177 ::javaunohelper::create_vm_access( pJEnv, loader ) ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
200 const char* pImplName = pJEnv->GetStringUTFChars( jImplName, NULL ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
205 pJEnv->ReleaseStringUTFChars( jImplName, pImplName ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
218 joSLL_cpp = pJEnv->NewLocalRef( jglobal ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
219 pJEnv->DeleteGlobalRef( jglobal ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
239 JNIEnv * pJEnv, jclass, jstring jWriteRegFile, in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory() argument
252 const jchar* pjReadRegFile = pJEnv->GetStringChars(jReadRegFile, NULL); in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
254 pJEnv->ReleaseStringChars(jReadRegFile, pjReadRegFile); in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
258 const jchar * pjWriteRegFile = pJEnv->GetStringChars(jWriteRegFile, NULL); in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
260 pJEnv->ReleaseStringChars(jWriteRegFile, pjWriteRegFile); in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
277 ::javaunohelper::create_vm_access( pJEnv, loader ) ); in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
300 joRegServiceFac = pJEnv->NewLocalRef( joGlobalRegServiceFac ); in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
301 pJEnv->DeleteGlobalRef(joGlobalRegServiceFac); in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
305 jclass c = pJEnv->FindClass( "com/sun/star/uno/RuntimeException" ); in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
311 pJEnv->ThrowNew( c, cstr.getStr() ); in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()