Lines Matching refs:FuConstructRectangle
78 TYPEINIT1( FuConstructRectangle, FuConstruct );
86 FuConstructRectangle::FuConstructRectangle ( in FuConstructRectangle() function in sd::FuConstructRectangle
96 FunctionReference FuConstructRectangle::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View*… in Create()
98 FuConstructRectangle* pFunc; in Create()
99 FunctionReference xFunc( pFunc = new FuConstructRectangle( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
105 void FuConstructRectangle::DoExecute( SfxRequest& rReq ) in DoExecute()
203 sal_Bool FuConstructRectangle::MouseButtonDown(const MouseEvent& rMEvt) in MouseButtonDown()
248 sal_Bool FuConstructRectangle::MouseMove(const MouseEvent& rMEvt) in MouseMove()
259 sal_Bool FuConstructRectangle::MouseButtonUp(const MouseEvent& rMEvt) in MouseButtonUp()
315 sal_Bool FuConstructRectangle::KeyInput(const KeyEvent& rKEvt) in KeyInput()
327 void FuConstructRectangle::Activate() in Activate()
434 void FuConstructRectangle::Deactivate() in Deactivate()
484 void FuConstructRectangle::SetAttributes(SfxItemSet& rAttr, SdrObject* pObj) in SetAttributes()
615 void FuConstructRectangle::SetLineEnds(SfxItemSet& rAttr, SdrObject* pObj) in SetLineEnds()
804 SdrObject* FuConstructRectangle::CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectan… in CreateDefaultObject()