Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/filter/eppt/
H A Dpptexsoundcollection.cxx45 , aSoundURL( rString ) in ExSoundEntry()
49 ::ucbhelper::Content aCnt( aSoundURL, in ExSoundEntry()
63 INetURLObject aTmp( aSoundURL ); in ImplGetName()
69 INetURLObject aTmp( aSoundURL ); in ImplGetExtension()
78 return ( rURL == aSoundURL ); in IsSameURL()
104 ::ucbhelper::Content aCnt( aSoundURL, in Write()
137 SvStream* pSourceFile = ::utl::UcbStreamHelper::CreateStream( aSoundURL, STREAM_READ ); in Write()
H A Dpptexsoundcollection.hxx44 String aSoundURL; member in ppt::ExSoundEntry
H A Deppt.cxx1279 rtl::OUString aSoundURL; in ImplCreateSlide() local
1280 if ( aAny >>= aSoundURL ) in ImplCreateSlide()
1282 nSoundRef = maSoundCollection.GetId( aSoundURL ); in ImplCreateSlide()
/aoo4110/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1470 OUString aSoundURL; in CustomAnimationEffectTabPage() local
1471 aValue >>= aSoundURL; in CustomAnimationEffectTabPage()
1473 if( aSoundURL.getLength() ) in CustomAnimationEffectTabPage()
1475 const String aTmp( aSoundURL ); in CustomAnimationEffectTabPage()
1729 OUString aSoundURL( *(String*)maSoundList.GetObject( nPos-2 ) ); in update() local
1730 aNewSoundURL = makeAny( aSoundURL ); in update()
1848 const OUString aSoundURL( *(String*)maSoundList.GetObject( nPos-2 ) ); in onSoundPreview() local
1849 … mxPlayer.set( avmedia::MediaWindow::createPlayer( aSoundURL ), uno::UNO_QUERY_THROW ); in onSoundPreview()
H A DCustomAnimationPane.cxx1651 OUString aSoundURL; in changeSelection() local
1652 aSoundSource >>= aSoundURL; in changeSelection()
1654 if( aSoundURL.getLength() ) in changeSelection()
/aoo4110/main/xmloff/source/draw/
H A Dsdpropls.cxx1759 OUString aSoundURL; in handleElementItem() local
1760 if( (rProperty.maValue >>= aSoundURL) && aSoundURL.getLength() != 0 ) in handleElementItem()
1762 … mrExport.AddAttribute(XML_NAMESPACE_XLINK, XML_HREF, mrExport.GetRelativeReference(aSoundURL) ); in handleElementItem()
/aoo4110/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx3111 OUString aSoundURL( ((ImplSdPPTImport*)mpPPTImport)->ReadSound( nRefId ) ); in importTargetElementContainer() local
3112 rTarget <<= aSoundURL; in importTargetElementContainer()
3113 dump( " srcRef=\"%s\"", aSoundURL ); in importTargetElementContainer()

Completed in 78 milliseconds