Searched refs:m_pFormView (Results 1 – 2 of 2) sorted by relevance
250 ,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 …]
84 FmFormView* m_pFormView; member in FmFormShell108 …const OutputDevice* GetCurrentViewDevice() const { return m_pFormView ? m_pFormView->GetActualOutD… in GetCurrentViewDevice()129 FmFormView* GetFormView() const { return m_pFormView; } in GetFormView()