Lines Matching refs:aEvent

467             ConfigurationEvent aEvent;  in impl_resetElementTypeData()  local
468 aEvent.ResourceURL = rElement.aResourceURL; in impl_resetElementTypeData()
469 aEvent.Accessor <<= xThis; in impl_resetElementTypeData()
470 aEvent.Source = xIfac; in impl_resetElementTypeData()
471 aEvent.Element <<= rElement.xSettings; in impl_resetElementTypeData()
473 rRemoveNotifyContainer.push_back( aEvent ); in impl_resetElementTypeData()
623 css::lang::EventObject aEvent( xThis ); in dispose() local
624 m_aListenerContainer.disposeAndClear( aEvent ); in dispose()
913 ConfigurationEvent aEvent; in replaceSettings() local
916 aEvent.ResourceURL = ResourceURL; in replaceSettings()
917 aEvent.Accessor <<= xThis; in replaceSettings()
918 aEvent.Source = xIfac; in replaceSettings()
919 aEvent.ReplacedElement <<= xOldSettings; in replaceSettings()
920 aEvent.Element <<= pDataSettings->xSettings; in replaceSettings()
924 implts_notifyContainerListener( aEvent, NotifyOp_Replace ); in replaceSettings()
972 ConfigurationEvent aEvent; in removeSettings() local
974 aEvent.ResourceURL = ResourceURL; in removeSettings()
975 aEvent.Accessor <<= xThis; in removeSettings()
976 aEvent.Source = xIfac; in removeSettings()
977 aEvent.Element <<= xRemovedSettings; in removeSettings()
981 implts_notifyContainerListener( aEvent, NotifyOp_Remove ); in removeSettings()
1049 ConfigurationEvent aEvent; in insertSettings() local
1051 aEvent.ResourceURL = NewResourceURL; in insertSettings()
1052 aEvent.Accessor <<= xThis; in insertSettings()
1053 aEvent.Source = xIfac; in insertSettings()
1054 aEvent.Element <<= xInsertSettings; in insertSettings()
1058 implts_notifyContainerListener( aEvent, NotifyOp_Insert ); in insertSettings()
1320 void UIConfigurationManager::implts_notifyContainerListener( const ConfigurationEvent& aEvent, Noti… in implts_notifyContainerListener() argument
1333 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementReplaced( aEvent ); in implts_notifyContainerListener()
1336 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementInserted( aEvent ); in implts_notifyContainerListener()
1339 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementRemoved( aEvent ); in implts_notifyContainerListener()