Home
last modified time | relevance | path

Searched refs:pFormView (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svx/source/form/
H A Dnavigatortree.cxx1532 SdrPageView* pPageView = pFormView->GetSdrPageView(); in NewControl()
1825 FmFormView* pFormView = pFormShell->GetFormView(); in DeleteSelection() local
1826 SdrPageView* pPageView = pFormView ? pFormView->GetSdrPageView() : NULL; in DeleteSelection()
2079 FmFormView* pFormView = pFormShell->GetFormView(); in SynchronizeSelection() local
2080 if (!pFormView) return; in SynchronizeSelection()
2186 FmFormView* pFormView = pFormShell->GetFormView(); in UnmarkAllViewObj() local
2187 pFormView->UnMarkAll(); in UnmarkAllViewObj()
2203 FmFormView* pFormView = pFormShell->GetFormView(); in MarkViewObj() local
2226 ::Rectangle aMarkRect( pFormView->GetAllMarkedRect()); in MarkViewObj()
2288 if ( bMark != pFormView->IsObjMarked( pSdrObject ) ) in MarkViewObj()
[all …]
H A Dfmshell.cxx595 FmFormView* pFormView = GetFormView(); in Execute() local
596 if ( !pFormView ) in Execute()
612 pFormView->GrabFirstControlFocus( ); in Execute()
1484 const FmFormView* pFormView = dynamic_cast< const FmFormView* >( &_rView ); in GetFormController() local
1485 if ( !pFormView ) in GetFormController()
1488 return pFormView->GetFormController( _rxForm, _rDevice ); in GetFormController()
H A Dnavigatortreemodel.cxx905 FmFormView* pFormView = m_pFormShell->GetFormView(); in UpdateContent() local
906 DBG_ASSERT(pFormView != NULL, "NavigatorTreeModel::UpdateContent : keine FormView"); in UpdateContent()
907 BroadcastMarkedObjects(pFormView->GetMarkedObjectList()); in UpdateContent()
1085 FmFormView* pFormView = m_pFormShell->GetFormView(); in GetSdrObj() local
1086 SdrPageView* pPageView = pFormView->GetSdrPageView(); in GetSdrObj()
H A Dfmshimp.cxx2852 FmFormView* pFormView = m_pShell->GetFormView(); in SetDesignMode() local
2860 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() local
3852 FmFormPage* pPage = pFormView ? pFormView->GetCurPage() : NULL; in impl_defaultCurrentForm_nothrow()
/trunk/main/sd/source/ui/view/
H A DFormShellManager.cxx129 FmFormView* pFormView = static_cast<FmFormView*>(pMainViewShell->GetView()); in SetFormShell() local
130 if (mpFormShell->GetFormView() != pFormView) in SetFormShell()
131 mpFormShell->SetView(pFormView); in SetFormShell()
H A Ddrviewse.cxx289 FmFormView* pFormView = PTR_CAST(FmFormView, mpDrawView); in FuPermanent() local
290 SdrPageView* pPageView = pFormView ? pFormView->GetSdrPageView() : NULL; in FuPermanent()
295 SdrObject* pNewDBField = pFormView->CreateFieldControl(aDescriptor); in FuPermanent()
/trunk/main/sw/source/ui/uiview/
H A Dviewdraw.cxx140 FmFormView* pFormView = PTR_CAST( FmFormView, pSdrView ); in ExecDraw() local
141 if ( pFormView ) in ExecDraw()
148 SdrObject* pObj = pFormView->CreateFieldControl( aDescriptor ); in ExecDraw()

Completed in 69 milliseconds