Lines Matching refs:classname
29 #define IMPLEMENT_FORWARD_XTYPEPROVIDER1( classname, baseclass ) \ argument
30 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL classname::getTypes( ) th…
32 IMPLEMENT_GET_IMPLEMENTATION_ID( classname )
34 #define IMPLEMENT_2_FORWARD_XINTERFACE1( classname, refcountbase1, refcountbase2 ) \ argument
35 …void SAL_CALL classname::acquire() throw() { refcountbase1::acquire(); refcountbase2::acquire(); }…
36 …void SAL_CALL classname::release() throw() { refcountbase1::release(); refcountbase2::release(); }…
37 …::com::sun::star::uno::Any SAL_CALL classname::queryInterface( const ::com::sun::star::uno::Type& …
47 #define IMPLEMENT_2_FORWARD_XINTERFACE2( classname, refcountbase1, refcountbase2, baseclass3 ) \ argument
48 …void SAL_CALL classname::acquire() throw() { refcountbase1::acquire(); refcountbase2::acquire(); }…
49 …void SAL_CALL classname::release() throw() { refcountbase1::release(); refcountbase2::release(); }…
50 …::com::sun::star::uno::Any SAL_CALL classname::queryInterface( const ::com::sun::star::uno::Type& …