Lines Matching refs:xEnumeration
694 …Reference< XEnumeration > xEnumeration( xEnumerationAccess->createEnumeration(), UNO_QUERY_THROW ); in prepareNode() local
695 while( xEnumeration->hasMoreElements() ) in prepareNode()
697 Reference< XAnimationNode > xChildNode( xEnumeration->nextElement(), UNO_QUERY_THROW ); in prepareNode()
1071 …Reference< XEnumeration > xEnumeration( xEnumerationAccess->createEnumeration(), UNO_QUERY_THROW ); in exportContainer() local
1072 while( xEnumeration->hasMoreElements() ) in exportContainer()
1074 Reference< XAnimationNode > xChildNode( xEnumeration->nextElement(), UNO_QUERY_THROW ); in exportContainer()
1416 Reference< XEnumeration > xEnumeration( xParaEnumAccess->createEnumeration(), UNO_QUERY_THROW ); in getParagraphTarget() local
1419 while( xEnumeration->hasMoreElements() ) in getParagraphTarget()
1421 Reference< XInterface > xRef( xEnumeration->nextElement(), UNO_QUERY ); in getParagraphTarget()
1754 …Reference< XEnumeration > xEnumeration( xEnumerationAccess->createEnumeration(), UNO_QUERY_THROW ); in exportAnimations() local
1755 if( xEnumeration->hasMoreElements() ) in exportAnimations()
1758 Reference< XAnimationNode > xMainNode( xEnumeration->nextElement(), UNO_QUERY_THROW ); in exportAnimations()
1764 bHasEffects = xMainEnumeration->hasMoreElements() || xEnumeration->hasMoreElements(); in exportAnimations()