Home
last modified time | relevance | path

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

/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx1000 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 …]
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshapesubsetting.cxx704 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()
/trunk/main/chart2/source/inc/
H A DEventListenerHelper.hxx130 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 DModifyListenerHelper.hxx215 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()
/trunk/main/animations/source/animcore/
H A Dtargetpropertiescreator.cxx252 NodeFunctor aFunctor( mrShapeHash, in operator ()() local
256 aFunctor ) ) in operator ()()
435 NodeFunctor aFunctor( aShapeHash ); in createInitialTargetProperties() local
443 aFunctor( xRootNode ); in createInitialTargetProperties()
/trunk/main/editeng/source/accessibility/
H A DAccessibleParaManager.cxx324 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()
/trunk/main/toolkit/test/accessibility/
H A DNodeMap.java78 public void ForEach (NodeMapCallback aFunctor) in ForEach() argument
87 aFunctor.Apply ((AccTreeNode)aNodes[i]); in ForEach()
/trunk/main/basegfx/inc/basegfx/range/
H A Db2dconnectedranges.hxx234 … template< typename UnaryFunctor > UnaryFunctor forEachAggregate( UnaryFunctor aFunctor ) const in forEachAggregate()
238 aFunctor ); in forEachAggregate()
/trunk/main/oox/inc/oox/helper/
H A Drefvector.hxx74 inline void forEach( FunctorType aFunctor ) const in forEach()
76 … ::std::for_each( this->begin(), this->end(), ForEachFunctor< FunctorType >( aFunctor ) ); in forEach()

Completed in 53 milliseconds