Home
last modified time | relevance | path

Searched refs:isEmptyNode (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx466 bool AnimationExporter::isEmptyNode( const Reference< XAnimationNode >& xNode ) const in isEmptyNode() function in ppt::AnimationExporter
483 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()
H A Dpptexanimations.hxx117 …bool isEmptyNode( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimation…

Completed in 26 milliseconds