Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/form/
H A Dnavigatortreemodel.cxx215 :m_pFormShell(NULL) in NavigatorTreeModel()
232 if( m_pFormShell) in ~NavigatorTreeModel()
234 FmFormModel* pFormModel = m_pFormShell->GetFormModel(); in ~NavigatorTreeModel()
238 if (IsListening(*m_pFormShell)) in ~NavigatorTreeModel()
239 EndListening(*m_pFormShell); in ~NavigatorTreeModel()
253 if( !m_pFormShell ) return; in SetModified()
254 SfxObjectShell* pObjShell = m_pFormShell->GetFormModel()->GetObjectShell(); in SetModified()
290 if( !m_pFormShell || !m_pFormShell->GetCurPage()) in GetForms()
293 return m_pFormShell->GetCurPage()->GetForms(); in GetForms()
472 m_pFormShell->GetImpl()->forgetCurrentForm(); in Remove()
[all …]
/AOO42X/main/svx/source/inc/
H A Dfmexpl.hxx351 FmFormShell* m_pFormShell; member in svxform::NavigatorTreeModel
397 FmFormShell* GetFormShell() const { return m_pFormShell; } in GetFormShell()