Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1378 Any aSoundSource; in createSelectionSet() local
1381 aSoundSource = pEffect->getAudio()->getSource(); in createSelectionSet()
1388 aSoundSource = makeAny( (sal_Bool)sal_True ); in createSelectionSet()
1390 addValue( pSet, nHandleSoundURL, aSoundSource ); in createSelectionSet()
1638 const Any aSoundSource( pResultSet->getPropertyValue( nHandleSoundURL ) ); in changeSelection() local
1640 if( aSoundSource.getValueType() == ::getCppuType((const sal_Bool*)0) ) in changeSelection()
1648 aSoundSource >>= aSoundURL; in changeSelection()
1654 pEffect->createAudio( aSoundSource ); in changeSelection()
1659 if( pEffect->getAudio()->getSource() != aSoundSource ) in changeSelection()
1661 pEffect->getAudio()->setSource( aSoundSource ); in changeSelection()