Lines Matching refs:xSource
88 Reference< XShape > getClonedShape( const Reference< XShape >& xSource ) const;
89 … Reference< XAnimationNode > getClonedNode( const Reference< XAnimationNode >& xSource ) const;
127 Reference< XShape > xSource( pSource->getUnoShape(), UNO_QUERY ); in Clone() local
129 if( xSource.is() && xTarget.is() ) in Clone()
131 maShapeMap[xSource] = xTarget; in Clone()
319 …nce< XShape > CustomAnimationClonerImpl::getClonedShape( const Reference< XShape >& xSource ) const in getClonedShape()
321 if( xSource.is() ) in getClonedShape()
323 if( maShapeMap.find(xSource) != maShapeMap.end() ) in getClonedShape()
325 return maShapeMap[xSource]; in getClonedShape()
330 return xSource; in getClonedShape()
333 …Node > CustomAnimationClonerImpl::getClonedNode( const Reference< XAnimationNode >& xSource ) const in getClonedNode()
339 if( maSourceNodeVector[nNode] == xSource ) in getClonedNode()
344 return xSource; in getClonedNode()