Searched refs:aRemoveNotifyContainer (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/framework/source/uiconfiguration/ |
H A D | uiconfigurationmanager.cxx | 1211 ConfigEventNotifyContainer aRemoveNotifyContainer; in reload() local 1219 … impl_reloadElementTypeData( rDocElementType, aRemoveNotifyContainer, aReplaceNotifyContainer ); in reload() 1233 for ( sal_uInt32 j = 0; j < aRemoveNotifyContainer.size(); j++ ) in reload() 1234 implts_notifyContainerListener( aRemoveNotifyContainer[j], NotifyOp_Remove ); in reload()
|
H A D | moduleuiconfigurationmanager.cxx | 1480 ConfigEventNotifyContainer aRemoveNotifyContainer; in reload() local 1490 …pl_reloadElementTypeData( rUserElementType, rDefaultElementType, aRemoveNotifyContainer, aReplaceN… in reload() 1504 for ( sal_uInt32 j = 0; j < aRemoveNotifyContainer.size(); j++ ) in reload() 1505 implts_notifyContainerListener( aRemoveNotifyContainer[j], NotifyOp_Remove ); in reload()
|
H A D | uiconfigurationmanagerimpl.cxx | 1566 ConfigEventNotifyContainer aRemoveNotifyContainer; in reload() local 1576 …pl_reloadElementTypeData( rUserElementType, rDefaultElementType, aRemoveNotifyContainer, aReplaceN… in reload() 1590 …::std::for_each(aRemoveNotifyContainer.begin(),aRemoveNotifyContainer.end(),::boost::bind(&UIConfi… in reload()
|
Completed in 31 milliseconds