Searched refs:aSound (Results 1 – 3 of 3) sorted by relevance
130 String aSound; in DoExecute() local173 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()
564 Any aSound( mxPageProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Sound" ) ) ) ); in exportTransitionNode() local566 aSound >>= sSoundURL; in exportTransitionNode()568 if( !(aSound >>= bStopSound) ) in exportTransitionNode()653 … Any aSound( mxPageProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Sound" ) ) ) ); in prepareTransitionNode() local654 aSound >>= sSoundURL; in prepareTransitionNode()656 if( !(aSound >>= bStopSound) ) in prepareTransitionNode()
826 uno::Any aSound; in createSlideTransition() local829 if( !getPropertyValue( aSound, xPropSet, OUSTR("Sound")) ) in createSlideTransition()847 resetSlideTransitionSound( aSound, bLoopSound ) )); in createSlideTransition()
Completed in 42 milliseconds