Lines Matching refs:m_pFormShell
215 :m_pFormShell(NULL) in NavigatorTreeModel()
232 if( m_pFormShell) in ~NavigatorTreeModel()
234 FmFormModel* pFormModel = m_pFormShell->GetFormModel(); in ~NavigatorTreeModel()
238 if (IsListening(*m_pFormShell)) in ~NavigatorTreeModel()
239 EndListening(*m_pFormShell); in ~NavigatorTreeModel()
253 if( !m_pFormShell ) return; in SetModified()
254 SfxObjectShell* pObjShell = m_pFormShell->GetFormModel()->GetObjectShell(); in SetModified()
290 if( !m_pFormShell || !m_pFormShell->GetCurPage()) in GetForms()
293 return m_pFormShell->GetCurPage()->GetForms(); in GetForms()
472 m_pFormShell->GetImpl()->forgetCurrentForm(); in Remove()
903 if(!m_pFormShell) return; // keine Shell -> wech in UpdateContent()
905 FmFormView* pFormView = m_pFormShell->GetFormView(); in UpdateContent()
918 if ((pShell == m_pFormShell) && (m_pFormPage == pNewPage)) in UpdateContent()
923 if( m_pFormShell ) in UpdateContent()
928 EndListening( *m_pFormShell ); in UpdateContent()
934 m_pFormShell = pShell; in UpdateContent()
935 if (m_pFormShell) in UpdateContent()
944 if( m_pFormShell ) in UpdateContent()
946 StartListening( *m_pFormShell ); in UpdateContent()
947 m_pFormModel = m_pFormShell->GetFormModel(); in UpdateContent()
1076 if (!pControlData || !m_pFormShell) in GetSdrObj()
1085 FmFormView* pFormView = m_pFormShell->GetFormView(); in GetSdrObj()