Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/func/
H A Dfucon3d.cxx61 TYPEINIT1( FuConstruct3dObject, FuConstruct );
69 FuConstruct3dObject::FuConstruct3dObject ( in FuConstruct3dObject() function in sd::FuConstruct3dObject
79 FunctionReference FuConstruct3dObject::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* … in Create()
81 FuConstruct3dObject* pFunc; in Create()
82 FunctionReference xFunc( pFunc = new FuConstruct3dObject( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
88 void FuConstruct3dObject::DoExecute( SfxRequest& rReq ) in DoExecute()
103 E3dCompoundObject* FuConstruct3dObject::ImpCreateBasic3DShape() in ImpCreateBasic3DShape()
260 void FuConstruct3dObject::ImpPrepareBasic3DShape(E3dCompoundObject* p3DObj, E3dScene *pScene) in ImpPrepareBasic3DShape()
325 sal_Bool FuConstruct3dObject::MouseButtonDown(const MouseEvent& rMEvt) in MouseButtonDown()
371 sal_Bool FuConstruct3dObject::MouseMove(const MouseEvent& rMEvt) in MouseMove()
[all …]
/AOO41X/main/sd/source/ui/inc/
H A Dfucon3d.hxx36 class FuConstruct3dObject class
58 FuConstruct3dObject (
/AOO41X/main/sd/source/ui/view/
H A Ddrviewse.cxx518 …SetCurrentFunction( FuConstruct3dObject::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rRe… in FuPermanent()