Searched refs:pShImpl (Results 1 – 1 of 1) sorted by relevance
738 FmXFormShell* pShImpl = m_pView->GetFormShell()->GetImpl(); variable739 if ( pShImpl )740 pShImpl->setActiveController( xController );775 FmXFormShell* pShImpl = m_pView->GetFormShell() ? m_pView->GetFormShell()->GetImpl() : NULL; in Deactivate() local776 if (pShImpl && bDeactivateController) in Deactivate()777 pShImpl->setActiveController( NULL ); in Deactivate()
Completed in 27 milliseconds