Lines Matching refs:XInterface

72 …::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL queryAdapted() thro…
98 rType, static_cast< XAdapter * >( this ), static_cast< XInterface * >( this ) ); in queryInterface()
137 Reference< XInterface > SAL_CALL OWeakConnectionPoint::queryAdapted() throw(::com::sun::star::uno::… in queryAdapted()
139 Reference< XInterface > ret; in queryAdapted()
168 m_aReferences.addInterface( (const Reference< XInterface > &)rRef ); in addReference()
175 m_aReferences.removeInterface( (const Reference< XInterface > &)rRef ); in removeReference()
197 static_cast< XWeak * >( this ), static_cast< XInterface * >( this ) ); in queryInterface()
270 Reference<XInterface > x( xDelegator ); in acquire()
280 Reference<XInterface > x( xDelegator ); in release()
290 Reference< XInterface > x( xDelegator ); // harden ref in queryInterface()
309 static_cast< XInterface * >( static_cast< OWeakObject * >( this ) ), in queryAggregation()
315 void OWeakAggObject::setDelegator( const Reference<XInterface > & rDelegator ) throw(::com::sun::st… in setDelegator()
343 OWeakRefListener(const Reference< XInterface >& xInt) SAL_THROW( () );
380 OWeakRefListener::OWeakRefListener(const Reference< XInterface >& xInt) SAL_THROW( () ) in OWeakRefListener()
418 rType, static_cast< XReference * >( this ), static_cast< XInterface * >( this ) ); in queryInterface()
454 WeakReferenceHelper::WeakReferenceHelper(const Reference< XInterface >& xInt) SAL_THROW( () ) in WeakReferenceHelper()
467 Reference< XInterface > xInt( rWeakRef.get() ); in WeakReferenceHelper()
500 Reference< XInterface > xInt( rWeakRef.get() ); in operator =()
505 WeakReferenceHelper::operator= (const Reference< XInterface > & xInt) in operator =()
526 Reference< XInterface > WeakReferenceHelper::get() const SAL_THROW( () ) in get()
542 return Reference< XInterface >(); in get()