Lines Matching refs:pShape
581 DrawShapeSharedPtr pShape( new DrawShape(xShape, in create() local
587 if( pShape->hasIntrinsicAnimation() ) in create()
589 OSL_ASSERT( pShape->maAnimationFrames.empty() ); in create()
590 if( pShape->getNumberOfTreeNodes( in create()
593 pShape->mpIntrinsicAnimationActivity = in create()
596 pShape); in create()
600 if( pShape->hasHyperlinks() ) in create()
601 rContext.mpSubsettableShapeManager->addHyperlinkArea( pShape ); in create()
603 return pShape; in create()
613 DrawShapeSharedPtr pShape( new DrawShape(xShape, in create() local
619 if( pShape->hasIntrinsicAnimation() ) in create()
621 OSL_ASSERT( !pShape->maAnimationFrames.empty() ); in create()
625 pShape->maAnimationFrames.begin(), in create()
626 pShape->maAnimationFrames.end(), in create()
637 pShape, in create()
640 pShape->mnAnimationLoopCount, in create()
641 pShape->meCycleMode); in create()
644 pShape->mpIntrinsicAnimationActivity = pActivity; in create()
647 OSL_ENSURE( !pShape->hasHyperlinks(), in create()
650 return pShape; in create()