Home
last modified time | relevance | path

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

/aoo42x/main/filter/source/xsltfilter/
H A Dcontainerhelper.hxx86 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()
/aoo42x/main/oox/inc/oox/helper/
H A Drefmap.hxx112 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()
146forEachWithKey( ::boost::bind( pFunc, _2, _1, aParam1, aParam2, aParam3 ) ); in forEachMemWithKey()

Completed in 53 milliseconds