Home
last modified time | relevance | path

Searched refs:m_pObjShell (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svx/source/form/
H A Dfmmodel.cxx75 ,m_pObjShell(0) in FmFormModel()
94 ,m_pObjShell(0) in FmFormModel()
113 if (m_pObjShell && m_pImpl->pUndoEnv->IsListening(*m_pObjShell)) in ~FmFormModel()
145 if (m_pObjShell && !m_pImpl->pUndoEnv->IsListening( *m_pObjShell )) in InsertPage()
146 SetObjectShell(m_pObjShell); in InsertPage()
204 if (m_pObjShell && !m_pImpl->pUndoEnv->IsListening( *m_pObjShell )) in InsertMasterPage()
205 SetObjectShell(m_pObjShell); in InsertMasterPage()
245 if ( m_pObjShell ) in implSetOpenInDesignMode()
246 m_pObjShell->SetModified( sal_True ); in implSetOpenInDesignMode()
274 if ( m_pObjShell ) in ControlsUseRefDevice()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dfmmodel.hxx45 SfxObjectShell* m_pObjShell; member in FmFormModel
68 SfxObjectShell* GetObjectShell() const { return m_pObjShell; } in GetObjectShell()