Home
last modified time | relevance | path

Searched refs:TElementType (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sw/inc/
H A Dswiterator.hxx29 template< class TElementType, class TSource > class SwIterator
34 …SwIterator( const TSource& rSrc ) : aClientIter(rSrc) { DBG_ASSERT( TElementType::IsOf( TYPE(SwCli… in SwIterator()
35TElementType* First() { SwClient* p = aClientIter.First(TYPE(TElementType)); return PTR_CAST(T… in First()
36TElementType* Last() { SwClient* p = aClientIter.Last( TYPE(TElementType)); return PTR_CAST(T… in Last()
37TElementType* Next() { SwClient* p = aClientIter.Next(); return PTR_CAST(TElementType,p);… in Next()
38TElementType* 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()
/aoo4110/main/comphelper/inc/comphelper/
H A Dsequenceasvector.hxx55 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 …]
/aoo4110/main/desktop/source/migration/services/
H A Djvmfwk.cxx215 typedef ::std::pair< ::rtl::OUString, sal_Int16> TElementType; typedef in migration::JavaMigration
216 typedef ::std::stack< TElementType > TElementStack;

Completed in 36 milliseconds