Lines Matching refs:m_pDataSourceImpl
95 ,m_pDataSourceImpl(NULL) in DBG_NAME()
139 m_pDataSourceImpl = new SbaXFormAdapter(); in CreateForm()
140 return m_pDataSourceImpl; in CreateForm()
258 if (!m_pDataSourceImpl) in dispatch()
368 if (m_pDataSourceImpl && (m_pDataSourceImpl->getAttachedForm() == aEvent.Source)) in unloading()
414 m_pDataSourceImpl->AttachForm(xMaster); in Attach()
467 if (m_pDataSourceImpl && (m_pDataSourceImpl->getAttachedForm() == Source.Source)) in disposing()
478 if (m_pDataSourceImpl && m_pDataSourceImpl->getAttachedForm().is()) in startListening()
480 …Reference< ::com::sun::star::form::XLoadable > xLoadable(m_pDataSourceImpl->getAttachedForm(), UNO… in startListening()
488 if (m_pDataSourceImpl && m_pDataSourceImpl->getAttachedForm().is()) in stopListening()
490 …Reference< ::com::sun::star::form::XLoadable > xLoadable(m_pDataSourceImpl->getAttachedForm(), UNO… in stopListening()