Lines Matching refs:XAnimationNode

106 typedef ::std::list< Reference< XAnimationNode > > ChildList_t;
271 …irtual Reference< XAnimationNode > SAL_CALL insertBefore( const Reference< XAnimationNode >& newCh…
272 …virtual Reference< XAnimationNode > SAL_CALL insertAfter( const Reference< XAnimationNode >& newCh…
273 …irtual Reference< XAnimationNode > SAL_CALL replaceChild( const Reference< XAnimationNode >& newCh…
274 …virtual Reference< XAnimationNode > SAL_CALL removeChild( const Reference< XAnimationNode >& oldCh…
275 …virtual Reference< XAnimationNode > SAL_CALL appendChild( const Reference< XAnimationNode >& newCh…
558 static_cast< XAnimationNode* >( static_cast< XTimeContainer * >(this) ), in queryInterface()
1192 … Reference< XAnimationNode > xNewChildNode( xCloneable->createClone(), UNO_QUERY ); in createClone()
1808 return ::getCppuType((const Reference< XAnimationNode >*)0); in getElementType()
1835 Reference< XAnimationNode > SAL_CALL AnimationNode::insertBefore( const Reference< XAnimationNode >… in insertBefore()
1861 Reference< XAnimationNode > SAL_CALL AnimationNode::insertAfter( const Reference< XAnimationNode >&… in insertAfter()
1891 Reference< XAnimationNode > SAL_CALL AnimationNode::replaceChild( const Reference< XAnimationNode >… in replaceChild()
1920 Reference< XAnimationNode > SAL_CALL AnimationNode::removeChild( const Reference< XAnimationNode >&… in removeChild()
1943 Reference< XAnimationNode > SAL_CALL AnimationNode::appendChild( const Reference< XAnimationNode >&… in appendChild()