Lines Matching refs:DocumentEventNotifier_Impl
78 class DocumentEventNotifier_Impl :public ::boost::noncopyable class
83 …DocumentEventNotifier_Impl( DocumentEventListener& _rListener, const Reference< XModel >& _rxDocum…
95 ~DocumentEventNotifier_Impl();
113 …DocumentEventNotifier_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()
188 …void SAL_CALL DocumentEventNotifier_Impl::disposing( const csslang::EventObject& /*Event*/ ) throw… in disposing()
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()
248 :m_pImpl( new DocumentEventNotifier_Impl( _rListener, Reference< XModel >() ) ) in DocumentEventNotifier()