Home
last modified time | relevance | path

Searched refs:GetFormModel (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/svx/source/form/
H A Dfmshell.cxx724 FmFormModel* pModel = GetFormModel(); in Execute()
733 FmFormModel* pModel = GetFormModel(); in Execute()
896 else if (!GetFormModel()) in GetState()
902 if (!GetFormModel()) in GetState()
905 rSet.Put( SfxBoolItem(nWhich, GetFormModel()->GetAutoControlFocus() ) ); in GetState()
908 if (!GetFormModel()) in GetState()
911 rSet.Put( SfxBoolItem(nWhich, GetFormModel()->GetOpenInDesignMode() ) ); in GetState()
1457 FmFormModel* pModel = GetFormModel(); in GetFormControl()
1493 FmFormModel* pModel = GetFormModel(); in SetDesignMode()
H A Dnavigatortreemodel.cxx234 FmFormModel* pFormModel = m_pFormShell->GetFormModel(); in ~NavigatorTreeModel()
254 SfxObjectShell* pObjShell = m_pFormShell->GetFormModel()->GetObjectShell(); in SetModified()
947 m_pFormModel = m_pFormShell->GetFormModel(); in UpdateContent()
H A Dnavigatortree.cxx431 FmFormModel* pFormModel = pFormShell ? pFormShell->GetFormModel() : NULL; in Command()
1081 FmFormModel* pFormModel = pFormShell ? pFormShell->GetFormModel() : NULL; in implExecuteDataTransfer()
1153 FmFormModel* pFormModel = pFormShell ? pFormShell->GetFormModel() : NULL; in implExecuteDataTransfer()
1814 FmFormModel* pFormModel = pFormShell ? pFormShell->GetFormModel() : NULL; in DeleteSelection()
H A Dfmshimp.cxx764 FmFormModel* pModel = m_pShell->GetFormModel(); in IsReadonlyDoc()
1333 FmFormModel* pModel = m_pShell->GetFormModel(); in executeControlConversionSlot()
H A Dfmvwimp.cxx1721 FmFormModel* pModel = GetFormShell() ? GetFormShell()->GetFormModel() : NULL; in startMarkListWatching()
/AOO42X/main/svx/inc/svx/
H A Dfmshell.hxx130 FmFormModel* GetFormModel() const { return m_pFormModel; } in GetFormModel() function in FmFormShell