Searched refs:sSoundURL (Results 1 – 2 of 2) sorted by relevance
565 OUString sSoundURL; in exportTransitionNode() local566 aSound >>= sSoundURL; in exportTransitionNode()573 if( (nTransition != 0) || (sSoundURL.getLength() != 0) || bStopSound ) in exportTransitionNode()626 else if( sSoundURL.getLength() != 0) in exportTransitionNode()628 …mrExport.AddAttribute( XML_NAMESPACE_XLINK, XML_HREF, mrExport.GetRelativeReference( sSoundURL ) ); in exportTransitionNode()649 OUString sSoundURL; in prepareTransitionNode() local654 aSound >>= sSoundURL; in prepareTransitionNode()660 if( (nTransition != 0) || (sSoundURL.getLength() != 0) || bStopSound ) in prepareTransitionNode()
1453 OUString sSoundURL; in postProcessRootNode() local1454 if( (xAudio->getSource() >>= sSoundURL) && (sSoundURL.getLength() != 0) ) in postProcessRootNode()1456 …xPageProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Sound" ) ), Any(sSoundURL) ); in postProcessRootNode()
Completed in 26 milliseconds