Lines Matching refs:aCurr
222 ImpAnimationEventMap::const_iterator aCurr( maAnimationEventMap.begin() ); in isEmpty() local
224 while( aCurr != aEnd ) in isEmpty()
226 if( !aCurr->second.empty() ) in isEmpty()
229 ++aCurr; in isEmpty()
546 ImpShapeEventMap::reverse_iterator aCurr; in handleMouseMoved() local
547 if( hitTest( e, aCurr ) ) in handleMouseMoved()
549 if( aCurr->first != mpLastShape ) in handleMouseMoved()
554 sendEvent( aCurr ); in handleMouseMoved()
555 mpLastShape = aCurr->first; in handleMouseMoved()
584 ImpShapeEventMap::reverse_iterator aCurr; in handleMouseMoved() local
585 if( hitTest( e, aCurr ) ) in handleMouseMoved()
587 maLastIter = aCurr; in handleMouseMoved()