Lines Matching refs:Sequence

45 typelib_TypeDescriptionReference * Sequence< E >::s_pType = 0;
49 inline Sequence< E >::Sequence() SAL_THROW( () ) in Sequence() function in com::sun::star::uno::Sequence
60 inline Sequence< E >::Sequence( const Sequence< E > & rSeq ) SAL_THROW( () ) in Sequence() function in com::sun::star::uno::Sequence
68 inline Sequence< E >::Sequence( in Sequence() function in com::sun::star::uno::Sequence
76 inline Sequence< E >::Sequence( const E * pElements, sal_Int32 len ) in Sequence() function in com::sun::star::uno::Sequence
93 inline Sequence< E >::Sequence( sal_Int32 len ) in Sequence() function in com::sun::star::uno::Sequence
110 inline Sequence< E >::~Sequence() SAL_THROW( () ) in ~Sequence()
119 inline Sequence< E > & Sequence< E >::operator = ( const Sequence< E > & rSeq ) SAL_THROW( () ) in operator =()
129 inline sal_Bool Sequence< E >::operator == ( const Sequence< E > & rSeq ) const in operator ==()
136 const_cast< Sequence< E > * >( this ), rType.getTypeLibType(), in operator ==()
137 const_cast< Sequence< E > * >( &rSeq ), rType.getTypeLibType(), in operator ==()
144 inline sal_Bool Sequence< E >::operator != ( const Sequence< E > & rSeq ) const in operator !=()
152 inline E * Sequence< E >::getArray() in getArray()
170 inline E & Sequence< E >::operator [] ( sal_Int32 nIndex ) in operator []()
180 inline const E & Sequence< E >::operator [] ( sal_Int32 nIndex ) const in operator []()
191 inline void Sequence< E >::realloc( sal_Int32 nSize ) in realloc()
207 inline ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL toUnoSequence( in toUnoSequence()
210 return ::com::sun::star::uno::Sequence< sal_Int8 >( in toUnoSequence()
211 … * reinterpret_cast< const ::com::sun::star::uno::Sequence< sal_Int8 > * >( &rByteSequence ) ); in toUnoSequence()
222 getTypeFavourUnsigned(::com::sun::star::uno::Sequence< T > const *) { in getTypeFavourUnsigned()
223 if (::com::sun::star::uno::Sequence< T >::s_pType == 0) { in getTypeFavourUnsigned()
225 &::com::sun::star::uno::Sequence< T >::s_pType, in getTypeFavourUnsigned()
228 typename ::com::sun::star::uno::Sequence< T >::ElementType * >( in getTypeFavourUnsigned()
233 &::com::sun::star::uno::Sequence< T >::s_pType); in getTypeFavourUnsigned()
237 getTypeFavourChar(::com::sun::star::uno::Sequence< T > const *) { in getTypeFavourChar()
246 typename ::com::sun::star::uno::Sequence< T >::ElementType * >( in getTypeFavourChar()
258 SAL_CALL getCppuType( const ::com::sun::star::uno::Sequence< E > * ) in getCppuType()
262 static_cast< ::com::sun::star::uno::Sequence< E > * >(0)); in getCppuType()
271 if (! ::com::sun::star::uno::Sequence< E >::s_pType) in getCppuSequenceType()
274 & ::com::sun::star::uno::Sequence< E >::s_pType, in getCppuSequenceType()
278 & ::com::sun::star::uno::Sequence< E >::s_pType ); in getCppuSequenceType()