/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/comphelper/inc/comphelper/ |
H A D | servicehelper.hxx | 41 #define UNO3_GETIMPLEMENTATION_DECL( classname ) \ argument 46 #define UNO3_GETIMPLEMENTATION_BASE_IMPL( classname ) \ argument 72 #define UNO3_GETIMPLEMENTATION_IMPL( classname )\ argument 84 #define UNO3_GETIMPLEMENTATION2_IMPL( classname, baseclass )\ argument
|
H A D | uno3.hxx | 48 #define DECLARE_UNO3_DEFAULTS(classname, baseclass) \ argument 56 #define DECLARE_UNO3_AGG_DEFAULTS(classname, baseclass) \ argument 85 #define DECLARE_UNO3_XCOMPONENT_DEFAULTS(classname, baseclass, implhelper) \ argument 127 #define DECLARE_UNO3_XCOMPONENT_AGG_DEFAULTS(classname, baseclass, implhelper) \ argument 159 #define IMPLEMENT_FORWARD_REFCOUNT( classname, refcountbase ) \ argument 163 #define IMPLEMENT_FORWARD_XINTERFACE2( classname, refcountbase, baseclass2 ) \ argument 173 #define IMPLEMENT_FORWARD_XINTERFACE3( classname, refcountbase, baseclass2, baseclass3 ) \ argument 194 #define IMPLEMENT_GET_IMPLEMENTATION_ID( classname ) \ argument 210 #define IMPLEMENT_FORWARD_XTYPEPROVIDER2( classname, baseclass1, baseclass2 ) \ argument 221 #define IMPLEMENT_FORWARD_XTYPEPROVIDER3( classname, baseclass1, baseclass2, baseclass3 ) \ argument
|
H A D | stl_types.hxx | 249 #define DECLARE_STL_ITERATORS(classname) \ argument 253 #define DECLARE_STL_MAP(keytype, valuetype, comparefct, classname) \ argument 257 #define DECLARE_STL_STDKEY_MAP(keytype, valuetype, classname) \ argument 260 #define DECLARE_STL_VECTOR(valuetyp, classname) \ argument 264 #define DECLARE_STL_USTRINGACCESS_MAP(valuetype, classname) \ argument 267 #define DECLARE_STL_STDKEY_SET(valuetype, classname) \ argument 271 #define DECLARE_STL_SET(valuetype, comparefct, classname) \ argument
|
/aoo41x/main/dbaccess/source/inc/ |
H A D | apitools.hxx | 88 #define IMPLEMENT_SERVICE_INFO_IMPLNAME(classname, implasciiname) \ argument 94 #define IMPLEMENT_SERVICE_INFO_IMPLNAME_STATIC(classname, implasciiname) \ argument 104 #define IMPLEMENT_SERVICE_INFO_SUPPORTS(classname) \ argument 116 #define IMPLEMENT_SERVICE_INFO_GETSUPPORTED1(classname, serviceasciiname) \ argument 168 #define IMPLEMENT_SERVICE_INFO_CREATE_STATIC(classname) \ argument 228 #define IMPLEMENT_SERVICE_INFO1_ABSTRACT(classname, serviceasciiname) \ argument 255 #define IMPLEMENT_IMPLEMENTATION_ID( classname ) \ argument 276 #define IMPLEMENT_GETTYPES2( classname, baseclass1, baseclass2 ) \ argument 297 #define IMPLEMENT_TYPEPROVIDER2( classname, baseclass1, baseclass2 ) \ argument 315 #define IMPLEMENT_PROPERTYCONTAINER_DEFAULTS2( classname , baseclass1) \ argument [all …]
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | sbamultiplex.hxx | 122 #define BEGIN_DECLARE_LISTENER_MULTIPLEXER(classname, listenerclass) \ argument 155 #define IMPLEMENT_LISTENER_MULTIPLEXER_CORE(classname, listenerclass) \ 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 208 …#define IMPLEMENT_LISTENER_ADMINISTRATION(classname, listenernamespace, listenerdesc, multiplexer,… argument 255 #define DECLARE_PROPERTY_MULTIPLEXER(classname, listenerclass, methodname, eventtype, exceptions) \ argument 293 …#define IMPLEMENT_PROPERTY_MULTIPLEXER(classname, listenerclass, methodname, eventtype, exceptions… argument 370 …#define IMPLEMENT_PROPERTY_LISTENER_ADMINISTRATION(classname, listenerdesc, multiplexer, braodcast… argument
|
/aoo41x/main/forms/source/inc/ |
H A D | forms_module.hxx | 210 #define DECLARE_SERVICE_REGISTRATION( classname ) \ argument 221 #define IMPLEMENT_SERVICE_REGISTRATION_BASE( classname, baseclass ) \ argument 241 #define IMPLEMENT_SERVICE_REGISTRATION_1( classname, baseclass, service1 ) \ argument 255 #define IMPLEMENT_SERVICE_REGISTRATION_2( classname, baseclass, service1, service2 ) \ argument 270 …#define IMPLEMENT_SERVICE_REGISTRATION_7( classname, baseclass, service1, service2, service3, serv… argument 290 …#define IMPLEMENT_SERVICE_REGISTRATION_8( classname, baseclass, service1, service2, service3, serv… argument
|
H A D | FormComponent.hxx | 541 #define DECLARE_DEFAULT_DTOR( classname ) \ argument 545 #define DECLARE_DEFAULT_CLONE_CTOR( classname ) \ argument 552 #define DECLARE_DEFAULT_XTOR( classname ) \ argument 562 #define DECLARE_DEFAULT_BOUND_XTOR( classname ) \ argument 574 #define DECLARE_DEFAULT_LEAF_XTOR( classname ) \ argument 589 #define IMPLEMENT_DEFAULT_CLONING( classname ) \ argument
|
/aoo41x/main/toolkit/source/awt/ |
H A D | forward.hxx | 29 #define IMPLEMENT_FORWARD_XTYPEPROVIDER1( classname, baseclass ) \ argument 34 #define IMPLEMENT_2_FORWARD_XINTERFACE1( classname, refcountbase1, refcountbase2 ) \ argument 47 #define IMPLEMENT_2_FORWARD_XINTERFACE2( classname, refcountbase1, refcountbase2, baseclass3 ) \ argument
|
/aoo41x/main/unodevtools/source/skeletonmaker/ |
H A D | cppcompskeleton.cxx | 145 const OString & classname, in generateCompHelperDefinition() 208 const OString & classname, in generateXPropertySetBodies() 288 const OString & classname, in generateXPropertyAccessBodies() 424 const OString & classname, in generateXDispatch() 465 const OString & classname, in generateXDispatchProvider() 632 OString const & classname, in generateClassDefinition() 868 OString const & classname, in generateXServiceInfoBodies() 896 OString const & classname, in generateMethodBodies() 922 OString const & classname, in generateQueryInterface() 1054 OString classname(options.implname); in generateSkeleton() local [all …]
|
H A D | javacompskeleton.cxx | 87 void generateCompFunctions(std::ostream & o, const OString & classname) in generateCompFunctions() 593 TypeManager const & manager, const OString & classname, in generateAddinConstructorAndHelper() 739 const OString & classname, in generateClassDefinition() 958 OString classname(options.implname); in generateSkeleton() local
|
H A D | cpptypemaker.cxx | 376 OString const & delegate, OString const & classname, in printMethods()
|
/aoo41x/main/forms/source/xforms/ |
H A D | datatypes.hxx | 146 #define DECLARE_DEFAULT_CLONING( classname ) \ argument 151 #define IMPLEMENT_DEFAULT_CLONING( classname, baseclass ) \ argument 162 #define IMPLEMENT_DEFAULT_TYPED_CLONING( classname, baseclass ) \ argument 353 #define DEFAULT_DECLARE_SUBTYPE( classname, valuetype ) \ argument
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | idhelper.hxx | 105 #define DECLARE_IMPLEMENTATIONID_HELPER(_namespace, classname) \ argument 146 #define IMPLEMENT_IMPLEMENTATIONID_HELPER(_namespace, classname) \ argument
|
/aoo41x/main/vbahelper/inc/vbahelper/ |
H A D | vbahelperinterface.hxx | 143 #define VBAHELPER_IMPL_GETSERVICEIMPLNAME( classname ) \ argument 155 #define VBAHELPER_IMPL_GETSERVICENAMES( classname, servicename ) \ argument 183 #define VBAHELPER_IMPL_XHELPERINTERFACE( classname, servicename ) \ argument
|
/aoo41x/main/xmloff/source/transform/ |
H A D | XMLFilterRegistration.cxx | 33 #define DECLARE_SERVICE( classname ) \ argument 39 #define ENUMERATE_SERVICE( classname ) \ argument
|
/aoo41x/main/svtools/inc/svtools/toolpanel/ |
H A D | refbase.hxx | 63 #define IMPLEMENT_IREFERENCE( classname ) \ argument
|
/aoo41x/main/filter/source/xmlfilteradaptor/ |
H A D | streamwrap.hxx | 32 #define DECLARE_UNO3_AGG_DEFAULTS(classname, baseclass) \ argument
|
/aoo41x/main/xmloff/source/core/ |
H A D | facreg.cxx | 166 #define SINGLEFACTORY(classname)\ argument
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | pcrcommon.hxx | 129 #define IMPLEMENT_FORWARD_XCOMPONENT( classname, baseclass ) \ argument
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_subcomponent.hxx | 222 #define IMPLEMENT_SERVICE_INFO(classname, implasciiname, serviceasciiname) \ argument
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | OSubComponent.hxx | 215 #define IMPLEMENT_SERVICE_INFO(classname, implasciiname, serviceasciiname) \ argument
|
/aoo41x/main/connectivity/inc/connectivity/ |
H A D | CommonTools.hxx | 191 #define IMPLEMENT_SERVICE_INFO(classname, implasciiname, serviceasciiname) \ argument
|
/aoo41x/main/xmloff/source/draw/ |
H A D | sdxmlimp.cxx | 292 #define SERVICE(classname,servicename,implementationname,draw,flags)\ argument
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaeventshelper.cxx | 532 #define REGISTER_EVENT( eventid, moduletype, classname, eventname, cancelindex, worksheet ) \ in ScVbaEventsHelper() argument
|