Home
last modified time | relevance | path

Searched refs:FuConstructBezierPolygon (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/func/
H A Dfuconbez.cxx60 TYPEINIT1( FuConstructBezierPolygon, FuConstruct );
69 FuConstructBezierPolygon::FuConstructBezierPolygon ( in FuConstructBezierPolygon() function in sd::FuConstructBezierPolygon
82 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 …]
/trunk/main/sd/source/ui/view/
H A Ddrbezob.cxx135 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()
H A Ddrviewse.cxx473 …SetCurrentFunction( FuConstructBezierPolygon::Create(this, GetActiveWindow(), mpDrawView, GetDoc()… in FuPermanent()
733 …< FuSelection* >( GetCurrentFunction().get() ) || dynamic_cast< FuConstructBezierPolygon* >( GetCu… in FuSupport()
/trunk/main/sd/source/ui/inc/
H A Dfuconbez.hxx39 class FuConstructBezierPolygon class
66 FuConstructBezierPolygon (

Completed in 31 milliseconds