Home
last modified time | relevance | path

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

/aoo42x/main/filter/source/xsltfilter/
H A Dcontainerhelper.hxx128 struct ForEachFunctorWithKey struct in XSLT::RefMap
130 FunctorType m_aFunctor;
131 inline explicit ForEachFunctorWithKey( const FunctorType& rFunctor) : m_aFunctor(rFunctor){} in ForEachFunctorWithKey() function
132 inline void operator()(const value_type& rValue) in operator ()()
/aoo42x/main/oox/inc/oox/helper/
H A Drefmap.hxx159 struct ForEachFunctorWithKey struct in oox::RefMap
161 FunctorType maFunctor;
162 …inline explicit ForEachFunctorWithKey( const FunctorType& rFunctor ) : maFunctor( rFunctor ) {} in ForEachFunctorWithKey() argument
163 …inline void operator()( const value_type& rValue ) { if( rValue.second.get() ) maFunctor( … in operator ()()

Completed in 35 milliseconds