Searched refs:bLoopSound (Results 1 – 4 of 4) sorted by relevance
397 uno::Any const& url = uno::Any(), bool bLoopSound = false );726 …PlayerSharedPtr SlideShowImpl::resetSlideTransitionSound( const uno::Any& rSound, bool bLoopSound ) in resetSlideTransitionSound() argument746 mpCurrentSlideTransitionSound->setPlaybackLoop( bLoopSound ); in resetSlideTransitionSound()827 sal_Bool bLoopSound = sal_False; in createSlideTransition() local832 if( !getPropertyValue( bLoopSound, xPropSet, OUSTR("LoopSound") ) ) in createSlideTransition()847 resetSlideTransitionSound( aSound, bLoopSound ) )); in createSlideTransition()
256 void SetLoopSound( bool bLoopSound ) { mbLoopSound = bLoopSound; } in SetLoopSound() argument
630 sal_Bool bLoopSound = sal_False; in exportTransitionNode() local631 …geProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "LoopSound" ) ) ) >>= bLoopSound; in exportTransitionNode()633 if( bLoopSound ) in exportTransitionNode()
1275 sal_Bool bLoopSound = sal_False; in ImplCreateSlide() local1289 aAny >>= bLoopSound; in ImplCreateSlide()1508 if ( bLoopSound ) in ImplCreateSlide()
Completed in 77 milliseconds