Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/misc/
H A Dasyncnotification.cxx142 AsyncEventNotifier::AsyncEventNotifier() in AsyncEventNotifier() function in comphelper::AsyncEventNotifier
148 AsyncEventNotifier::~AsyncEventNotifier() in ~AsyncEventNotifier()
153 …void AsyncEventNotifier::removeEventsForProcessor( const ::rtl::Reference< IEventProcessor >& _xPr… in removeEventsForProcessor()
166 void SAL_CALL AsyncEventNotifier::terminate() in terminate()
178 …void AsyncEventNotifier::addEvent( const AnyEventRef& _rEvent, const ::rtl::Reference< IEventProce… in addEvent()
191 void AsyncEventNotifier::run() in run()
196 ::rtl::Reference< AsyncEventNotifier > xKeepAlive( this ); in run()
249 void SAL_CALL AsyncEventNotifier::onTerminated() in onTerminated()
258 oslInterlockedCount SAL_CALL AsyncEventNotifier::acquire() in acquire()
264 oslInterlockedCount SAL_CALL AsyncEventNotifier::release() in release()
/trunk/main/comphelper/inc/comphelper/
H A Dasyncnotification.hxx108 class COMPHELPER_DLLPUBLIC AsyncEventNotifier :protected AsyncEventNotifier_TBASE class
124 AsyncEventNotifier();
165 virtual ~AsyncEventNotifier();
/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx100 static ::rtl::Reference< ::comphelper::AsyncEventNotifier > s_pNotifier;
103 static const ::rtl::Reference< ::comphelper::AsyncEventNotifier >&
113 ::rtl::Reference< ::comphelper::AsyncEventNotifier > SharedNotifier::s_pNotifier;
123 const ::rtl::Reference< ::comphelper::AsyncEventNotifier >& SharedNotifier::getNotifier() in getNotifier()
128 s_pNotifier.set( new ::comphelper::AsyncEventNotifier ); in getNotifier()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumenteventnotifier.cxx77 ::rtl::Reference< ::comphelper::AsyncEventNotifier > m_pEventBroadcaster;
228 m_pEventBroadcaster.set( new ::comphelper::AsyncEventNotifier ); in impl_notifyEventAsync_nothrow()
/trunk/main/forms/source/component/
H A DListBox.hxx209 ::rtl::Reference< ::comphelper::AsyncEventNotifier >
H A DListBox.cxx1570 m_pItemBroadcaster.set( new ::comphelper::AsyncEventNotifier ); in itemStateChanged()

Completed in 36 milliseconds