Searched refs:m_pFormModel (Results 1 – 4 of 4) sorted by relevance
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()[all …]
251 ,m_pFormModel( NULL ) in TYPEINIT1()1245 m_pFormModel = NULL; in SetView()1253 m_pFormModel = (FmFormModel*)m_pFormView->GetModel(); in SetView()
85 FmFormModel* m_pFormModel; member in FmFormShell130 FmFormModel* GetFormModel() const { return m_pFormModel; } in GetFormModel()
353 FmFormModel* m_pFormModel;356 FmFormModel* m_pFormModel; global() member in svxform::NavigatorTreeModel