Searched refs:methodname (Results 1 – 4 of 4) sorted by relevance
/trunk/main/fpicker/source/aqua/ |
H A D | CFStringUtilities.hxx | 54 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname) { in DBG_PRINT_ENTRY() argument 55 OSL_TRACE(">>> %s::%s", classname, methodname); in DBG_PRINT_ENTRY() 59 OSL_TRACE(">>> %s::%s%s%s = %s", classname, methodname, PARAMFILLER, param1, value1); in DBG_PRINT_ENTRY() 67 OSL_TRACE(">>> %s::%s%s%s =", classname, methodname, PARAMFILLER, param1); in DBG_PRINT_ENTRY() 74 OSL_TRACE(">>> %s::%s%s%s =", classname, methodname, PARAMFILLER, param1); in DBG_PRINT_ENTRY() 81 OSL_TRACE(">>> %s::%s%s%s = %d", classname, methodname, PARAMFILLER, param1, value1); in DBG_PRINT_ENTRY() 128 inline void DBG_PRINT_EXIT(const char * classname, const char * methodname) { in DBG_PRINT_EXIT() argument 129 OSL_TRACE("<<< %s::%s", classname, methodname); in DBG_PRINT_EXIT() 136 inline void DBG_PRINT_EXIT(const char * classname, const char * methodname, int retVal) { in DBG_PRINT_EXIT() argument 141 OSL_TRACE("<<< %s::%s%sreturnValue = ", classname, methodname, PARAMFILLER); in DBG_PRINT_EXIT() [all …]
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | sbamultiplex.hxx | 139 #define DECLARE_MULTIPLEXER_VOID_METHOD(methodname, eventtype) \ argument 142 #define DECLARE_MULTIPLEXER_BOOL_METHOD(methodname, eventtype) \ argument 183 …#define IMPLEMENT_LISTENER_MULTIPLEXER_VOID_METHOD(classname, listenerclass, methodname, eventtype… argument 190 static_cast< listenerclass*>(aIt.next())->methodname(aMulti); \ 193 …#define IMPLEMENT_LISTENER_MULTIPLEXER_BOOL_METHOD(classname, listenerclass, methodname, eventtype… argument 202 bResult = static_cast< listenerclass*>(aIt.next())->methodname(aMulti); \ 255 #define DECLARE_PROPERTY_MULTIPLEXER(classname, listenerclass, methodname, eventtype, exceptions) \ argument 273 virtual void SAL_CALL methodname(const eventtype& e) throw exceptions; \ 293 …#define IMPLEMENT_PROPERTY_MULTIPLEXER(classname, listenerclass, methodname, eventtype, exceptions… argument 319 void SAL_CALL classname::methodname(const eventtype& e) throw exceptions \ [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
|
/trunk/main/pyuno/source/module/ |
H A D | uno.py | 233 def invoke( object, methodname, argTuple ): argument 235 return pyuno.invoke( object, methodname, argTuple )
|
Completed in 21 milliseconds