Searched refs:pMethodName (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/connectivity/source/drivers/jdbc/ |
H A D | DatabaseMetaData.cxx | 999 static const char* pMethodName = "supportsConvert"; in supportsConvert() local 1000 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD_ARG2, pMethodName, fromType, toType ); in supportsConvert() 1007 obtainMethodId(t.pEnv, pMethodName,"(II)Z", mID); in supportsConvert() 1012 ….log< const sal_Char*, sal_Int16 >( LogLevel::FINEST, STR_LOG_META_DATA_RESULT, pMethodName, out ); in supportsConvert() 1341 static const char* pMethodName = "supportsResultSetConcurrency"; in supportsResultSetConcurrency() local 1342 …m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD_ARG2, pMethodName, setType, concurrency … in supportsResultSetConcurrency() 1349 obtainMethodId(t.pEnv, pMethodName,"(II)Z", mID); in supportsResultSetConcurrency() 1354 ….log< const sal_Char*, sal_Int16 >( LogLevel::FINEST, STR_LOG_META_DATA_RESULT, pMethodName, out ); in supportsResultSetConcurrency()
|
/aoo42x/main/registry/source/ |
H A D | reflread.cxx | 1473 void typereg_reader_getMethodName(void * hEntry, rtl_uString** pMethodName, sal_uInt16 index) in typereg_reader_getMethodName() argument 1480 rtl_uString_new(pMethodName); in typereg_reader_getMethodName() 1486 pMethodName, pTmp, pTmp == 0 ? 0 : rtl_str_getLength(pTmp), in typereg_reader_getMethodName()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | msg.hxx | 265 const char __FAR_DATA* pMethodName; // Name der Method falls anders member in SfxSlot
|
/aoo42x/main/cppu/inc/typelib/ |
H A D | typedescription.h | 726 rtl_uString * pMethodName,
|
Completed in 45 milliseconds