Searched refs:rListeners (Results 1 – 4 of 4) sorted by relevance
48 ::css::uno::XInterface > > const & rListeners): in Entry()49 m_aEvent(rEvent), m_aListeners(rListeners) {} in Entry()78 const & rListeners) in addEvent()80 m_aEntries.push_back(Entry(rEvent, rListeners)); in addEvent()
210 Listeners& rListeners = getListenerAdminData().aListeners; in revokeTerminationListener() local211 for ( Listeners::iterator lookup = rListeners.begin(); in revokeTerminationListener()212 lookup != rListeners.end(); in revokeTerminationListener()218 rListeners.erase( lookup ); in revokeTerminationListener()
287 void Notify(::cppu::OInterfaceContainerHelper& rListeners, const eventtype& e); \359 void classname::Notify(::cppu::OInterfaceContainerHelper& rListeners, const eventtype& e) \363 ::cppu::OInterfaceIteratorHelper aIt(rListeners); \
106 ::com::sun::star::uno::XInterface > > const & rListeners);
Completed in 32 milliseconds