Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/ui/func/
H A Dfuconcs.cxx83 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()
[all …]
/AOO42X/main/sd/source/ui/inc/
H A Dfuconcs.hxx43 class FuConstructCustomShape class
69 FuConstructCustomShape (
/AOO42X/main/sd/source/ui/view/
H A Ddrviewse.cxx531 …SetCurrentFunction( FuConstructCustomShape::Create( this, GetActiveWindow(), mpDrawView, GetDoc(),… in FuPermanent()