Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/filter/ppt/
H A Dpptin.cxx2733 String aMediaURL( ReadMedia( nRef ) ); in ProcessObj() local
2734 if ( !aMediaURL.Len() ) in ProcessObj()
2735 aMediaURL = ReadSound( nRef ); in ProcessObj()
2736 if ( aMediaURL.Len() ) in ProcessObj()
2756 pMediaObj->setURL( aMediaURL ); in ProcessObj()
/aoo41x/main/xmloff/source/draw/
H A Dshapeexport2.cxx1968 OUString aMediaURL; local
1969 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "MediaURL" ) ) ) >>= aMediaURL;
1970 …port.AddAttribute ( XML_NAMESPACE_XLINK, XML_HREF, GetExport().GetRelativeReference( aMediaURL ) );
/aoo41x/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2580 INetURLObject aMediaURL; in _PasteFileName() local
2582 aMediaURL.SetSmartURL( sFile ); in _PasteFileName()
2583 const String aMediaURLStr( aMediaURL.GetMainURL( INetURLObject::NO_DECODE ) ); in _PasteFileName()
/aoo41x/main/sd/source/filter/eppt/
H A Depptso.cxx5253 rtl::OUString aMediaURL; in ImplWritePage() local
5254 if ( (aAny >>= aMediaURL ) && aMediaURL.getLength() ) in ImplWritePage()
5279 sal_uInt16 i, nStringLen = (sal_uInt16)aMediaURL.getLength(); in ImplWritePage()
5283 sal_Unicode nChar = aMediaURL[ i ]; in ImplWritePage()

Completed in 705 milliseconds