Searched refs:pUndoEnv (Results 1 – 1 of 1) sorted by relevance
52 FmXUndoEnvironment* pUndoEnv; member59 :pUndoEnv( NULL ) in FmFormModelImplData()81 m_pImpl->pUndoEnv = new FmXUndoEnvironment(*this); in FmFormModel()82 m_pImpl->pUndoEnv->acquire(); in FmFormModel()100 m_pImpl->pUndoEnv = new FmXUndoEnvironment(*this); in FmFormModel()101 m_pImpl->pUndoEnv->acquire(); in FmFormModel()113 if (m_pObjShell && m_pImpl->pUndoEnv->IsListening(*m_pObjShell)) in ~FmFormModel()120 m_pImpl->pUndoEnv->release(); in ~FmFormModel()145 if (m_pObjShell && !m_pImpl->pUndoEnv->IsListening( *m_pObjShell )) in InsertPage()186 m_pImpl->pUndoEnv->RemoveForms( xForms ); in RemovePage()[all …]