Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/func/
H A Dfuoaprms.cxx130 String aSound; in DoExecute() local
173 aSound = pInfo->maSoundFile; in DoExecute()
230 if( aSound != pInfo->maSoundFile ) in DoExecute()
346 aSound = pInfo->maSoundFile; nSoundFileSet = ATTR_SET; in DoExecute()
420 aSet.Put(SfxStringItem(ATTR_ANIMATION_SOUNDFILE, aSound)); in DoExecute()
548 aSound = ((SfxStringItem&)pArgs->Get(ATTR_ANIMATION_SOUNDFILE)).GetValue(); in DoExecute()
754 pAction->SetSound(pInfo->maSoundFile, aSound); in DoExecute()
794 pInfo->maSoundFile = aSound; in DoExecute()
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx564 Any aSound( mxPageProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Sound" ) ) ) ); in exportTransitionNode() local
566 aSound >>= sSoundURL; in exportTransitionNode()
568 if( !(aSound >>= bStopSound) ) in exportTransitionNode()
653 … Any aSound( mxPageProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Sound" ) ) ) ); in prepareTransitionNode() local
654 aSound >>= sSoundURL; in prepareTransitionNode()
656 if( !(aSound >>= bStopSound) ) in prepareTransitionNode()
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx826 uno::Any aSound; in createSlideTransition() local
829 if( !getPropertyValue( aSound, xPropSet, OUSTR("Sound")) ) in createSlideTransition()
847 resetSlideTransitionSound( aSound, bLoopSound ) )); in createSlideTransition()

Completed in 35 milliseconds