Home
last modified time | relevance | path

Searched refs:MotionPathTag (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx109 rtl::Reference <MotionPathTag > mxTag;
171 rtl::Reference <MotionPathTag > mxTag;
271 rtl::Reference< MotionPathTag > mxTag;
420 MotionPathTag::~MotionPathTag() in ~MotionPathTag()
428 void MotionPathTag::updatePathAttributes() in updatePathAttributes()
655 bool MotionPathTag::OnDelete() in OnDelete()
926 void MotionPathTag::CheckPossibilities() in CheckPossibilities()
1066 void MotionPathTag::disposing() in disposing()
1094 void MotionPathTag::deselect() in deselect()
1109 void MotionPathTag::selectionChanged() in selectionChanged()
[all …]
H A Dmotionpathtag.hxx48 class MotionPathTag : public SmartTag, public IPolyPolygonEditorController, public SfxListener, pub… class
51MotionPathTag( CustomAnimationPane& rPane, ::sd::View& rView, const CustomAnimationEffectPtr& pEff…
52 virtual ~MotionPathTag();
H A DCustomAnimationPane.hxx61 typedef std::vector< rtl::Reference< MotionPathTag > > MotionPathTagVector;
67 friend class MotionPathTag;
101 void updatePathFromMotionPathTag( const rtl::Reference< MotionPathTag >& xTag );
H A DCustomAnimationPane.cxx959 rtl::Reference< MotionPathTag > xMotionPathTag; in updateMotionPathImpl()
964 rtl::Reference< MotionPathTag > xTag( (*aMIter) ); in updateMotionPathImpl()
979 xMotionPathTag.set( new MotionPathTag( rPane, rView, pEffect ) ); in updateMotionPathImpl()
1026 rtl::Reference< MotionPathTag > xTag( (*aIter++) ); in updateMotionPathTags()
2448 rtl::Reference< MotionPathTag > xMotionPathTag; in onPreview()
2556 void CustomAnimationPane::updatePathFromMotionPathTag( const rtl::Reference< MotionPathTag >& xTag ) in updatePathFromMotionPathTag()

Completed in 32 milliseconds