Home
last modified time | relevance | path

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

/trunk/main/filter/source/xsltfilter/
H A Dcontainerhelper.hxx116 struct ForEachFunctor struct in XSLT::RefMap
118 FunctorType m_aFunctor;
119 inline explicit ForEachFunctor( const FunctorType& rFunctor): m_aFunctor(rFunctor){} in ForEachFunctor() function
120 inline void operator()(const value_type& rValue) in operator ()()
/trunk/main/oox/inc/oox/helper/
H A Drefmap.hxx151 struct ForEachFunctor struct in oox::RefMap
153 FunctorType maFunctor;
154 inline explicit ForEachFunctor( const FunctorType& rFunctor ) : maFunctor( rFunctor ) {} in ForEachFunctor() argument
155 …inline void operator()( const value_type& rValue ) { if( rValue.second.get() ) maFunctor( … in operator ()()
H A Drefvector.hxx162 struct ForEachFunctor struct in oox::RefVector
164 FunctorType maFunctor;
165 inline explicit ForEachFunctor( const FunctorType& rFunctor ) : maFunctor( rFunctor ) {} in ForEachFunctor() argument
166 …inline void operator()( const value_type& rxValue ) { if( rxValue.get() ) maFunctor( *rxVa… in operator ()()

Completed in 11 milliseconds