Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: document ::

interface XEmbeddedObjectResolver

Base Interface
com::sun::star::uno::XInterface

Description
this interface converts embedded object URLs from one URL space to another.


Methods' Summary

resolveEmbeddedObjectURL converts the given URL from the source URL namespace to the destination URL space of this instance.

Methods' Details

resolveEmbeddedObjectURL
 
string
resolveEmbeddedObjectURL(
[ in ] string aURL );

Description
converts the given URL from the source URL namespace to the destination URL space of this instance.

Top of Page