Lines Matching refs:C
179 template< class C >
180 inline Any SAL_CALL makeAny( const C & value ) SAL_THROW( () ) in makeAny()
195 template< class C >
196 inline void SAL_CALL operator <<= ( Any & rAny, const C & value ) SAL_THROW( () ) in operator <<=()
200 &rAny, const_cast< C * >( &value ), rType.getTypeLibType(), in operator <<=()
216 template< class C >
217 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, C & value ) SAL_THROW( () ) in operator >>=()
537 template< class C >
538 inline sal_Bool SAL_CALL operator == ( const Any & rAny, const C & value ) SAL_THROW( () ) in operator ==()
543 const_cast< C * >( &value ), rType.getTypeLibType(), in operator ==()
548 template< class C >
549 inline sal_Bool SAL_CALL operator != ( const Any & rAny, const C & value ) SAL_THROW( () ) in operator !=()