Searched refs:aMediaURL (Results 1 – 4 of 4) sorted by relevance
2733 String aMediaURL( ReadMedia( nRef ) ); in ProcessObj() local2734 if ( !aMediaURL.Len() ) in ProcessObj()2735 aMediaURL = ReadSound( nRef ); in ProcessObj()2736 if ( aMediaURL.Len() ) in ProcessObj()2756 pMediaObj->setURL( aMediaURL ); in ProcessObj()
1968 OUString aMediaURL; local1969 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "MediaURL" ) ) ) >>= aMediaURL;1970 …port.AddAttribute ( XML_NAMESPACE_XLINK, XML_HREF, GetExport().GetRelativeReference( aMediaURL ) );
2580 INetURLObject aMediaURL; in _PasteFileName() local2582 aMediaURL.SetSmartURL( sFile ); in _PasteFileName()2583 const String aMediaURLStr( aMediaURL.GetMainURL( INetURLObject::NO_DECODE ) ); in _PasteFileName()
5253 rtl::OUString aMediaURL; in ImplWritePage() local5254 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 155 milliseconds