Lines Matching refs:XInterface
39 class XInterface;
63 XInterface * _pInterface;
71 inline static XInterface * SAL_CALL iquery( XInterface * pInterface, const Type & rType )
81 inline static XInterface * SAL_CALL iquery_throw( XInterface * pInterface, const Type & rType )
90 inline XInterface * SAL_CALL get() const SAL_THROW( () ) in get()
106 inline sal_Bool SAL_CALL operator == ( XInterface * pInterface ) const SAL_THROW( () );
113 inline sal_Bool SAL_CALL operator != ( XInterface * pInterface ) const SAL_THROW( () );
185 inline static XInterface * SAL_CALL iquery( XInterface * pInterface )
194 inline static XInterface * SAL_CALL iquery_throw( XInterface * pInterface )
216 static inline interface_type * castFromXInterface(XInterface * p) { in castFromXInterface()
231 static inline XInterface * castToXInterface(interface_type * p) { in castToXInterface()
232 return static_cast< XInterface * >(static_cast< void * >(p)); in castToXInterface()
295 inline Reference( XInterface * pInterface, UnoReference_Query ) SAL_THROW( (RuntimeException) );
318 …inline Reference( XInterface * pInterface, UnoReference_QueryThrow ) SAL_THROW( (RuntimeException)…
351 inline SAL_CALL operator const Reference< XInterface > & () const SAL_THROW( () )
352 { return * reinterpret_cast< const Reference< XInterface > * >( this ); }
409 …inline sal_Bool SAL_CALL set( XInterface * pInterface, UnoReference_Query ) SAL_THROW( (RuntimeExc…
441 …inline void SAL_CALL set( XInterface * pInterface, UnoReference_QueryThrow ) SAL_THROW( (RuntimeEx…
512 …inline static Reference< interface_type > SAL_CALL query( XInterface * pInterface ) SAL_THROW( (Ru…