Searched refs:bStopSound (Results 1 – 5 of 5) sorted by relevance
567 sal_Bool bStopSound = sal_False; in exportTransitionNode() local568 if( !(aSound >>= bStopSound) ) in exportTransitionNode()569 bStopSound = sal_False; in exportTransitionNode()573 if( (nTransition != 0) || (sSoundURL.getLength() != 0) || bStopSound ) in exportTransitionNode()621 if( bStopSound ) in exportTransitionNode()648 sal_Bool bStopSound = sal_False; in prepareTransitionNode() local656 if( !(aSound >>= bStopSound) ) in prepareTransitionNode()657 bStopSound = sal_False; in prepareTransitionNode()660 if( (nTransition != 0) || (sSoundURL.getLength() != 0) || bStopSound ) in prepareTransitionNode()
259 void SetStopSound( bool bStopSound ) { mbStopSound = bStopSound; } in SetStopSound() argument
728 sal_Bool bStopSound = sal_False; in resetSlideTransitionSound() local731 if( !(rSound >>= bStopSound) ) in resetSlideTransitionSound()732 bStopSound = sal_False; in resetSlideTransitionSound()735 if( !bStopSound && (url.getLength() == 0) ) in resetSlideTransitionSound()
1274 sal_Bool bStopSound = sal_False; in ImplCreateSlide() local1286 aAny >>= bStopSound; in ImplCreateSlide()1295 || ( bStopSound ) in ImplCreateSlide()1510 if ( bStopSound ) in ImplCreateSlide()
747 sal_Bool bStopSound = sal_False; in setPropertyValue() local748 if( aValue >>= bStopSound ) in setPropertyValue()750 GetPage()->SetStopSound( bStopSound ? true : false ); in setPropertyValue()
Completed in 52 milliseconds