Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx358 bool lcl_findSoundInList( const ::std::vector< String > & rSoundList, in lcl_findSoundInList() argument
363 ::std::find_if( rSoundList.begin(), rSoundList.end(), in lcl_findSoundInList()
365 if( aIt != rSoundList.end()) in lcl_findSoundInList()
367 rOutPosition = ::std::distance( rSoundList.begin(), aIt ); in lcl_findSoundInList()
375 const ::std::vector< String > & rSoundList, in lcl_getSoundFileURL()
386 DBG_ASSERT( (sal_uInt32)(rListBox.GetEntryCount() - 3) == rSoundList.size(), in lcl_getSoundFileURL()
389 if( rSoundList.size() > nPos ) in lcl_getSoundFileURL()
390 aResult = rSoundList[ nPos ]; in lcl_getSoundFileURL()
414 const ::std::vector< String > & rSoundList, in lcl_FillSoundListBox()
423 ::std::for_each( rSoundList.begin(), rSoundList.end(), in lcl_FillSoundListBox()

Completed in 59 milliseconds