Lines Matching refs:OWeakObject
60 OWeakConnectionPoint( OWeakObject* pObj ) SAL_THROW( () )
88 OWeakObject* m_pObject;
185 OWeakObject::OWeakObject() SAL_THROW( () ) in OWeakObject() function in cppu::OWeakObject
193 Any SAL_CALL OWeakObject::queryInterface( const Type & rType ) throw(::com::sun::star::uno::Runtime… in queryInterface()
201 void SAL_CALL OWeakObject::acquire() throw() in acquire()
207 void SAL_CALL OWeakObject::release() throw() in release()
218 void OWeakObject::disposeWeakConnectionPoint() in disposeWeakConnectionPoint()
237 OWeakObject::~OWeakObject() SAL_THROW( (RuntimeException) ) in ~OWeakObject()
242 Reference< XAdapter > SAL_CALL OWeakObject::queryAdapter() in queryAdapter()
274 OWeakObject::acquire(); in acquire()
284 OWeakObject::release(); in release()
309 static_cast< XInterface * >( static_cast< OWeakObject * >( this ) ), in queryAggregation()