Home
last modified time | relevance | path

Searched refs:aNotifications (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/unotools/source/config/
H A Dinetoptions.cxx213 NotificationList aNotifications; in notifyListeners() local
216 aNotifications.reserve(m_aListeners.size()); in notifyListeners()
240 aNotifications.push_back( Listen2EventPair( aIt->first, aEvents)); in notifyListeners()
243 for (NotificationList::size_type i = 0; i < aNotifications.size(); ++i) in notifyListeners()
244 if (aNotifications[i].first.is()) in notifyListeners()
245 aNotifications[i].first-> in notifyListeners()
246 propertiesChange(aNotifications[i].second); in notifyListeners()

Completed in 22 milliseconds