Searched refs:isEmptyNode (Results 1 – 2 of 2) sorted by relevance
466 bool AnimationExporter::isEmptyNode( const Reference< XAnimationNode >& xNode ) const in isEmptyNode() function in ppt::AnimationExporter483 if( xChildNode.is() && !isEmptyNode( xChildNode ) ) in isEmptyNode()504 if( (nGroupLevel == 4) && isEmptyNode( xNode ) ) in exportNode()507 if ( ( nContainerRecType == DFF_msofbtAnimGroup ) && ( nGroupLevel == 2 ) && isEmptyNode( xNode ) ) in exportNode()
117 …bool isEmptyNode( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimation…
Completed in 22 milliseconds