Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1382 Any aSoundSource; in createSelectionSet() local
1385 aSoundSource = pEffect->getAudio()->getSource(); in createSelectionSet()
1392 aSoundSource = makeAny( (sal_Bool)sal_True ); in createSelectionSet()
1394 addValue( pSet, nHandleSoundURL, aSoundSource ); in createSelectionSet()
1642 const Any aSoundSource( pResultSet->getPropertyValue( nHandleSoundURL ) ); in changeSelection() local
1644 if( aSoundSource.getValueType() == ::getCppuType((const sal_Bool*)0) ) in changeSelection()
1652 aSoundSource >>= aSoundURL; in changeSelection()
1658 pEffect->createAudio( aSoundSource ); in changeSelection()
1663 if( pEffect->getAudio()->getSource() != aSoundSource ) in changeSelection()
1665 pEffect->getAudio()->setSource( aSoundSource ); in changeSelection()

Completed in 20 milliseconds