Searched refs:FormObjEventListenerImpl (Results 1 – 2 of 2) sorted by relevance
60 class FormObjEventListenerImpl;65 ::rtl::Reference< FormObjEventListenerImpl > m_DialogListener;
2211 class FormObjEventListenerImpl : public FormObjEventListener_BASE class2221 FormObjEventListenerImpl(const FormObjEventListenerImpl&); // not defined2222 FormObjEventListenerImpl& operator=(const FormObjEventListenerImpl&); // not defined2225 …FormObjEventListenerImpl( SbUserFormModule* pUserForm, const uno::Reference< lang::XComponent >& x… in FormObjEventListenerImpl() function in FormObjEventListenerImpl2254 virtual ~FormObjEventListenerImpl() in ~FormObjEventListenerImpl()2667 m_DialogListener.set( new FormObjEventListenerImpl( this, xComponent, m_xModel ) ); in InitObject()
Completed in 30 milliseconds