Home
last modified time | relevance | path

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

/trunk/main/avmedia/source/macavf/
H A Dmacavf_player.cxx364 const float fVolume = [mpPlayer volume]; in getVolumeDB() local
369 const int nVolumeDB = (fVolume <= 0) ? -40 : lrint( 20.0*log10(fVolume)); in getVolumeDB()
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx1358 const double fVolume = xAudio->getVolume(); in exportAudio() local
1359 if( fVolume != 1.0 ) in exportAudio()
1362 SvXMLUnitConverter::convertDouble( sTmp, fVolume ); in exportAudio()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx3739 double fVolume; in dump() local
3740 if( aAny >>= fVolume ) in dump()
3742 fprintf( mpFile, " volume=\"%g%%\"", (double)(fVolume * 100.0) ); in dump()
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx170 SD_DLLPUBLIC void createAudio( const ::com::sun::star::uno::Any& rSource, double fVolume = 1.0 );
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1564 void CustomAnimationEffect::createAudio( const ::com::sun::star::uno::Any& rSource, double fVolume in createAudio() argument
1573 xAudio->setVolume( fVolume ); in createAudio()

Completed in 56 milliseconds