/aoo42x/main/slideshow/source/engine/animationnodes/ |
H A D | generateevent.cxx | 51 Delay::FunctorT const& rFunctor, in generateEvent() argument 107 pEvent = makeDelay( rFunctor, in generateEvent() 121 pEvent = makeDelay( rFunctor, in generateEvent() 137 pEvent = makeDelay( rFunctor, in generateEvent() 153 pEvent = makeDelay( rFunctor, in generateEvent() 169 pEvent = makeDelay( rFunctor, in generateEvent() 185 pEvent = makeDelay( rFunctor, in generateEvent() 201 pEvent = makeDelay( rFunctor, in generateEvent() 209 pEvent = makeDelay( rFunctor, in generateEvent() 230 pEvent = makeDelay( rFunctor, in generateEvent()
|
H A D | generateevent.hxx | 50 Delay::FunctorT const& rFunctor,
|
/aoo42x/main/oox/inc/oox/helper/ |
H A D | refvector.hxx | 114 inline void forEachWithIndex( const FunctorType& rFunctor ) const in forEachWithIndex() 116 … ::std::for_each( this->begin(), this->end(), ForEachFunctorWithIndex< FunctorType >( rFunctor ) ); in forEachWithIndex() 154 inline value_type findIf( const FunctorType& rFunctor ) const in findIf() 156 …terator aIt = ::std::find_if( this->begin(), this->end(), FindFunctor< FunctorType >( rFunctor ) ); in findIf() 165 inline explicit ForEachFunctor( const FunctorType& rFunctor ) : maFunctor( rFunctor ) {} in ForEachFunctor() 174 …ne explicit ForEachFunctorWithIndex( const FunctorType& rFunctor ) : maFunctor( rFunctor ), mn… in ForEachFunctorWithIndex() 182 inline explicit FindFunctor( const FunctorType& rFunctor ) : maFunctor( rFunctor ) {} in FindFunctor()
|
H A D | refmap.hxx | 73 inline void forEach( const FunctorType& rFunctor ) const in forEach() 75 … ::std::for_each( this->begin(), this->end(), ForEachFunctor< FunctorType >( rFunctor ) ); in forEach() 112 inline void forEachWithKey( const FunctorType& rFunctor ) const in forEachWithKey() 114 … ::std::for_each( this->begin(), this->end(), ForEachFunctorWithKey< FunctorType >( rFunctor ) ); in forEachWithKey() 154 inline explicit ForEachFunctor( const FunctorType& rFunctor ) : maFunctor( rFunctor ) {} in ForEachFunctor() 162 …inline explicit ForEachFunctorWithKey( const FunctorType& rFunctor ) : maFunctor( rFunctor ) {} in ForEachFunctorWithKey()
|
/aoo42x/main/filter/source/xsltfilter/ |
H A D | containerhelper.hxx | 56 inline void forEach( const FunctorType& rFunctor) const in forEach() 58 ::std::for_each(this->begin(), this->end(), ForEachFunctor< FunctorType >(rFunctor)); in forEach() 86 inline void forEachWithKey(const FuncType& rFunctor) const in forEachWithKey() 88 ::std::for_each( this->begin(), this->end(), ForEachFunctorWithKey< FuncType >(rFunctor)); in forEachWithKey() 119 inline explicit ForEachFunctor( const FunctorType& rFunctor): m_aFunctor(rFunctor){} in ForEachFunctor() 131 inline explicit ForEachFunctorWithKey( const FunctorType& rFunctor) : m_aFunctor(rFunctor){} in ForEachFunctorWithKey()
|
/aoo42x/main/oox/inc/oox/vml/ |
H A D | vmlshapecontainer.hxx | 84 const ShapeType* findShapeType( const Functor& rFunctor ) const; 88 const ShapeBase* findShape( const Functor& rFunctor ) const; 122 const ShapeType* ShapeContainer::findShapeType( const Functor& rFunctor ) const in findShapeType() 124 return maTypes.findIf( rFunctor ).get(); in findShapeType() 128 const ShapeBase* ShapeContainer::findShape( const Functor& rFunctor ) const in findShape() 130 return maShapes.findIf( rFunctor ).get(); in findShape()
|
/aoo42x/main/slideshow/source/engine/ |
H A D | smilfunctionparser.cxx | 212 UnaryFunctionExpression( const Functor& rFunctor, in UnaryFunctionExpression() argument 214 maFunctor( rFunctor ), in UnaryFunctionExpression() 235 UnaryFunctionFunctor( const Functor& rFunctor, in UnaryFunctionFunctor() argument 237 maFunctor( rFunctor ), in UnaryFunctionFunctor() 284 makeUnaryFunctionFunctor( const Functor& rFunctor, in makeUnaryFunctionFunctor() argument 287 return UnaryFunctionFunctor<Functor>( rFunctor, rContext ); in makeUnaryFunctionFunctor()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | AccessibleParaManager.hxx | 261 WeakChildAdapter( Functor& rFunctor ) : mrFunctor(rFunctor) {} in WeakChildAdapter() argument 308 template < typename Functor > void ForEach( Functor& rFunctor ) in ForEach() argument 310 ::std::for_each( begin(), end(), WeakChildAdapter< Functor >(rFunctor) ); in ForEach()
|
/aoo42x/main/svx/source/accessibility/ |
H A D | AccessibleTextEventQueue.hxx | 81 template < typename Functor > void ForEach( Functor& rFunctor ) const in ForEach() 84 rFunctor = ::std::for_each( maEventQueue.begin(), maEventQueue.end(), rFunctor ); in ForEach()
|
/aoo42x/main/slideshow/source/inc/ |
H A D | interruptabledelayevent.hxx | 132 …mplate< typename Functor > InterruptableEventPair makeInterruptableDelay( const Functor& rFunctor, in makeInterruptableDelay() argument 137 aRes.mpImmediateEvent = makeEvent( rFunctor, "makeInterruptableDelay"); in makeInterruptableDelay()
|
/aoo42x/main/animations/inc/animations/ |
H A D | animationnodehelper.hxx | 57 Functor& rFunctor ) in for_each_childNode() argument 75 rFunctor( xChildNode ); in for_each_childNode()
|
/aoo42x/main/sd/source/ui/tools/ |
H A D | ConfigurationAccess.cxx | 173 const Functor& rFunctor) in ForAll() argument 190 rFunctor(rsKey, aValues); in ForAll()
|
/aoo42x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 2828 forSubsetRange( Functor& rFunctor, in forSubsetRange() argument 2847 rFunctor( *aRangeBegin, aSubset ); in forSubsetRange() 2863 rFunctor( *aRangeBegin, aSubset ); in forSubsetRange() 2870 rFunctor( *aRangeBegin++ ); in forSubsetRange() 2883 return rFunctor.result(); in forSubsetRange() 2892 rFunctor( *aRangeEnd, aSubset ); in forSubsetRange() 2895 return rFunctor.result(); in forSubsetRange()
|
/aoo42x/main/sd/source/ui/inc/tools/ |
H A D | ConfigurationAccess.hxx | 119 const Functor& rFunctor);
|