Home
last modified time | relevance | path

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

/trunk/main/basctl/source/basicide/
H A Ddoceventnotifier.cxx78 class DocumentEventNotifier_Impl :public ::boost::noncopyable class
83DocumentEventNotifier_Impl( DocumentEventListener& _rListener, const Reference< XModel >& _rxDocum…
95 ~DocumentEventNotifier_Impl();
113DocumentEventNotifier_Impl::DocumentEventNotifier_Impl( DocumentEventListener& _rListener, const R… in DocumentEventNotifier_Impl() function in basctl::DocumentEventNotifier_Impl
124 DocumentEventNotifier_Impl::~DocumentEventNotifier_Impl() in ~DocumentEventNotifier_Impl()
134 …void SAL_CALL DocumentEventNotifier_Impl::notifyEvent( const EventObject& _rEvent ) throw (Runtime… in notifyEvent()
198 void SAL_CALL DocumentEventNotifier_Impl::disposing() in disposing()
205 void DocumentEventNotifier_Impl::impl_dispose_nothrow() in impl_dispose_nothrow()
212 void DocumentEventNotifier_Impl::impl_listenerAction_nothrow( ListenerAction _eAction ) in impl_listenerAction_nothrow()
242 :m_pImpl( new DocumentEventNotifier_Impl( _rListener, _rxDocument ) ) in DocumentEventNotifier()
[all …]
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumenteventnotifier.cxx70 class DocumentEventNotifier_Impl : public ::comphelper::IEventProcessor class
82DocumentEventNotifier_Impl( ::cppu::OWeakObject& _rBroadcasterDocument, ::osl::Mutex& _rMutex ) in DocumentEventNotifier_Impl() function in dbaccess::DocumentEventNotifier_Impl
136 virtual ~DocumentEventNotifier_Impl() in ~DocumentEventNotifier_Impl()
149 void SAL_CALL DocumentEventNotifier_Impl::acquire() in acquire()
155 void SAL_CALL DocumentEventNotifier_Impl::release() in release()
162 void DocumentEventNotifier_Impl::disposing() in disposing()
188 void DocumentEventNotifier_Impl::onDocumentInitialized() in onDocumentInitialized()
200 void DocumentEventNotifier_Impl::impl_notifyEvent_nothrow( const DocumentEvent& _rEvent ) in impl_notifyEvent_nothrow()
224 void DocumentEventNotifier_Impl::impl_notifyEventAsync_nothrow( const DocumentEvent& _rEvent ) in impl_notifyEventAsync_nothrow()
238 void DocumentEventNotifier_Impl::processEvent( const ::comphelper::AnyEvent& _rEvent ) in processEvent()
[all …]
H A Ddocumenteventnotifier.hxx45 class DocumentEventNotifier_Impl;
134 ::rtl::Reference< DocumentEventNotifier_Impl > m_pImpl;
/trunk/main/basctl/source/inc/
H A Ddoceventnotifier.hxx64 class DocumentEventNotifier_Impl;
85 ::rtl::Reference< DocumentEventNotifier_Impl > m_pImpl;

Completed in 22 milliseconds