Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/filter/ppt/
H A Dpptin.cxx2724 String aMediaURL( ReadMedia( nRef ) ); in ProcessObj() local
2725 if ( !aMediaURL.Len() ) in ProcessObj()
2726 aMediaURL = ReadSound( nRef ); in ProcessObj()
2727 if ( aMediaURL.Len() ) in ProcessObj()
2747 pMediaObj->setURL( aMediaURL ); in ProcessObj()
/aoo4110/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 ) );
/aoo4110/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()
/aoo4110/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 90 milliseconds