Searched defs: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() 57 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, const char* param1, co… in DBG_PRINT_ENTRY() 65 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, const char* param1, co… in DBG_PRINT_ENTRY() 72 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, const char* param1, co… in DBG_PRINT_ENTRY() 79 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, const char* param1, co… in DBG_PRINT_ENTRY() 127 inline void DBG_PRINT_EXIT(const char * classname, const char * methodname) { in DBG_PRINT_EXIT() 131 inline void DBG_PRINT_EXIT(const char * classname, const char * methodname, const char* retVal) { in DBG_PRINT_EXIT() 135 inline void DBG_PRINT_EXIT(const char * classname, const char * methodname, int retVal) { in DBG_PRINT_EXIT() 139 inline void DBG_PRINT_EXIT(const char * classname, const char * methodname, const CFStringRef retVa… in DBG_PRINT_EXIT() 146 inline void DBG_PRINT_EXIT(const char * classname, const char * methodname, const NSString* retVal)… in DBG_PRINT_EXIT() [all …]
|
/aoo41x/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 193 …#define IMPLEMENT_LISTENER_MULTIPLEXER_BOOL_METHOD(classname, listenerclass, methodname, eventtype… argument 255 #define DECLARE_PROPERTY_MULTIPLEXER(classname, listenerclass, methodname, eventtype, exceptions) \ argument 293 …#define IMPLEMENT_PROPERTY_MULTIPLEXER(classname, listenerclass, methodname, eventtype, exceptions… argument
|
H A D | directsql.hxx | 140 #define CHECK_INVARIANTS(methodname) \ argument 147 #define CHECK_INVARIANTS(methodname) argument
|
/aoo41x/main/pyuno/source/module/ |
H A D | uno.py | 233 def invoke( object, methodname, argTuple ): argument
|
Completed in 19 milliseconds