Lines Matching refs:aCurrShape
416 ImpShapeEventMap::reverse_iterator aCurrShape( maShapeEventMap.begin()); in isEmpty() local
418 while( aCurrShape != aEndShape ) in isEmpty()
420 if( !aCurrShape->second.empty() ) in isEmpty()
423 ++aCurrShape; in isEmpty()
438 ImpShapeEventMap::reverse_iterator aCurrShape(maShapeEventMap.rbegin()); in hitTest() local
440 while( aCurrShape != aEndShape ) in hitTest()
445 if( aCurrShape->first->getBounds().isInside( aPosition ) && in hitTest()
446 aCurrShape->first->isVisible() ) in hitTest()
450 o_rHitShape = aCurrShape; in hitTest()
454 ++aCurrShape; in hitTest()
487 ImpShapeEventMap::reverse_iterator aCurrShape; in processEvent() local
489 if( hitTest( e, aCurrShape ) ) in processEvent()
490 return sendEvent( aCurrShape ); in processEvent()