Searched refs:FormObjEventListenerImpl (Results 1 – 2 of 2) sorted by relevance
60 class FormObjEventListenerImpl;65 ::rtl::Reference< FormObjEventListenerImpl > m_DialogListener;
2209 class FormObjEventListenerImpl : public FormObjEventListener_BASE class2219 FormObjEventListenerImpl(const FormObjEventListenerImpl&); // not defined2220 FormObjEventListenerImpl& operator=(const FormObjEventListenerImpl&); // not defined2223 …FormObjEventListenerImpl( SbUserFormModule* pUserForm, const uno::Reference< lang::XComponent >& x… in FormObjEventListenerImpl() function in FormObjEventListenerImpl2252 virtual ~FormObjEventListenerImpl() in ~FormObjEventListenerImpl()2665 m_DialogListener.set( new FormObjEventListenerImpl( this, xComponent, m_xModel ) ); in InitObject()