Lines Matching refs:pUndoEnv
52 FmXUndoEnvironment* pUndoEnv; member
59 :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()
204 if (m_pObjShell && !m_pImpl->pUndoEnv->IsListening( *m_pObjShell )) in InsertMasterPage()
225 m_pImpl->pUndoEnv->RemoveForms( xForms ); in RemoveMasterPage()
302 m_pImpl->pUndoEnv->EndListening( *this ); in SetObjectShell()
303 m_pImpl->pUndoEnv->EndListening( *m_pObjShell ); in SetObjectShell()
310 …m_pImpl->pUndoEnv->SetReadOnly( m_pObjShell->IsReadOnly() || m_pObjShell->IsReadOnlyUI(), FmXUndoE… in SetObjectShell()
312 if (!m_pImpl->pUndoEnv->IsReadOnly()) in SetObjectShell()
313 m_pImpl->pUndoEnv->StartListening(*this); in SetObjectShell()
315 m_pImpl->pUndoEnv->StartListening( *m_pObjShell ); in SetObjectShell()
323 return *m_pImpl->pUndoEnv; in GetUndoEnv()