Lines Matching refs:m_pFormModel
217 ,m_pFormModel(NULL) in NavigatorTreeModel()
300 if (IsListening(*m_pFormModel)) in Insert()
301 EndListening(*m_pFormModel); in Insert()
320 bool bUndo = m_pFormModel->IsUndoEnabled(); in Insert()
326 m_pFormModel->BegUndo(aUndoStr); in Insert()
335 m_pFormModel->AddUndo(new FmUndoContainerAction(*m_pFormModel, in Insert()
363 m_pFormModel->EndUndo(); in Insert()
392 if (IsListening(*m_pFormModel)) in Insert()
393 StartListening(*m_pFormModel); in Insert()
402 if (!pEntry || !m_pFormModel) in Remove()
405 if (IsListening(*m_pFormModel)) in Remove()
406 EndListening(*m_pFormModel); in Remove()
408 const bool bUndo = m_pFormModel->IsUndoEnabled(); in Remove()
425 m_pFormModel->BegUndo(aUndoStr); in Remove()
446 m_pFormModel->AddUndo(new FmUndoContainerAction(*m_pFormModel, in Remove()
460 m_pFormModel->EndUndo(); in Remove()
484 StartListening(*m_pFormModel); in Remove()
493 if (!pFormData || !m_pFormModel) in RemoveForm()
925 if (m_pFormModel) in UpdateContent()
926 EndListening( *m_pFormModel ); in UpdateContent()
927 m_pFormModel = NULL; in UpdateContent()
947 m_pFormModel = m_pFormShell->GetFormModel(); in UpdateContent()
948 if( m_pFormModel ) in UpdateContent()
949 StartListening( *m_pFormModel ); in UpdateContent()