Home
last modified time | relevance | path

Searched defs:ForEachFunctorWithIndex (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/oox/inc/oox/helper/
H A Drefvector.hxx170 struct ForEachFunctorWithIndex struct in oox::RefVector
172 FunctorType maFunctor;
173 sal_Int32 mnIndex;
174 …inline explicit ForEachFunctorWithIndex( const FunctorType& rFunctor ) : maFunctor( rFunctor )… in ForEachFunctorWithIndex() argument
175 …inline void operator()( const value_type& rxValue ) { if( rxValue.get() ) maFunctor( mnInd… in operator ()()

Completed in 6 milliseconds