Searched refs:BaseReference (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/cppu/inc/com/sun/star/uno/ |
H A D | Reference.hxx | 43 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 D | Reference.h | 58 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 D | Any.h | 272 class BaseReference; 359 inline sal_Bool SAL_CALL operator == ( const Any & rAny, const BaseReference & value ) SAL_THROW( (…
|
H A D | Any.hxx | 526 inline sal_Bool SAL_CALL operator == ( const Any & rAny, const BaseReference & value ) SAL_THROW( (… in operator ==() 530 return reinterpret_cast< const BaseReference * >( &rAny.pReserved )->operator == ( value ); in operator ==()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | sharedunocomponent.hxx | 181 …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()
|
/aoo41x/main/ucbhelper/util/ |
H A D | ucbhelper.flt | 106 ??8BaseReference@uno@star@sun@com@@
|
Completed in 27 milliseconds