Lines Matching refs:aEvt
277 EventObject aEvt(static_cast<XContainer*>(this)); in disposing() local
278 m_aContainerListeners.disposeAndClear(aEvt); in disposing()
906 ContainerEvent aEvt; in implInsert() local
907 aEvt.Source = static_cast<XContainer*>(this); in implInsert()
908 aEvt.Accessor <<= _nIndex; in implInsert()
909 aEvt.Element = pElementMetaData->aElementTypeInterface; in implInsert()
912 m_aContainerListeners.notifyEach( &XContainerListener::elementInserted, aEvt ); in implInsert()
1089 ContainerEvent aEvt; in implRemoveByIndex() local
1090 aEvt.Source = static_cast<XContainer*>(this); in implRemoveByIndex()
1091 aEvt.Element = xElement->queryInterface( m_aElementType ); in implRemoveByIndex()
1092 aEvt.Accessor <<= _nIndex; in implRemoveByIndex()
1095 m_aContainerListeners.notifyEach( &XContainerListener::elementRemoved, aEvt ); in implRemoveByIndex()