Home
last modified time | relevance | path

Searched refs:refcountbase (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/comphelper/inc/comphelper/
H A Duno3.hxx159 #define IMPLEMENT_FORWARD_REFCOUNT( classname, refcountbase ) \ argument
160 void SAL_CALL classname::acquire() throw() { refcountbase::acquire(); } \
161 void SAL_CALL classname::release() throw() { refcountbase::release(); }
163 #define IMPLEMENT_FORWARD_XINTERFACE2( classname, refcountbase, baseclass2 ) \ argument
164 IMPLEMENT_FORWARD_REFCOUNT( classname, refcountbase ) \
167 ::com::sun::star::uno::Any aReturn = refcountbase::queryInterface( _rType ); \
173 #define IMPLEMENT_FORWARD_XINTERFACE3( classname, refcountbase, baseclass2, baseclass3 ) \ argument
174 IMPLEMENT_FORWARD_REFCOUNT( classname, refcountbase ) \
177 ::com::sun::star::uno::Any aReturn = refcountbase::queryInterface( _rType ); \