Lines Matching refs:operator
106 inline sal_Bool SAL_CALL operator == ( XInterface * pInterface ) const SAL_THROW( () );
113 inline sal_Bool SAL_CALL operator != ( XInterface * pInterface ) const SAL_THROW( () );
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( () );
238 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in operator new()
241 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in operator delete()
244 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in operator new()
247 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in operator delete()
351 inline SAL_CALL operator const Reference< XInterface > & () const SAL_THROW( () )
358 inline interface_type * SAL_CALL operator -> () const SAL_THROW( () ) in operator ->()
492 …inline Reference< interface_type > & SAL_CALL operator = ( interface_type * pInterface ) SAL_THROW…
499 …inline Reference< interface_type > & SAL_CALL operator = ( const Reference< interface_type > & rRe…