Home
last modified time | relevance | path

Searched refs:mpPrimitiveAnimation (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontact.cxx176 mpPrimitiveAnimation(0), in ViewObjectContact()
195 if(mpPrimitiveAnimation) in ~ViewObjectContact()
197 delete mpPrimitiveAnimation; in ~ViewObjectContact()
198 mpPrimitiveAnimation = 0; in ~ViewObjectContact()
289 if(mpPrimitiveAnimation) in checkForPrimitive2DAnimations()
291 delete mpPrimitiveAnimation; in checkForPrimitive2DAnimations()
292 mpPrimitiveAnimation = 0; in checkForPrimitive2DAnimations()
310mpPrimitiveAnimation = new sdr::animation::PrimitiveAnimation(*this, aAnimatedExtractor.getPrimit… in checkForPrimitive2DAnimations()
/trunk/main/svx/inc/svx/sdr/contact/
H A Dviewobjectcontact.hxx73 sdr::animation::PrimitiveAnimation* mpPrimitiveAnimation; member in sdr::contact::ViewObjectContact
123 bool isAnimated() const { return (0 != mpPrimitiveAnimation); } in isAnimated()

Completed in 18 milliseconds