Searched defs:ForEachFunctorWithIndex (Results 1 – 1 of 1) sorted by relevance
170 struct ForEachFunctorWithIndex struct in oox::RefVector172 FunctorType maFunctor;173 sal_Int32 mnIndex;174 …inline explicit ForEachFunctorWithIndex( const FunctorType& rFunctor ) : maFunctor( rFunctor )… in ForEachFunctorWithIndex() argument175 …inline void operator()( const value_type& rxValue ) { if( rxValue.get() ) maFunctor( mnInd… in operator ()()
Completed in 6 milliseconds