Searched refs:TElementType (Results 1 – 3 of 3) sorted by relevance
29 template< class TElementType, class TSource > class SwIterator 34 …SwIterator( const TSource& rSrc ) : aClientIter(rSrc) { DBG_ASSERT( TElementType::IsOf( TYPE(SwCli… in SwIterator()35 …TElementType* First() { SwClient* p = aClientIter.First(TYPE(TElementType)); return PTR_CAST(T… in First()36 …TElementType* Last() { SwClient* p = aClientIter.Last( TYPE(TElementType)); return PTR_CAST(T… in Last()37 …TElementType* Next() { SwClient* p = aClientIter.Next(); return PTR_CAST(TElementType,p);… in Next()38 …TElementType* Previous() { SwClient* p = aClientIter.Previous(); return PTR_CAST(TElementType,p);… in Previous()39 …tatic TElementType* FirstElement( const TSource& rMod ) { SwClient* p = SwClientIter(rMod).First(T… in FirstElement()
55 template< class TElementType >56 class SequenceAsVector : public ::std::vector< TElementType >66 typedef typename ::std::vector< TElementType >::const_iterator const_iterator;91 ::std::vector< TElementType >( static_cast< size_t >( nLength ) ) in SequenceAsVector()134 void operator<<(const ::com::sun::star::uno::Sequence< TElementType >& lSource) in operator <<()139 const TElementType* pSource = lSource.getConstArray(); in operator <<()171 ::com::sun::star::uno::Sequence< TElementType > lSource; in operator <<()190 TElementType* pDestination = lDestination.getArray(); in operator >>()213 ::com::sun::star::uno::Sequence< TElementType > lDestination(c); in operator >>()243 const ::com::sun::star::uno::Sequence< TElementType > getAsConstList() const in getAsConstList()[all …]
215 typedef ::std::pair< ::rtl::OUString, sal_Int16> TElementType; typedef in migration::JavaMigration216 typedef ::std::stack< TElementType > TElementStack;
Completed in 12 milliseconds