Lines Matching refs:Type

40 inline Type::Type() SAL_THROW( () )  in Type()  function in com::sun::star::uno::Type
42 _pType = reinterpret_cast< const ::com::sun::star::uno::Type * >( in Type()
47 inline Type::Type( TypeClass eTypeClass, const ::rtl::OUString & rTypeName ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
53 inline Type::Type( TypeClass eTypeClass, const sal_Char * pTypeName ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
59 inline Type::Type( typelib_TypeDescriptionReference * pType ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
65 inline Type::Type( typelib_TypeDescriptionReference * pType, UnoType_NoAcquire ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
70 inline Type::Type( typelib_TypeDescriptionReference * pType, __sal_NoAcquire ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
75 inline Type::Type( const Type & rType ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
81 inline ::rtl::OUString Type::getTypeName() const SAL_THROW( () ) in getTypeName()
86 inline Type & Type::operator = ( const Type & rType ) SAL_THROW( () ) in operator =()
101 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const ::com::sun::star::uno::Type in getCppuType() argument
103 return ::cppu::UnoType< ::com::sun::star::uno::Type >::get(); in getCppuType()
106 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuVoidType() SAL_THROW( () ) in getCppuVoidType()
110 inline const ::com::sun::star::uno::Type & SAL_CALL getVoidCppuType() SAL_THROW( () ) in getVoidCppuType()
115 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuBooleanType() SAL_THROW( () ) in getCppuBooleanType()
119 inline const ::com::sun::star::uno::Type & SAL_CALL getBooleanCppuType() SAL_THROW( () ) in getBooleanCppuType()
123 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_Bool * ) SAL_THROW( () ) in getCppuType()
128 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( in getCppuType()
134 inline const ::com::sun::star::uno::Type & SAL_CALL getCharCppuType() SAL_THROW( () ) in getCharCppuType()
138 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuCharType() SAL_THROW( () ) in getCppuCharType()
143 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_Int8 * ) SAL_THROW( () ) in getCppuType()
148 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const ::rtl::OUString * ) SAL_THRO… in getCppuType()
153 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_Int16 * ) SAL_THROW( () ) in getCppuType()
158 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_uInt16 * ) SAL_THROW( ()… in getCppuType()
163 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_Int32 * ) SAL_THROW( () ) in getCppuType()
168 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_uInt32 * ) SAL_THROW( ()… in getCppuType()
173 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_Int64 * ) SAL_THROW( () ) in getCppuType()
178 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_uInt64 * ) SAL_THROW( ()… in getCppuType()
183 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const float * ) SAL_THROW( () ) in getCppuType()
188 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const double * ) SAL_THROW( () ) in getCppuType()
194 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuArrayType1( T * pT ) SAL_THROW( () ) in getCppuArrayType1()
198 const ::com::sun::star::uno::Type & rElementType = in getCppuArrayType1()
206 return * reinterpret_cast< const ::com::sun::star::uno::Type * >( in getCppuArrayType1()
211 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuArrayType2( T * pT ) SAL_THROW( () ) in getCppuArrayType2()
215 const ::com::sun::star::uno::Type & rElementType = in getCppuArrayType2()
224 return * reinterpret_cast< const ::com::sun::star::uno::Type * >( in getCppuArrayType2()
229 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuArrayType3( T * pT ) SAL_THROW( () ) in getCppuArrayType3()
233 const ::com::sun::star::uno::Type & rElementType = in getCppuArrayType3()
243 return * reinterpret_cast< const ::com::sun::star::uno::Type * >( in getCppuArrayType3()
248 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuArrayType4( T * pT ) SAL_THROW( () ) in getCppuArrayType4()
252 const ::com::sun::star::uno::Type & rElementType = in getCppuArrayType4()
263 return * reinterpret_cast< const ::com::sun::star::uno::Type * >( in getCppuArrayType4()
268 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuArrayType5( T * pT ) SAL_THROW( () ) in getCppuArrayType5()
272 const ::com::sun::star::uno::Type & rElementType = in getCppuArrayType5()
284 return * reinterpret_cast< const ::com::sun::star::uno::Type * >( in getCppuArrayType5()
289 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuArrayType6( T * pT ) SAL_THROW( () ) in getCppuArrayType6()
293 const ::com::sun::star::uno::Type & rElementType = in getCppuArrayType6()
306 return * reinterpret_cast< const ::com::sun::star::uno::Type * >( in getCppuArrayType6()
311 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType() SAL_THROW(()) in getCppuType()
317 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType< sal_Unicode >() in getCppuType()