Lines Matching refs:FuConstructCustomShape
83 TYPEINIT1( FuConstructCustomShape, FuConstruct );
91 FuConstructCustomShape::FuConstructCustomShape ( in FuConstructCustomShape() function in sd::FuConstructCustomShape
101 FunctionReference FuConstructCustomShape::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::Vie… in Create()
103 FuConstructCustomShape* pFunc; in Create()
104 FunctionReference xFunc( pFunc = new FuConstructCustomShape( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
110 void FuConstructCustomShape::DoExecute( SfxRequest& rReq ) in DoExecute()
132 sal_Bool FuConstructCustomShape::MouseButtonDown(const MouseEvent& rMEvt) in MouseButtonDown()
171 sal_Bool FuConstructCustomShape::MouseMove(const MouseEvent& rMEvt) in MouseMove()
182 sal_Bool FuConstructCustomShape::MouseButtonUp(const MouseEvent& rMEvt) in MouseButtonUp()
211 sal_Bool FuConstructCustomShape::KeyInput(const KeyEvent& rKEvt) in KeyInput()
223 void FuConstructCustomShape::Activate() in Activate()
235 void FuConstructCustomShape::SetAttributes( SdrObject* pObj ) in SetAttributes()
314 SdrObject* FuConstructCustomShape::CreateDefaultObject(const sal_uInt16, const Rectangle& rRectangl… in CreateDefaultObject()
335 bool FuConstructCustomShape::doConstructOrthogonal() const in doConstructOrthogonal()