Lines Matching refs:_pMethodName

128 …void            obtainMethodId(JNIEnv* _pEnv, const char* _pMethodName, const char* _pSignature, j…
130 … sal_Bool callBooleanMethod( const char* _pMethodName, jmethodID& _inout_MethodID ) const;
131 …sal_Bool callBooleanMethodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID,…
132 …jobject callResultSetMethod( JNIEnv& _rEnv, const char* _pMethodName, jmethodID& _inout_Me…
133 …sal_Int32 callIntMethod( const char* _pMethodName, jmethodID& _inout_MethodID,bool _bIgnoreE…
134 …sal_Int32 callIntMethodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID, sal…
135 …sal_Int32 callIntMethodWithStringArg( const char* _pMethodName, jmethodID& _inout_MethodID,c…
136 … ::rtl::OUString callStringMethod( const char* _pMethodName, jmethodID& _inout_MethodID ) const;
137 …::rtl::OUString callStringMethodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID ,…
138 void callVoidMethod( const char* _pMethodName, jmethodID& _inout_MethodID) const;
139 …void callVoidMethodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID, sa…
140 …void callVoidMethodWithBoolArg( const char* _pMethodName, jmethodID& _inout_MethodID, s…
141 …void callVoidMethodWithStringArg( const char* _pMethodName, jmethodID& _inout_MethodID,…
142 …jobject callObjectMethod( JNIEnv * pEnv, const char* _pMethodName, const char* _pSignature…
143 …jobject callObjectMethodWithIntArg( JNIEnv * pEnv, const char* _pMethodName, const char* _…
146 …v::*pCallMethod)( jobject obj, jmethodID methodID, ... ) ,const char* _pMethodName, const char* _p… in callMethodWithIntArg() argument
149 obtainMethodId(t.pEnv, _pMethodName,_pSignature, _inout_MethodID); in callMethodWithIntArg()
156 …void callVoidMethod(const char* _pMethodName, const char* _pSignature, jmethodID& _inout_MethodID,… in callVoidMethod() argument
159 obtainMethodId(t.pEnv, _pMethodName,_pSignature, _inout_MethodID); in callVoidMethod()