Lines Matching refs:m_pFormView
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()
694 if (!m_pFormView) // setzen der ::com::sun::star::sdbcx::View Forcieren in Execute()
947 if (m_pFormView) in GetState()
950 SdrPageView* pPV = m_pFormView->GetSdrPageView(); in GetState()
952 bLayerLocked = pPV->IsLayerLocked(m_pFormView->GetActiveLayer()); in GetState()
970 if (!m_bDesignMode || !m_pFormView || !m_bHasForms) in GetState()
979 if (!m_bDesignMode || !m_pFormView) in GetState()
1010 if ( !m_pFormView || !m_bDesignMode || !GetImpl()->onlyControlsAreMarked() ) in GetState()
1029 if ( !m_pFormView || !m_bDesignMode || !GetImpl()->getCurrentForm().is() ) in GetState()
1043 if (!m_pFormView || !m_bDesignMode || !GetImpl()->getCurrentForm().is() ) in GetState()
1050 if (!m_pFormView || GetImpl()->IsReadonlyDoc() ) in GetState()
1081 if ( !m_pFormView || !m_bDesignMode ) in GetState()
1112 … if ( !m_pFormView || !m_bDesignMode || !GetImpl()->canConvertCurrentSelectionToControl( nWhich ) ) in GetState()
1131 || !m_pFormView in GetFormState()
1230 if (m_pFormView && m_pFormView->GetSdrPageView()) in GetCurPage()
1231 pP = PTR_CAST(FmFormPage,m_pFormView->GetSdrPageView()->GetPage()); in GetCurPage()
1238 if ( m_pFormView ) in SetView()
1241 GetImpl()->viewDeactivated( *m_pFormView ); in SetView()
1243 m_pFormView->SetFormShell( NULL, FmFormView::FormShellAccess() ); in SetView()
1244 m_pFormView = NULL; in SetView()
1251 m_pFormView = _pView; in SetView()
1252 m_pFormView->SetFormShell( this, FmFormView::FormShellAccess() ); in SetView()
1253 m_pFormModel = (FmFormModel*)m_pFormView->GetModel(); in SetView()
1255 impl_setDesignMode( m_pFormView->IsDesignMode() ); in SetView()
1262 GetImpl()->viewActivated( *m_pFormView ); in SetView()
1295 if ( m_pFormView ) in Activate()
1296 GetImpl()->viewActivated( *m_pFormView, sal_True ); in Activate()
1304 if ( m_pFormView ) in Deactivate()
1305 GetImpl()->viewDeactivated( *m_pFormView, sal_False ); in Deactivate()