Searched refs:FuConstructBezierPolygon (Results 1 – 4 of 4) sorted by relevance
60 TYPEINIT1( FuConstructBezierPolygon, FuConstruct );69 FuConstructBezierPolygon::FuConstructBezierPolygon ( in FuConstructBezierPolygon() function in sd::FuConstructBezierPolygon82 FuConstructBezierPolygon* pFunc; 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()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()[all …]
135 else if (xFunc->ISA(FuConstructBezierPolygon)) in GetAttrState()137 sal_uInt16 nEditMode = static_cast<FuConstructBezierPolygon*>(xFunc.get())->GetEditMode(); in GetAttrState()343 else if(xFunc->ISA(FuConstructBezierPolygon)) in Execute()345 static_cast<FuConstructBezierPolygon*>(xFunc.get())->SetEditMode(rReq.GetSlot()); in Execute()
473 …SetCurrentFunction( FuConstructBezierPolygon::Create(this, GetActiveWindow(), mpDrawView, GetDoc()… in FuPermanent()733 …< FuSelection* >( GetCurrentFunction().get() ) || dynamic_cast< FuConstructBezierPolygon* >( GetCu… in FuSupport()
39 class FuConstructBezierPolygon class66 FuConstructBezierPolygon (
Completed in 30 milliseconds