Searched refs:aAudio (Results 1 – 5 of 5) sorted by relevance
105 drawingml::EmbeddedWAVAudioFile aAudio; in createFastChildContext() local106 drawingml::getEmbeddedWAVAudioFile( getRelations(), xAttribs, aAudio); in createFastChildContext()108 msSndName = ( aAudio.mbBuiltIn ? aAudio.msName : aAudio.msEmbed ); in createFastChildContext()
143 drawingml::EmbeddedWAVAudioFile aAudio; in createFastChildContext() local144 drawingml::getEmbeddedWAVAudioFile( getRelations(), xAttribs, aAudio); in createFastChildContext()146 OUString sSndName = ( aAudio.mbBuiltIn ? aAudio.msName : aAudio.msEmbed ); in createFastChildContext()
38 const Reference< XFastAttributeList >& xAttribs, EmbeddedWAVAudioFile & aAudio ) in getEmbeddedWAVAudioFile() argument43 aAudio.msEmbed = rRelations.getFragmentPathFromRelId( sId ); in getEmbeddedWAVAudioFile()44 aAudio.mbBuiltIn = attribs.getBool( XML_builtIn, false ); in getEmbeddedWAVAudioFile()45 aAudio.msName = xAttribs->getOptionalValue( XML_name ); in getEmbeddedWAVAudioFile()
161 EmbeddedWAVAudioFile aAudio; in createFastChildContext() local162 getEmbeddedWAVAudioFile( getRelations(), xAttribs, aAudio ); in createFastChildContext()
48 EmbeddedWAVAudioFile & aAudio );
Completed in 67 milliseconds