Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/helper/
H A Drefvector.hxx114 inline void forEachWithIndex( const FunctorType& rFunctor ) const in forEachWithIndex() function in oox::RefVector
124 forEachWithIndex( ::boost::bind( pFunc, _2, _1 ) ); in forEachMemWithIndex()
132 forEachWithIndex( ::boost::bind( pFunc, _2, _1, aParam ) ); in forEachMemWithIndex()
140 forEachWithIndex( ::boost::bind( pFunc, _2, _1, aParam1, aParam2 ) ); in forEachMemWithIndex()
148forEachWithIndex( ::boost::bind( pFunc, _2, _1, aParam1, aParam2, aParam3 ) ); in forEachMemWithIndex()

Completed in 12 milliseconds