Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/draw/
H A Danimationexport.cxx565 OUString sSoundURL; in exportTransitionNode() local
566 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() local
654 aSound >>= sSoundURL; in prepareTransitionNode()
660 if( (nTransition != 0) || (sSoundURL.getLength() != 0) || bStopSound ) in prepareTransitionNode()
H A Danimationimport.cxx1453 OUString sSoundURL; in postProcessRootNode() local
1454 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