19 #ifndef INCLUDED_CPPUHELPER_WEAKAGG_HXX
20 #define INCLUDED_CPPUHELPER_WEAKAGG_HXX
23 #include <com/sun/star/uno/XAggregation.hpp>
42 ,
public ::com::sun::star::uno::XAggregation
57 virtual
void SAL_CALL release() throw() SAL_OVERRIDE;
66 virtual ::
com::sun::star::uno::Any SAL_CALL
queryInterface( const ::
com::sun::star::uno::Type & rType )
67 throw(::
com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
73 virtual
void SAL_CALL setDelegator( const ::
com::sun::star::uno::Reference< ::
com::sun::star::uno::XInterface > & Delegator )
74 throw(::
com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
80 virtual ::
com::sun::star::uno::Any SAL_CALL queryAggregation( const ::
com::sun::star::uno::Type & rType )
81 throw(::
com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
94 ::
com::sun::star::uno::WeakReferenceHelper xDelegator;
inline::com::sun::star::uno::Any queryInterface(const ::com::sun::star::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:39
Base class to implement an UNO object supporting weak references, i.e.
Definition: weakagg.hxx:40
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:423
Definition: Enterable.hxx:26
#define SAL_THROW(x)
Exception specification documentation.
Definition: types.h:361
Base class to implement an UNO object supporting weak references, i.e.
Definition: weak.hxx:43
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
OWeakAggObject() SAL_THROW(())
Constructor.
Definition: weakagg.hxx:47