Home
last modified time | relevance | path

Searched refs:FuConstructRectangle (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/func/
H A Dfuconrec.cxx78 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()
[all …]
/trunk/main/sd/source/ui/inc/
H A Dfuconrec.hxx43 class FuConstructRectangle class
68 FuConstructRectangle (
/trunk/main/sd/source/ui/view/
H A Ddrviewse.cxx460 …SetCurrentFunction( FuConstructRectangle::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), r… in FuPermanent()