Home
last modified time | relevance | path

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

/aoo4110/main/slideshow/source/engine/
H A Dusereventqueue.cxx167 maAnimationEventMap() in AllAnimationEventHandler()
172 maAnimationEventMap.clear(); in dispose()
184 if( (aIter=maAnimationEventMap.find( in handleAnimationEvent()
185 rNode->getXAnimationNode() )) != maAnimationEventMap.end() ) in handleAnimationEvent()
206 if( (aIter=maAnimationEventMap.find( xNode )) == in addEvent()
207 maAnimationEventMap.end() ) in addEvent()
210 aIter = maAnimationEventMap.insert( in addEvent()
222 ImpAnimationEventMap::const_iterator aCurr( maAnimationEventMap.begin() ); in isEmpty()
223 const ImpAnimationEventMap::const_iterator aEnd( maAnimationEventMap.end() ); in isEmpty()
237 ImpAnimationEventMap maAnimationEventMap; member in slideshow::internal::AllAnimationEventHandler

Completed in 11 milliseconds