Searched refs:pFormView (Results 1 – 7 of 7) sorted by relevance
1532 SdrPageView* pPageView = pFormView->GetSdrPageView(); in NewControl()1825 FmFormView* pFormView = pFormShell->GetFormView(); in DeleteSelection() local1826 SdrPageView* pPageView = pFormView ? pFormView->GetSdrPageView() : NULL; in DeleteSelection()2079 FmFormView* pFormView = pFormShell->GetFormView(); in SynchronizeSelection() local2080 if (!pFormView) return; in SynchronizeSelection()2186 FmFormView* pFormView = pFormShell->GetFormView(); in UnmarkAllViewObj() local2187 pFormView->UnMarkAll(); in UnmarkAllViewObj()2203 FmFormView* pFormView = pFormShell->GetFormView(); in MarkViewObj() local2226 ::Rectangle aMarkRect( pFormView->GetAllMarkedRect()); in MarkViewObj()2288 if ( bMark != pFormView->IsObjMarked( pSdrObject ) ) in MarkViewObj()[all …]
595 FmFormView* pFormView = GetFormView(); in Execute() local596 if ( !pFormView ) in Execute()612 pFormView->GrabFirstControlFocus( ); in Execute()1484 const FmFormView* pFormView = dynamic_cast< const FmFormView* >( &_rView ); in GetFormController() local1485 if ( !pFormView ) in GetFormController()1488 return pFormView->GetFormController( _rxForm, _rDevice ); in GetFormController()
905 FmFormView* pFormView = m_pFormShell->GetFormView(); in UpdateContent() local906 DBG_ASSERT(pFormView != NULL, "NavigatorTreeModel::UpdateContent : keine FormView"); in UpdateContent()907 BroadcastMarkedObjects(pFormView->GetMarkedObjectList()); in UpdateContent()1085 FmFormView* pFormView = m_pFormShell->GetFormView(); in GetSdrObj() local1086 SdrPageView* pPageView = pFormView->GetSdrPageView(); in GetSdrObj()
2852 FmFormView* pFormView = m_pShell->GetFormView(); in SetDesignMode() local2860 pFormView->GetImpl()->stopMarkListWatching(); in SetDesignMode()2867 pFormView->GetImpl()->saveMarkList( sal_True ); in SetDesignMode()2873 pFormView->ChangeDesignMode(bDesign); in SetDesignMode()2891 pFormView->GetImpl()->restoreMarkList( aList ); in SetDesignMode()2902 pFormView->GetImpl()->startMarkListWatching(); in SetDesignMode()3851 FmFormView* pFormView = m_pShell->GetFormView(); in impl_defaultCurrentForm_nothrow() local3852 FmFormPage* pPage = pFormView ? pFormView->GetCurPage() : NULL; in impl_defaultCurrentForm_nothrow()
129 FmFormView* pFormView = static_cast<FmFormView*>(pMainViewShell->GetView()); in SetFormShell() local130 if (mpFormShell->GetFormView() != pFormView) in SetFormShell()131 mpFormShell->SetView(pFormView); in SetFormShell()
289 FmFormView* pFormView = PTR_CAST(FmFormView, mpDrawView); in FuPermanent() local290 SdrPageView* pPageView = pFormView ? pFormView->GetSdrPageView() : NULL; in FuPermanent()295 SdrObject* pNewDBField = pFormView->CreateFieldControl(aDescriptor); in FuPermanent()
140 FmFormView* pFormView = PTR_CAST( FmFormView, pSdrView ); in ExecDraw() local141 if ( pFormView ) in ExecDraw()148 SdrObject* pObj = pFormView->CreateFieldControl( aDescriptor ); in ExecDraw()
Completed in 73 milliseconds