Searched refs:aFunctor (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/svx/source/accessibility/ |
H A D | AccessibleTextHelper.cxx | 1000 AccessibleTextHelper_UpdateChildBounds aFunctor( *this ); in UpdateBoundRect() local 1103 AccessibleTextHelper_LostChildEvent aFunctor( *this ); in ParagraphsMoved() local 1105 ::std::for_each( begin, end, aFunctor ); in ParagraphsMoved() 1202 AccessibleTextHelper_QueueFunctor aFunctor; in ProcessQueue() local 1203 maEventQueue.ForEach( aFunctor ); in ProcessQueue() 1213 aFunctor.GetNumberOfParasChanged() == 1 ) in ProcessQueue() 1218 if( aFunctor.GetHintId() == TEXT_HINT_PARAINSERTED ) in ProcessQueue() 1224 maParaManager.Release(aFunctor.GetParaIndex(), nCurrParas); in ProcessQueue() 1245 else if( aFunctor.GetHintId() == TEXT_HINT_PARAREMOVED ) in ProcessQueue() 1248 ::std::advance( begin, aFunctor.GetParaIndex() ); in ProcessQueue() [all …]
|
/aoo41x/main/slideshow/source/engine/shapes/ |
H A D | drawshapesubsetting.cxx | 704 CountClassFunctor aFunctor( eRequestedClass ); in implGetNumberOfTreeNodes() local 707 iterateActionClassifications( aFunctor, rBegin, rEnd ); in implGetNumberOfTreeNodes() 709 return aFunctor.getCount(); in implGetNumberOfTreeNodes() 800 FindNthElementFunctor aFunctor( nNodeIndex, in implGetTreeNode() local 804 iterateActionClassifications( aFunctor, rBegin, rEnd ); in implGetTreeNode() 807 aFunctor.getBeginElement(), in implGetTreeNode() 808 aFunctor.getEndElement(), in implGetTreeNode()
|
/aoo41x/main/chart2/source/inc/ |
H A D | EventListenerHelper.hxx | 130 impl::addListenerFunctor< InterfaceRef > aFunctor( xListener ); in addListener() local 131 aFunctor( xObject ); in addListener() 176 impl::removeListenerFunctor< InterfaceRef > aFunctor( xListener ); in removeListener() local 177 aFunctor( xObject ); in removeListener()
|
H A D | ModifyListenerHelper.hxx | 215 impl::addListenerFunctor< InterfaceRef > aFunctor( xListener ); in addListener() local 216 aFunctor( xObject ); in addListener() 261 impl::removeListenerFunctor< InterfaceRef > aFunctor( xListener ); in removeListener() local 262 aFunctor( xObject ); in removeListener()
|
/aoo41x/main/animations/source/animcore/ |
H A D | targetpropertiescreator.cxx | 252 NodeFunctor aFunctor( mrShapeHash, in operator ()() local 256 aFunctor ) ) in operator ()() 435 NodeFunctor aFunctor( aShapeHash ); in createInitialTargetProperties() local 443 aFunctor( xRootNode ); in createInitialTargetProperties()
|
/aoo41x/main/editeng/source/accessibility/ |
H A D | AccessibleParaManager.cxx | 324 AccessibleParaManager_DisposeChildren aFunctor; in Dispose() local 327 WeakChildAdapter< AccessibleParaManager_DisposeChildren > (aFunctor) ); in Dispose() 370 StateChangeEvent aFunctor( nEventId, rNewValue, rOldValue ); in FireEvent() local 372 …::for_each( front, back, AccessibleParaManager::WeakChildAdapter< StateChangeEvent >( aFunctor ) ); in FireEvent()
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | NodeMap.java | 78 public void ForEach (NodeMapCallback aFunctor) in ForEach() argument 87 aFunctor.Apply ((AccTreeNode)aNodes[i]); in ForEach()
|
/aoo41x/main/basegfx/inc/basegfx/range/ |
H A D | b2dconnectedranges.hxx | 234 … template< typename UnaryFunctor > UnaryFunctor forEachAggregate( UnaryFunctor aFunctor ) const in forEachAggregate() 238 aFunctor ); in forEachAggregate()
|
/aoo41x/main/oox/inc/oox/helper/ |
H A D | refvector.hxx | 74 inline void forEach( FunctorType aFunctor ) const in forEach() 76 … ::std::for_each( this->begin(), this->end(), ForEachFunctor< FunctorType >( aFunctor ) ); in forEach()
|
Completed in 49 milliseconds