Home
last modified time | relevance | path

Searched refs:bStopSound (Results 1 – 5 of 5) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx567 sal_Bool bStopSound = sal_False; in exportTransitionNode() local
568 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() local
656 if( !(aSound >>= bStopSound) ) in prepareTransitionNode()
657 bStopSound = sal_False; in prepareTransitionNode()
660 if( (nTransition != 0) || (sSoundURL.getLength() != 0) || bStopSound ) in prepareTransitionNode()
/trunk/main/sd/inc/
H A Dsdpage.hxx259 void SetStopSound( bool bStopSound ) { mbStopSound = bStopSound; } in SetStopSound() argument
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx728 sal_Bool bStopSound = sal_False; in resetSlideTransitionSound() local
731 if( !(rSound >>= bStopSound) ) in resetSlideTransitionSound()
732 bStopSound = sal_False; in resetSlideTransitionSound()
735 if( !bStopSound && (url.getLength() == 0) ) in resetSlideTransitionSound()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1274 sal_Bool bStopSound = sal_False; in ImplCreateSlide() local
1286 aAny >>= bStopSound; in ImplCreateSlide()
1295 || ( bStopSound ) in ImplCreateSlide()
1510 if ( bStopSound ) in ImplCreateSlide()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx747 sal_Bool bStopSound = sal_False; in setPropertyValue() local
748 if( aValue >>= bStopSound ) in setPropertyValue()
750 GetPage()->SetStopSound( bStopSound ? true : false ); in setPropertyValue()

Completed in 61 milliseconds