Lines Matching refs:FmFormView

90 TYPEINIT1(FmFormView, E3dView);
93 FmFormView::FmFormView( FmFormModel* pModel, OutputDevice* pOut ) in FmFormView() function in FmFormView
100 void FmFormView::Init() in Init()
151 FmFormView::~FmFormView() in ~FmFormView()
162 FmFormPage* FmFormView::GetCurPage() in GetCurPage()
170 void FmFormView::MarkListHasChanged() in MarkListHasChanged()
214 void FmFormView::AddWindowToPaintView(OutputDevice* pNewWin) in AddWindowToPaintView()
229 void FmFormView::DeleteWindowFromPaintView(OutputDevice* pNewWin) in DeleteWindowFromPaintView()
239 void FmFormView::ChangeDesignMode(sal_Bool bDesign) in ChangeDesignMode()
326 void FmFormView::GrabFirstControlFocus( sal_Bool _bForceSync ) in GrabFirstControlFocus()
333 SdrPageView* FmFormView::ShowSdrPage(SdrPage* pPage) in ShowSdrPage()
369 void FmFormView::HideSdrPage() in HideSdrPage()
386 SdrModel* FmFormView::GetMarkedObjModel() const in GetMarkedObjModel()
392 sal_Bool FmFormView::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst, sal_uInt32 nO… in Paste()
398 void FmFormView::ActivateControls(SdrPageView* pPageView) in ActivateControls()
411 void FmFormView::DeactivateControls(SdrPageView* pPageView) in DeactivateControls()
424 SdrObject* FmFormView::CreateFieldControl( const ODataAccessDescriptor& _rColumnDescriptor ) in CreateFieldControl()
430 SdrObject* FmFormView::CreateXFormsControl( const OXFormsDescriptor &_rDesc ) in CreateXFormsControl()
436 SdrObject* FmFormView::CreateFieldControl(const UniString& rFieldDesc) const in CreateFieldControl()
456 void FmFormView::InsertControlContainer(const Reference< ::com::sun::star::awt::XControlContainer >… in InsertControlContainer()
478 void FmFormView::RemoveControlContainer(const Reference< ::com::sun::star::awt::XControlContainer >… in RemoveControlContainer()
487 SdrPaintWindow* FmFormView::BeginCompleteRedraw(OutputDevice* pOut) in BeginCompleteRedraw()
495 void FmFormView::EndCompleteRedraw( SdrPaintWindow& rPaintWindow, bool bPaintFormLayer ) in EndCompleteRedraw()
502 sal_Bool FmFormView::KeyInput(const KeyEvent& rKEvt, Window* pWin) in KeyInput()
552 sal_Bool FmFormView::checkUnMarkAll(const Reference< XInterface >& _xSource) in checkUnMarkAll()
563 sal_Bool FmFormView::MouseButtonDown( const MouseEvent& _rMEvt, Window* _pWin ) in MouseButtonDown()
578 FmFormObj* FmFormView::getMarkedGrid() const in getMarkedGrid()
600 void FmFormView::createControlLabelPair( OutputDevice* _pOutDev, sal_Int32 _nXOffsetMM, sal_Int32 _… in createControlLabelPair()
615 Reference< runtime::XFormController > FmFormView::GetFormController( const Reference< XForm >& _rxF… in GetFormController()