Searched defs:ForEachFunctor (Results 1 – 3 of 3) sorted by relevance
116 struct ForEachFunctor struct in XSLT::RefMap118 FunctorType m_aFunctor;119 inline explicit ForEachFunctor( const FunctorType& rFunctor): m_aFunctor(rFunctor){} in ForEachFunctor() function120 inline void operator()(const value_type& rValue) in operator ()()
151 struct ForEachFunctor struct in oox::RefMap153 FunctorType maFunctor;154 inline explicit ForEachFunctor( const FunctorType& rFunctor ) : maFunctor( rFunctor ) {} in ForEachFunctor() argument155 …inline void operator()( const value_type& rValue ) { if( rValue.second.get() ) maFunctor( … in operator ()()
162 struct ForEachFunctor struct in oox::RefVector164 FunctorType maFunctor;165 inline explicit ForEachFunctor( const FunctorType& rFunctor ) : maFunctor( rFunctor ) {} in ForEachFunctor() argument166 …inline void operator()( const value_type& rxValue ) { if( rxValue.get() ) maFunctor( *rxVa… in operator ()()
Completed in 11 milliseconds