Searched refs:forEachWithKey (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/filter/source/xsltfilter/ |
H A D | containerhelper.hxx | 86 inline void forEachWithKey(const FuncType& rFunctor) const in forEachWithKey() function in XSLT::RefMap 94 forEachWithKey( ::boost::bind(pFunc, _2, _1)); in forEachMemWithKey() 100 forEachWithKey( ::boost::bind(pFunc, _2, _1, aParam1) ); in forEachMemWithKey() 106 forEachWithKey( ::boost::bind(pFunc, _2, _1, aParam1, aParam2) ); in forEachMemWithKey() 112 forEachWithKey( ::boost::bind(pFunc, _2, _1, aParam1, aParam2, aParam3) ); in forEachMemWithKey()
|
/aoo41x/main/oox/inc/oox/helper/ |
H A D | refmap.hxx | 112 inline void forEachWithKey( const FunctorType& rFunctor ) const in forEachWithKey() function in oox::RefMap 122 forEachWithKey( ::boost::bind( pFunc, _2, _1 ) ); in forEachMemWithKey() 130 forEachWithKey( ::boost::bind( pFunc, _2, _1, aParam ) ); in forEachMemWithKey() 138 forEachWithKey( ::boost::bind( pFunc, _2, _1, aParam1, aParam2 ) ); in forEachMemWithKey() 146 … forEachWithKey( ::boost::bind( pFunc, _2, _1, aParam1, aParam2, aParam3 ) ); in forEachMemWithKey()
|
Completed in 9 milliseconds