Home
last modified time | relevance | path

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

/trunk/main/svx/source/form/
H A Dfmshell.cxx250 ,m_pFormView( pView ) in TYPEINIT1()
261 SetView(m_pFormView); in TYPEINIT1()
267 if ( m_pFormView ) in ~FmFormShell()
293 m_pFormView && m_pFormView->GetActualOutDev() && in PrepareClose()
294 m_pFormView->GetActualOutDev()->GetOutDevType() == OUTDEV_WINDOW) in PrepareClose()
296 SdrPageView* pCurPageView = m_pFormView->GetSdrPageView(); in PrepareClose()
299 …pWindow = pCurPageView ? pCurPageView->FindPageWindow(*((OutputDevice*)m_pFormView->GetActualOutDe… in PrepareClose()
342 if (m_pFormView) in impl_setDesignMode()
380 bResult = m_bDesignMode && m_pFormView && m_bHasForms; in HasUIFeature()
384 bResult = m_bDesignMode && m_pFormView && m_bHasForms; in HasUIFeature()
[all …]
/trunk/main/svx/inc/svx/
H A Dfmshell.hxx84 FmFormView* m_pFormView; member in FmFormShell
108 …const OutputDevice* GetCurrentViewDevice() const { return m_pFormView ? m_pFormView->GetActualOutD… in GetCurrentViewDevice()
129 FmFormView* GetFormView() const { return m_pFormView; } in GetFormView()