Searched refs:_nArgument (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/connectivity/source/drivers/jdbc/ |
| H A D | Object.cxx | 253 …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() 312 …ntArg( const char* _pMethodName, jmethodID& _inout_MethodID, sal_Int32 _nArgument,bool _bIgnoreExc… in callVoidMethodWithIntArg() argument 319 t.pEnv->CallVoidMethod( object, _inout_MethodID,_nArgument ); in callVoidMethodWithIntArg() 326 …olArg( const char* _pMethodName, jmethodID& _inout_MethodID, sal_Int32 _nArgument,bool _bIgnoreExc… in callVoidMethodWithBoolArg() argument 332 t.pEnv->CallVoidMethod( object, _inout_MethodID,_nArgument ); in callVoidMethodWithBoolArg() 360 …har* _pMethodName,const char* _pSignature, jmethodID& _inout_MethodID , sal_Int32 _nArgument) const in callObjectMethodWithIntArg() 364 jobject out = _pEnv->CallObjectMethod( object, _inout_MethodID,_nArgument ); in callObjectMethodWithIntArg() [all …]
|
| H A D | DatabaseMetaData.cxx | 586 …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()
|
| /AOO42X/main/connectivity/source/inc/java/lang/ |
| H A D | Object.hxx | 131 …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; 146 …ar* _pMethodName, const char* _pSignature, jmethodID& _inout_MethodID , sal_Int32 _nArgument) const in callMethodWithIntArg() 150 T out = (t.pEnv->*pCallMethod)( object, _inout_MethodID,_nArgument); in callMethodWithIntArg() [all …]
|
| /AOO42X/main/connectivity/source/inc/java/sql/ |
| H A D | DatabaseMetaData.hxx | 210 …leanMethodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID, sal_Int32 _nArgument );
|