Home
last modified time | relevance | path

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

/trunk/main/filter/source/xsltfilter/
H A Dcontainerhelper.hxx88 ::std::for_each( this->begin(), this->end(), ForEachFunctorWithKey< FuncType >(rFunctor)); in forEachWithKey()
128 struct ForEachFunctorWithKey struct in XSLT::RefMap
131 inline explicit ForEachFunctorWithKey( const FunctorType& rFunctor) : m_aFunctor(rFunctor){} in ForEachFunctorWithKey() function
/trunk/main/oox/inc/oox/helper/
H A Drefmap.hxx114 … ::std::for_each( this->begin(), this->end(), ForEachFunctorWithKey< FunctorType >( rFunctor ) ); in forEachWithKey()
159 struct ForEachFunctorWithKey struct in oox::RefMap
162 …inline explicit ForEachFunctorWithKey( const FunctorType& rFunctor ) : maFunctor( rFunctor ) {} in ForEachFunctorWithKey() argument

Completed in 15 milliseconds