Home
last modified time | relevance | path

Searched refs:BaseReference (Results 1 – 5 of 5) sorted by relevance

/trunk/main/cppu/inc/com/sun/star/uno/
H A DReference.hxx43 inline XInterface * BaseReference::iquery( in iquery()
64 return BaseReference::iquery(pInterface, interface_type::static_type()); in iquery()
74 inline XInterface * BaseReference::iquery_throw( in iquery_throw()
90 return BaseReference::iquery_throw( in iquery_throw()
268 const BaseReference & rRef, UnoReference_Query ) SAL_THROW( (RuntimeException) ) in set()
297 const BaseReference & rRef, UnoReference_QueryThrow ) SAL_THROW( (RuntimeException) ) in set()
350 const BaseReference & rRef ) SAL_THROW( (RuntimeException) ) in query()
389 inline sal_Bool BaseReference::operator < ( in operator <()
390 const BaseReference & rRef ) const SAL_THROW( () ) in operator <()
417 inline sal_Bool BaseReference::operator == ( const BaseReference & rRef ) const SAL_THROW( () ) in operator ==()
[all …]
H A DReference.h58 class BaseReference class
121 inline sal_Bool SAL_CALL operator == ( const BaseReference & rRef ) const SAL_THROW( () );
128 inline sal_Bool SAL_CALL operator != ( const BaseReference & rRef ) const SAL_THROW( () );
135 inline sal_Bool SAL_CALL operator < ( const BaseReference & rRef ) const SAL_THROW( () );
178 class Reference : public BaseReference
289 inline Reference( const BaseReference & rRef, UnoReference_Query ) SAL_THROW( (RuntimeException) );
310 …inline Reference( const BaseReference & rRef, UnoReference_QueryThrow ) SAL_THROW( (RuntimeExcepti…
417 …inline sal_Bool SAL_CALL set( const BaseReference & rRef, UnoReference_Query ) SAL_THROW( (Runtime…
450 …inline void SAL_CALL set( const BaseReference & rRef, UnoReference_QueryThrow ) SAL_THROW( (Runtim…
506 …inline static Reference< interface_type > SAL_CALL query( const BaseReference & rRef ) SAL_THROW( …
H A DAny.h272 class BaseReference;
359 inline sal_Bool SAL_CALL operator == ( const Any & rAny, const BaseReference & value ) SAL_THROW( (…
H A DAny.hxx521 inline sal_Bool SAL_CALL operator == ( const Any & rAny, const BaseReference & value ) SAL_THROW( (… in operator ==()
525 return reinterpret_cast< const BaseReference * >( rAny.pData )->operator == ( value ); in operator ==()
/trunk/main/unotools/inc/unotools/
H A Dsharedunocomponent.hxx181 …inline SharedUNOComponent( const ::com::sun::star::uno::BaseReference & _rRef, ::com::sun::star::u… in SharedUNOComponent()
210 …inline bool set( const ::com::sun::star::uno::BaseReference& _rRef, ::com::sun::star::uno::UnoRefe…
215 …inline void set( const ::com::sun::star::uno::BaseReference & _rRef, ::com::sun::star::uno::UnoRef…
302 …OComponent< INTERFACE, COMPONENT >::set( const ::com::sun::star::uno::BaseReference & _rRef, ::com… in set()
348 …OComponent< INTERFACE, COMPONENT >::set( const ::com::sun::star::uno::BaseReference& _rRef, ::com:… in set()

Completed in 46 milliseconds