Lines Matching refs:FuConstructBezierPolygon
60 TYPEINIT1( FuConstructBezierPolygon, FuConstruct );
69 FuConstructBezierPolygon::FuConstructBezierPolygon ( in FuConstructBezierPolygon() function in sd::FuConstructBezierPolygon
80 FunctionReference FuConstructBezierPolygon::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::V… in Create()
82 FuConstructBezierPolygon* pFunc; in Create()
83 …FunctionReference xFunc( pFunc = new FuConstructBezierPolygon( pViewSh, pWin, pView, pDoc, rReq ) … in Create()
89 void FuConstructBezierPolygon::DoExecute( SfxRequest& rReq ) in DoExecute()
108 sal_Bool FuConstructBezierPolygon::MouseButtonDown(const MouseEvent& rMEvt) in MouseButtonDown()
165 sal_Bool FuConstructBezierPolygon::MouseMove(const MouseEvent& rMEvt) in MouseMove()
177 sal_Bool FuConstructBezierPolygon::MouseButtonUp(const MouseEvent& rMEvt ) in MouseButtonUp()
264 sal_Bool FuConstructBezierPolygon::KeyInput(const KeyEvent& rKEvt) in KeyInput()
277 void FuConstructBezierPolygon::Activate() in Activate()
341 void FuConstructBezierPolygon::Deactivate() in Deactivate()
355 void FuConstructBezierPolygon::SelectionHasChanged() in SelectionHasChanged()
372 void FuConstructBezierPolygon::SetEditMode(sal_uInt16 nMode) in SetEditMode()
383 SdrObject* FuConstructBezierPolygon::CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRe… in CreateDefaultObject()