Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/form/
H A Dfmshell.cxx254 ,m_pFormView( pView ) in TYPEINIT1()
265 SetView(m_pFormView); in TYPEINIT1()
271 if ( m_pFormView ) in ~FmFormShell()
297 m_pFormView && m_pFormView->GetActualOutDev() && in PrepareClose()
298 m_pFormView->GetActualOutDev()->GetOutDevType() == OUTDEV_WINDOW) in PrepareClose()
300 SdrPageView* pCurPageView = m_pFormView->GetSdrPageView(); in PrepareClose()
303 …pWindow = pCurPageView ? pCurPageView->FindPageWindow(*((OutputDevice*)m_pFormView->GetActualOutDe… in PrepareClose()
346 if (m_pFormView) in impl_setDesignMode()
384 bResult = m_bDesignMode && m_pFormView && m_bHasForms; in HasUIFeature()
388 bResult = m_bDesignMode && m_pFormView && m_bHasForms; in HasUIFeature()
[all …]
/AOO41X/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()