Home
last modified time | relevance | path

Searched refs:_nArgument (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/source/drivers/jdbc/
H A DObject.cxx253 …ethodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID, sal_Int32 _nArgument ) const in callBooleanMethodWithIntArg()
260 out = t.pEnv->CallBooleanMethod( object, _inout_MethodID, _nArgument ); in callBooleanMethodWithIntArg()
289 …MethodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID,sal_Int32 _nArgument ) const in callIntMethodWithIntArg()
295 jint out( t.pEnv->CallIntMethod( object, _inout_MethodID , _nArgument) ); in callIntMethodWithIntArg()
319 t.pEnv->CallVoidMethod( object, _inout_MethodID,_nArgument ); in callVoidMethodWithIntArg()
332 t.pEnv->CallVoidMethod( object, _inout_MethodID,_nArgument ); in callVoidMethodWithBoolArg()
364 jobject out = _pEnv->CallObjectMethod( object, _inout_MethodID,_nArgument ); in callObjectMethodWithIntArg()
369 …ethodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID , sal_Int32 _nArgument) const in callStringMethodWithIntArg()
373 …callObjectMethodWithIntArg(t.pEnv,_pMethodName,"(I)Ljava/lang/String;",_inout_MethodID,_nArgument); in callStringMethodWithIntArg()
383 jdbc::LocalRef< jstring > str( t.env(),convertwchar_tToJavaString(t.pEnv,_nArgument)); in callVoidMethodWithStringArg()
[all …]
H A DDatabaseMetaData.cxx586 …oleanMethodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID, sal_Int32 _nArgument ) in impl_callBooleanMethodWithIntArg() argument
588 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD_ARG1, _pMethodName, _nArgument ); in impl_callBooleanMethodWithIntArg()
590 jboolean out( callBooleanMethodWithIntArg(_pMethodName,_inout_MethodID,_nArgument) ); in impl_callBooleanMethodWithIntArg()
/trunk/main/connectivity/source/inc/java/lang/
H A DObject.hxx131 …thodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID, sal_Int32 _nArgument ) const;
134 …thodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID, sal_Int32 _nArgument ) const;
135 …rg( const char* _pMethodName, jmethodID& _inout_MethodID,const ::rtl::OUString& _nArgument ) const;
137 …thodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID , sal_Int32 _nArgument) const;
139 …ntArg( const char* _pMethodName, jmethodID& _inout_MethodID, sal_Int32 _nArgument,bool _bIgnoreExc…
140 …olArg( const char* _pMethodName, jmethodID& _inout_MethodID, sal_Int32 _nArgument,bool _bIgnoreExc…
141 …g( const char* _pMethodName, jmethodID& _inout_MethodID, const ::rtl::OUString& _nArgument ) const;
143 …r* _pMethodName, const char* _pSignature, jmethodID& _inout_MethodID , sal_Int32 _nArgument) const;
150 T out = (t.pEnv->*pCallMethod)( object, _inout_MethodID,_nArgument); in callMethodWithIntArg()
156 …hodName, const char* _pSignature, jmethodID& _inout_MethodID,sal_Int32 _nArgument, const T& _aValu… in callVoidMethod() argument
[all …]
/trunk/main/connectivity/source/inc/java/sql/
H A DDatabaseMetaData.hxx210 …leanMethodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID, sal_Int32 _nArgument );

Completed in 132 milliseconds