LibreOffice
LibreOffice 4.1 SDK C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
compbase.hxx File Reference
#include <cppuhelper/compbase_ex.hxx>
#include <cppuhelper/implbase.hxx>

Go to the source code of this file.

Macros

#define __DEF_COMPIMPLHELPER_A(N)
 
#define __DEF_COMPIMPLHELPER_B(N)
 
#define __DEF_COMPIMPLHELPER_C(N)   }
 
#define __DEF_COMPIMPLHELPER(N)
 

Macro Definition Documentation

#define __DEF_COMPIMPLHELPER (   N)
Value:
__DEF_COMPIMPLHELPER_B( N ) \
__DEF_COMPIMPLHELPER_C( N )
#define __DEF_COMPIMPLHELPER_A (   N)
#define __DEF_COMPIMPLHELPER_B (   N)
Value:
template< __CLASS_IFC##N > \
ClassData##N WeakComponentImplHelper##N< __IFC##N >::s_aCD = ClassData##N( 4 ); \
template< __CLASS_IFC##N > \
ClassData##N WeakAggComponentImplHelper##N< __IFC##N >::s_aCD = ClassData##N( 3 );
#define __DEF_COMPIMPLHELPER_C (   N)    }