Searched refs:refcountbase (Results 1 – 1 of 1) sorted by relevance
159 #define IMPLEMENT_FORWARD_REFCOUNT( classname, refcountbase ) \ argument160 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 ) \ argument164 IMPLEMENT_FORWARD_REFCOUNT( classname, refcountbase ) \167 ::com::sun::star::uno::Any aReturn = refcountbase::queryInterface( _rType ); \173 #define IMPLEMENT_FORWARD_XINTERFACE3( classname, refcountbase, baseclass2, baseclass3 ) \ argument174 IMPLEMENT_FORWARD_REFCOUNT( classname, refcountbase ) \177 ::com::sun::star::uno::Any aReturn = refcountbase::queryInterface( _rType ); \