Lines Matching refs:XInterface

43 inline XInterface * BaseReference::iquery(  in iquery()
44 XInterface * pInterface, const Type & rType ) in iquery()
52 XInterface * pRet = static_cast< XInterface * >( aRet.pReserved ); in iquery()
61 inline XInterface * Reference< interface_type >::iquery( in iquery()
62 XInterface * pInterface ) SAL_THROW( (RuntimeException) ) in iquery()
74 inline XInterface * BaseReference::iquery_throw( in iquery_throw()
75 XInterface * pInterface, const Type & rType ) in iquery_throw()
78 XInterface * pQueried = iquery( pInterface, rType ); in iquery_throw()
83 Reference< XInterface >( pInterface ) ); in iquery_throw()
87 inline XInterface * Reference< interface_type >::iquery_throw( in iquery_throw()
88 XInterface * pInterface ) SAL_THROW( (RuntimeException) ) in iquery_throw()
158 inline Reference< interface_type >::Reference( XInterface * pInterface, UnoReference_Query ) SAL_TH… in Reference()
167 ? iquery( static_cast< XInterface * >( rAny.pReserved ) ) : 0); in Reference()
179 inline Reference< interface_type >::Reference( XInterface * pInterface, UnoReference_QueryThrow ) S… in Reference()
190 ? static_cast< XInterface * >( rAny.pReserved ) : 0 ); in Reference()
214 XInterface * const pOld = _pInterface; in clear()
226 XInterface * const pOld = _pInterface; in set()
237 XInterface * const pOld = _pInterface; in set()
261 XInterface * pInterface, UnoReference_Query ) SAL_THROW( (RuntimeException) ) in set()
282 ? static_cast< XInterface * >( rAny.pReserved ) : 0 )), in set()
290 XInterface * pInterface, UnoReference_QueryThrow ) SAL_THROW( (RuntimeException) ) in set()
310 ? static_cast< XInterface * >( rAny.pReserved ) : 0 )), in set()
358 XInterface * pInterface ) SAL_THROW( (RuntimeException) ) in query()
367 inline sal_Bool BaseReference::operator == ( XInterface * pInterface ) const SAL_THROW( () ) in operator ==()
376 Reference< XInterface > x1( _pInterface, UNO_QUERY ); in operator ==()
377 Reference< XInterface > x2( pInterface, UNO_QUERY ); in operator ==()
399 Reference< XInterface > x1( _pInterface, UNO_QUERY ); in operator <()
400 Reference< XInterface > x2( rRef, UNO_QUERY ); in operator <()
412 inline sal_Bool BaseReference::operator != ( XInterface * pInterface ) const SAL_THROW( () ) in operator !=()