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
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()
[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 (