Searched defs:methodname (Results 1 – 4 of 4) sorted by relevance
/aoo42x/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() 58 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, const char* param1, co… in DBG_PRINT_ENTRY() 66 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, const char* param1, co… in DBG_PRINT_ENTRY() 73 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, const char* param1, co… in DBG_PRINT_ENTRY() 80 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, const char* param1, co… in DBG_PRINT_ENTRY() 128 inline void DBG_PRINT_EXIT(const char * classname, const char * methodname) { in DBG_PRINT_EXIT() 132 inline void DBG_PRINT_EXIT(const char * classname, const char * methodname, const char* retVal) { in DBG_PRINT_EXIT() 136 inline void DBG_PRINT_EXIT(const char * classname, const char * methodname, int retVal) { in DBG_PRINT_EXIT() 140 inline void DBG_PRINT_EXIT(const char * classname, const char * methodname, const CFStringRef retVa… in DBG_PRINT_EXIT() 147 inline void DBG_PRINT_EXIT(const char * classname, const char * methodname, const NSString* retVal)… in DBG_PRINT_EXIT() [all …]
|
/aoo42x/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
|
/aoo42x/main/pyuno/source/module/ |
H A D | uno.py | 233 def invoke( object, methodname, argTuple ): argument
|
Completed in 34 milliseconds