Lines Matching refs:GetFormView

1099 		SetSelection(m_pShell->GetFormView()->GetMarkedObjectList());  in ForceUpdateSelection()
1472 if ( m_pShell && m_pShell->GetFormView() ) in getControlContainerForView()
1473 pPageView = m_pShell->GetFormView()->GetSdrPageView(); in getControlContainerForView()
1672 m_pShell->GetFormView()->UnMarkAll(m_pShell->GetFormView()->GetSdrPageView()); in ExecuteSearch()
2319 m_pShell->GetFormView()->UnMarkAll(m_pShell->GetFormView()->GetSdrPageView()); in IMPL_LINK()
2320 m_pShell->GetFormView()->MarkObj(pObject, m_pShell->GetFormView()->GetSdrPageView()); in IMPL_LINK()
2396 m_pShell->GetFormView()->UnMarkAll(m_pShell->GetFormView()->GetSdrPageView()); in IMPL_LINK()
2743 sal_Bool bMarkChanged = m_pShell->GetFormView()->checkUnMarkAll(rEvent.Source); in selectionChanged()
2755 m_pShell->NotifyMarkListChanged( m_pShell->GetFormView() ); in selectionChanged()
2764 if (m_pShell->IsDesignMode() && m_pShell->GetFormView())
2765 SetSelection(m_pShell->GetFormView()->GetMarkedObjectList());
2787 m_pShell->NotifyMarkListChanged(m_pShell->GetFormView()); in SetSelection()
2839 …DBG_ASSERT(m_pShell->GetFormView(), "FmXFormShell::SetDesignMode : invalid call (have no shell or … in SetDesignMode()
2852 FmFormView* pFormView = m_pShell->GetFormView(); in SetDesignMode()
2949 const SdrView* pSdrView = m_pShell ? m_pShell->GetFormView() : NULL; in impl_getControl()
3026 FmXFormView* pXView = m_pShell->GetFormView()->GetImpl(); in startFiltering()
3103 FmXFormView* pXView = m_pShell->GetFormView()->GetImpl(); in stopFiltering()
3239 FmXFormView* pXView = m_pShell->GetFormView()->GetImpl(); in clearFilter()
3851 FmFormView* pFormView = m_pShell->GetFormView(); in impl_defaultCurrentForm_nothrow()