Lines Matching refs:XInterface

70 …::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL queryAdapted() thro…
96 rType, static_cast< XAdapter * >( this ), static_cast< XInterface * >( this ) ); in queryInterface()
135 Reference< XInterface > SAL_CALL OWeakConnectionPoint::queryAdapted() throw(::com::sun::star::uno::… in queryAdapted()
137 Reference< XInterface > ret; in queryAdapted()
166 m_aReferences.addInterface( (const Reference< XInterface > &)rRef ); in addReference()
173 m_aReferences.removeInterface( (const Reference< XInterface > &)rRef ); in removeReference()
195 static_cast< XWeak * >( this ), static_cast< XInterface * >( this ) ); in queryInterface()
268 Reference<XInterface > x( xDelegator ); in acquire()
278 Reference<XInterface > x( xDelegator ); in release()
288 Reference< XInterface > x( xDelegator ); // harden ref in queryInterface()
307 static_cast< XInterface * >( static_cast< OWeakObject * >( this ) ), in queryAggregation()
313 void OWeakAggObject::setDelegator( const Reference<XInterface > & rDelegator ) throw(::com::sun::st… in setDelegator()
340 OWeakRefListener(const Reference< XInterface >& xInt) SAL_THROW( () );
377 OWeakRefListener::OWeakRefListener(const Reference< XInterface >& xInt) SAL_THROW( () ) in OWeakRefListener()
415 rType, static_cast< XReference * >( this ), static_cast< XInterface * >( this ) ); in queryInterface()
451 WeakReferenceHelper::WeakReferenceHelper(const Reference< XInterface >& xInt) SAL_THROW( () ) in WeakReferenceHelper()
464 Reference< XInterface > xInt( rWeakRef.get() ); in WeakReferenceHelper()
497 Reference< XInterface > xInt( rWeakRef.get() ); in operator =()
502 WeakReferenceHelper::operator= (const Reference< XInterface > & xInt) in operator =()
523 Reference< XInterface > WeakReferenceHelper::get() const SAL_THROW( () ) in get()
539 return Reference< XInterface >(); in get()