Searched refs:MotionPathTag (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sd/source/ui/animations/ |
| H A D | motionpathtag.cxx | 92 const rtl::Reference <MotionPathTag >& xTag, in PathDragMove() 100 const rtl::Reference <MotionPathTag >& xTag) in PathDragMove() 109 rtl::Reference <MotionPathTag > mxTag; 156 const rtl::Reference <MotionPathTag >& xTag, in PathDragResize() 164 const rtl::Reference <MotionPathTag >& xTag) in PathDragResize() 171 rtl::Reference <MotionPathTag > mxTag; 271 rtl::Reference< MotionPathTag > mxTag; 279 , mxTag( dynamic_cast< MotionPathTag* >( xTag.get() ) ) in SdPathHdl() 367 MotionPathTag::MotionPathTag( CustomAnimationPane& rPane, ::sd::View& rView, const CustomAnimationE… in MotionPathTag() function in sd::MotionPathTag 420 MotionPathTag::~MotionPathTag() in ~MotionPathTag() [all …]
|
| H A D | motionpathtag.hxx | 48 class MotionPathTag : public SmartTag, public IPolyPolygonEditorController, public SfxListener, pub… class 51 …MotionPathTag( CustomAnimationPane& rPane, ::sd::View& rView, const CustomAnimationEffectPtr& pEff… 52 virtual ~MotionPathTag();
|
| H A D | CustomAnimationPane.hxx | 61 typedef std::vector< rtl::Reference< MotionPathTag > > MotionPathTagVector; 67 friend class MotionPathTag; 101 void updatePathFromMotionPathTag( const rtl::Reference< MotionPathTag >& xTag );
|
| H A D | CustomAnimationPane.cxx | 955 rtl::Reference< MotionPathTag > xMotionPathTag; in updateMotionPathImpl() 960 rtl::Reference< MotionPathTag > xTag( (*aMIter) ); in updateMotionPathImpl() 975 xMotionPathTag.set( new MotionPathTag( rPane, rView, pEffect ) ); in updateMotionPathImpl() 1022 rtl::Reference< MotionPathTag > xTag( (*aIter++) ); in updateMotionPathTags() 2444 rtl::Reference< MotionPathTag > xMotionPathTag; in onPreview() 2552 void CustomAnimationPane::updatePathFromMotionPathTag( const rtl::Reference< MotionPathTag >& xTag ) in updatePathFromMotionPathTag()
|