Lines Matching refs:pEnv
65 JNIEnv* pEnv; member in connectivity::SDBThreadAttach
74 return *pEnv; in env()
103 java_lang_Object( JNIEnv * pEnv, jobject myObj );
109 void saveRef( JNIEnv * pEnv, jobject myObj );
118 …static void ThrowSQLException(JNIEnv * pEnv,const ::com::sun::star::uno::Reference< ::com::sun::st…
142 …jobject callObjectMethod( JNIEnv * pEnv, const char* _pMethodName, const char* _pSignature…
143 …jobject callObjectMethodWithIntArg( JNIEnv * pEnv, const char* _pMethodName, const char* _…
149 obtainMethodId(t.pEnv, _pMethodName,_pSignature, _inout_MethodID); in callMethodWithIntArg()
150 T out = (t.pEnv->*pCallMethod)( object, _inout_MethodID,_nArgument); in callMethodWithIntArg()
151 ThrowSQLException( t.pEnv, NULL ); in callMethodWithIntArg()
159 obtainMethodId(t.pEnv, _pMethodName,_pSignature, _inout_MethodID); in callVoidMethod()
160 t.pEnv->CallVoidMethod( object, _inout_MethodID,_nArgument,_aValue); in callVoidMethod()
161 ThrowSQLException( t.pEnv, NULL ); in callVoidMethod()