Lines Matching refs:GetFormShell
518 if ( m_pView && m_pView->GetFormShell() && m_pView->GetFormShell()->GetImpl() ) in formActivated()
519 m_pView->GetFormShell()->GetImpl()->formActivated( rEvent ); in formActivated()
525 if ( m_pView && m_pView->GetFormShell() && m_pView->GetFormShell()->GetImpl() ) in formDeactivated()
526 m_pView->GetFormShell()->GetImpl()->formDeactivated( rEvent ); in formDeactivated()
703 …if (m_pView->GetFormShell() && m_pView->GetActualOutDev() && m_pView->GetActualOutDev()->GetOutDev…
738 FmXFormShell* pShImpl = m_pView->GetFormShell()->GetImpl();
775 FmXFormShell* pShImpl = m_pView->GetFormShell() ? m_pView->GetFormShell()->GetImpl() : NULL; in Deactivate()
781 FmFormShell* FmXFormView::GetFormShell() const in GetFormShell() function in FmXFormView
783 return m_pView ? m_pView->GetFormShell() : NULL; in GetFormShell()
997 FmFormShell* pShell = m_pView ? m_pView->GetFormShell() : NULL; in onCreatedFormObject()
1721 FmFormModel* pModel = GetFormShell() ? GetFormShell()->GetFormModel() : NULL; in startMarkListWatching()
1798 FmFormPage* pPage = GetFormShell() ? GetFormShell()->GetCurPage() : NULL; in restoreMarkList()
1911 if ( GetFormShell() && GetFormShell()->GetImpl() ) in impl_getDocumentType()
1912 return GetFormShell()->GetImpl()->getDocumentType(); in impl_getDocumentType()