Home
last modified time | relevance | path

Searched refs:mpPathObj (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx262 SdPathHdl( const SmartTagReference& xTag, SdrPathObj* mpPathObj );
270 SdrPathObj* mpPathObj; member in sd::SdPathHdl
278 , mpPathObj( pPathObj ) in SdPathHdl()
312 if(rPageWindow.GetOverlayManager() && mpPathObj) in CreateB2dIAObject()
314 const sdr::contact::ViewContact& rVC = mpPathObj->GetViewContact(); in CreateB2dIAObject()
375 mpPathObj = mpEffect->createSdrPathObjFromPath(); in MotionPathTag()
376 mxPolyPoly = mpPathObj->GetPathPoly(); in MotionPathTag()
382 mpPathObj->SetPage( pPage ); in MotionPathTag()
383 mpPathObj->SetObjList( pPage ); in MotionPathTag()
388 mpPathObj->SetMergedItem( XLineDashItem( aEmpty, aDash ) ); in MotionPathTag()
[all …]
H A Dmotionpathtag.hxx54 SdrPathObj* getPathObj() const { return mpPathObj; } in getPathObj()
119 SdrPathObj* mpPathObj; member in sd::MotionPathTag
/trunk/main/sd/source/core/
H A Danminfo.cxx56 mpPathObj (NULL), in SdAnimationInfo()
85 mpPathObj (NULL), in SdAnimationInfo()
/trunk/main/sd/inc/
H A Danminfo.hxx62 SdrPathObj* mpPathObj; // das Pfadobjekt member in SdAnimationInfo
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx826 pAction->SetPathObj(pInfo->mpPathObj, pInfo->mpPathObj); in ExecuteDrop()
/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx848 if( pInfo && pInfo->mpPathObj ) in getPropertyValue()
849 aRet <<= pInfo->mpPathObj->getUnoShape(); in getPropertyValue()
/trunk/main/sd/source/ui/func/
H A Dfuoaprms.cxx756 pAction->SetPathObj(pInfo->mpPathObj, pPath); in DoExecute()