Lines Matching refs:aEvent

566                 ConfigurationEvent aEvent;  in impl_resetElementTypeData()  local
567 aEvent.ResourceURL = rElement.aResourceURL; in impl_resetElementTypeData()
568 aEvent.Accessor <<= xThis; in impl_resetElementTypeData()
569 aEvent.Source = xIfac; in impl_resetElementTypeData()
570 aEvent.Element <<= rElement.xSettings; in impl_resetElementTypeData()
572 rRemoveNotifyContainer.push_back( aEvent ); in impl_resetElementTypeData()
773 css::lang::EventObject aEvent( xThis ); in dispose() local
774 m_aListenerContainer.disposeAndClear( aEvent ); in dispose()
1137 ConfigurationEvent aEvent; in replaceSettings() local
1140 aEvent.ResourceURL = ResourceURL; in replaceSettings()
1141 aEvent.Accessor <<= xThis; in replaceSettings()
1142 aEvent.Source = xIfac; in replaceSettings()
1143 aEvent.ReplacedElement <<= xOldSettings; in replaceSettings()
1144 aEvent.Element <<= pDataSettings->xSettings; in replaceSettings()
1148 implts_notifyContainerListener( aEvent, NotifyOp_Replace ); in replaceSettings()
1187 ConfigurationEvent aEvent; in replaceSettings() local
1189 aEvent.ResourceURL = ResourceURL; in replaceSettings()
1190 aEvent.Accessor <<= xThis; in replaceSettings()
1191 aEvent.Source = xIfac; in replaceSettings()
1192 aEvent.ReplacedElement <<= pDataSettings->xSettings; in replaceSettings()
1193 aEvent.Element <<= aUIElementData.xSettings; in replaceSettings()
1197 implts_notifyContainerListener( aEvent, NotifyOp_Replace ); in replaceSettings()
1251 ConfigurationEvent aEvent; in removeSettings() local
1253 aEvent.ResourceURL = ResourceURL; in removeSettings()
1254 aEvent.Accessor <<= xThis; in removeSettings()
1255 aEvent.Source = xIfac; in removeSettings()
1256 aEvent.Element <<= xRemovedSettings; in removeSettings()
1257 aEvent.ReplacedElement <<= pDefaultDataSettings->xSettings; in removeSettings()
1261 implts_notifyContainerListener( aEvent, NotifyOp_Replace ); in removeSettings()
1266 ConfigurationEvent aEvent; in removeSettings() local
1268 aEvent.ResourceURL = ResourceURL; in removeSettings()
1269 aEvent.Accessor <<= xThis; in removeSettings()
1270 aEvent.Source = xIfac; in removeSettings()
1271 aEvent.Element <<= xRemovedSettings; in removeSettings()
1275 implts_notifyContainerListener( aEvent, NotifyOp_Remove ); in removeSettings()
1331 ConfigurationEvent aEvent; in insertSettings() local
1333 aEvent.ResourceURL = NewResourceURL; in insertSettings()
1334 aEvent.Accessor <<= xThis; in insertSettings()
1335 aEvent.Source = xIfac; in insertSettings()
1336 aEvent.Element <<= xInsertSettings; in insertSettings()
1340 implts_notifyContainerListener( aEvent, NotifyOp_Insert ); in insertSettings()
1591 void ModuleUIConfigurationManager::implts_notifyContainerListener( const ConfigurationEvent& aEvent in implts_notifyContainerListener() argument
1604 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementReplaced( aEvent ); in implts_notifyContainerListener()
1607 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementInserted( aEvent ); in implts_notifyContainerListener()
1610 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementRemoved( aEvent ); in implts_notifyContainerListener()