Lines Matching refs:GetImpl
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()
738 FmXFormShell* pShImpl = m_pView->GetFormShell()->GetImpl();
775 FmXFormShell* pShImpl = m_pView->GetFormShell() ? m_pView->GetFormShell()->GetImpl() : NULL; in Deactivate()
998 FmXFormShell* pShellImpl = pShell ? pShell->GetImpl() : NULL; in onCreatedFormObject()
1114 …rPage.GetImpl().findPlaceInFormComponentHierarchy( xFormComponent, _rxDataSource, _rDataSourceName… in lcl_insertIntoFormComponentHierarchy_throw()
1117 rPage.GetImpl().setUniqueName( xFormComponent, xTargetForm ); in lcl_insertIntoFormComponentHierarchy_throw()
1911 if ( GetFormShell() && GetFormShell()->GetImpl() ) in impl_getDocumentType()
1912 return GetFormShell()->GetImpl()->getDocumentType(); in impl_getDocumentType()