Home
last modified time | relevance | path

Searched refs:getAudio (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1383 if( pEffect->getAudio().is() ) in createSelectionSet()
1385 aSoundSource = pEffect->getAudio()->getSource(); in createSelectionSet()
1386 addValue( pSet, nHandleSoundVolumne, makeAny( pEffect->getAudio()->getVolume() ) ); in createSelectionSet()
1656 if( !pEffect->getAudio().is() ) in changeSelection()
1663 if( pEffect->getAudio()->getSource() != aSoundSource ) in changeSelection()
1665 pEffect->getAudio()->setSource( aSoundSource ); in changeSelection()
1672 if( pEffect->getAudio().is() || pEffect->getStopAudio() ) in changeSelection()
/aoo41x/main/sd/source/core/
H A DEffectMigration.cxx1336 if( pEffect->getAudio().is() ) in GetSoundFile()
1337 pEffect->getAudio()->getSource() >>= aSoundFile; in GetSoundFile()
/aoo41x/main/sd/inc/
H A DCustomAnimationEffect.hxx172 …const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAudio >& getAudio() const {… in getAudio() function in sd::CustomAnimationEffect

Completed in 25 milliseconds