Lines Matching refs:SAL_THROW
55 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in new()
58 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in delete()
61 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in new()
64 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in delete()
69 inline Any() SAL_THROW( () );
84 inline Any( const Any & rAny ) SAL_THROW( () );
91 inline Any( const void * pData_, const Type & rType ) SAL_THROW( () );
98 inline Any( const void * pData_, typelib_TypeDescription * pTypeDescr ) SAL_THROW( () );
105 inline Any( const void * pData_, typelib_TypeDescriptionReference * pType ) SAL_THROW( () );
109 inline ~Any() SAL_THROW( () );
116 inline Any & SAL_CALL operator = ( const Any & rAny ) SAL_THROW( () );
122 inline const Type & SAL_CALL getValueType() const SAL_THROW( () ) in getValueType()
128 inline typelib_TypeDescriptionReference * SAL_CALL getValueTypeRef() const SAL_THROW( () ) in getValueTypeRef()
136 …id SAL_CALL getValueTypeDescription( typelib_TypeDescription ** ppTypeDescr ) const SAL_THROW( () ) in getValueTypeDescription()
143 inline TypeClass SAL_CALL getValueTypeClass() const SAL_THROW( () ) in getValueTypeClass()
150 inline ::rtl::OUString SAL_CALL getValueTypeName() const SAL_THROW( () );
156 inline sal_Bool SAL_CALL hasValue() const SAL_THROW( () ) in hasValue()
163 inline const void * SAL_CALL getValue() const SAL_THROW( () ) in getValue()
190 inline void SAL_CALL setValue( const void * pData_, const Type & rType ) SAL_THROW( () );
197 …SAL_CALL setValue( const void * pData_, typelib_TypeDescriptionReference * pType ) SAL_THROW( () );
204 …oid SAL_CALL setValue( const void * pData_, typelib_TypeDescription * pTypeDescr ) SAL_THROW( () );
209 inline void SAL_CALL clear() SAL_THROW( () );
217 inline sal_Bool SAL_CALL isExtractableTo( const Type & rType ) const SAL_THROW( () );
234 inline sal_Bool SAL_CALL operator == ( const Any & rAny ) const SAL_THROW( () );
241 inline sal_Bool SAL_CALL operator != ( const Any & rAny ) const SAL_THROW( () );
266 inline Any SAL_CALL makeAny( const C & value ) SAL_THROW( () );
270 inline Any SAL_CALL makeAny( bool const & value ) SAL_THROW( () );
282 inline void SAL_CALL operator <<= ( Any & rAny, const C & value ) SAL_THROW( () );
286 SAL_THROW( () );
298 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, C & value ) SAL_THROW( () );
311 inline sal_Bool SAL_CALL operator == ( const Any & rAny, const C & value ) SAL_THROW( () );
323 inline sal_Bool SAL_CALL operator != ( const Any & rAny, const C & value ) SAL_THROW( () );
327 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, sal_Bool & value ) SAL_THROW( () );
328 inline sal_Bool SAL_CALL operator == ( const Any & rAny, const sal_Bool & value ) SAL_THROW( () );
331 SAL_THROW( () );
334 SAL_THROW( () );
336 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, sal_Int8 & value ) SAL_THROW( () );
338 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, sal_Int16 & value ) SAL_THROW( () );
339 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, sal_uInt16 & value ) SAL_THROW( () );
341 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, sal_Int32 & value ) SAL_THROW( () );
342 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, sal_uInt32 & value ) SAL_THROW( () );
344 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, sal_Int64 & value ) SAL_THROW( () );
345 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, sal_uInt64 & value ) SAL_THROW( () );
347 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, float & value ) SAL_THROW( () );
349 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, double & value ) SAL_THROW( () );
351 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, ::rtl::OUString & value ) SAL_THROW( () );
352 inline sal_Bool SAL_CALL operator == ( const Any & rAny, const ::rtl::OUString & value ) SAL_THROW(…
354 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, Type & value ) SAL_THROW( () );
355 inline sal_Bool SAL_CALL operator == ( const Any & rAny, const Type & value ) SAL_THROW( () );
357 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, Any & value ) SAL_THROW( () );
359 inline sal_Bool SAL_CALL operator == ( const Any & rAny, const BaseReference & value ) SAL_THROW( (…
374 …::sun::star::uno::Type & SAL_CALL getCppuType( const ::com::sun::star::uno::Any * ) SAL_THROW( () ) in getCppuType()