Lines Matching refs:_rEvent
429 void SAL_CALL AccessibleControlShape::propertyChange( const PropertyChangeEvent& _rEvent ) throw (R… in IMPLEMENT_FORWARD_REFCOUNT()
434 if ( _rEvent.PropertyName.equals( lcl_getNamePropertyName() ) in IMPLEMENT_FORWARD_REFCOUNT()
435 || _rEvent.PropertyName.equals( lcl_getLabelPropertyName( ) ) in IMPLEMENT_FORWARD_REFCOUNT()
442 else if ( _rEvent.PropertyName.equals( lcl_getDescPropertyName() ) ) in IMPLEMENT_FORWARD_REFCOUNT()
500 void SAL_CALL AccessibleControlShape::notifyEvent( const AccessibleEventObject& _rEvent ) throw (Ru… in notifyEvent() argument
502 if ( AccessibleEventId::STATE_CHANGED == _rEvent.EventId ) in notifyEvent()
506 _rEvent.OldValue >>= nLostState; in notifyEvent()
507 _rEvent.NewValue >>= nGainedState; in notifyEvent()
518 AccessibleEventObject aTranslatedEvent( _rEvent ); in notifyEvent()
525 m_pChildManager->translateAccessibleEvent( _rEvent, aTranslatedEvent ); in notifyEvent()
528 m_pChildManager->handleChildNotification( _rEvent ); in notifyEvent()
925 …ape::elementInserted( const ::com::sun::star::container::ContainerEvent& _rEvent ) throw (::com::s… in elementInserted() argument
927 Reference< XContainer > xContainer( _rEvent.Source, UNO_QUERY ); in elementInserted()
928 Reference< XControl > xControl( _rEvent.Element, UNO_QUERY ); in elementInserted()