Searched refs:methodname (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/fpicker/source/aqua/ |
| H A D | CFStringUtilities.hxx | 53 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname) { in DBG_PRINT_ENTRY() argument 54 OSL_TRACE(">>> %s::%s", classname, methodname); in DBG_PRINT_ENTRY() 57 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, const char* param1, co… in DBG_PRINT_ENTRY() argument 58 OSL_TRACE(">>> %s::%s%s%s = %s", classname, methodname, PARAMFILLER, param1, value1); in DBG_PRINT_ENTRY() 61 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, const char* param1, co… in DBG_PRINT_ENTRY() argument 62 …OSL_TRACE(">>> %s::%s%s%s = %s", classname, methodname, PARAMFILLER, param1, OUStringToOString(val… in DBG_PRINT_ENTRY() 65 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, const char* param1, co… in DBG_PRINT_ENTRY() argument 66 OSL_TRACE(">>> %s::%s%s%s =", classname, methodname, PARAMFILLER, param1); in DBG_PRINT_ENTRY() 72 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, const char* param1, co… in DBG_PRINT_ENTRY() argument 73 OSL_TRACE(">>> %s::%s%s%s =", classname, methodname, PARAMFILLER, param1); in DBG_PRINT_ENTRY() [all …]
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | sbamultiplex.hxx | 139 #define DECLARE_MULTIPLEXER_VOID_METHOD(methodname, eventtype) \ argument 140 …virtual void SAL_CALL methodname(const eventtype& e) throw (::com::sun::star::uno::RuntimeExceptio… 142 #define DECLARE_MULTIPLEXER_BOOL_METHOD(methodname, eventtype) \ argument 143 …virtual sal_Bool SAL_CALL methodname(const eventtype& e) throw (::com::sun::star::uno::RuntimeExce… 183 …#define IMPLEMENT_LISTENER_MULTIPLEXER_VOID_METHOD(classname, listenerclass, methodname, eventtype… argument 184 …void SAL_CALL classname::methodname(const eventtype& e) throw (::com::sun::star::uno::RuntimeExcep… 190 static_cast< listenerclass*>(aIt.next())->methodname(aMulti); \ 193 …#define IMPLEMENT_LISTENER_MULTIPLEXER_BOOL_METHOD(classname, listenerclass, methodname, eventtype… argument 195 …sal_Bool SAL_CALL classname::methodname(const eventtype& e) throw (::com::sun::star::uno::RuntimeE… 202 bResult = static_cast< listenerclass*>(aIt.next())->methodname(aMulti); \ [all …]
|
| H A D | directsql.hxx | 140 #define CHECK_INVARIANTS(methodname) \ argument 144 …OSL_ENSURE(sal_False, (ByteString(methodname) += ByteString(": ") += ByteString(pError)).GetBuffer… 147 #define CHECK_INVARIANTS(methodname) argument
|
| /AOO41X/main/pyuno/source/module/ |
| H A D | uno.py | 233 def invoke( object, methodname, argTuple ): argument 235 return pyuno.invoke( object, methodname, argTuple )
|