interface XEmbeddedObjectResolver in module com::sun::star::document::

(Global Index)

Syntax

interface XEmbeddedObjectResolver : com::sun::star::uno::XInterface ;

Description

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

Method Summary

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

Method Details



resolveEmbeddedObjectURL

Syntax

string resolveEmbeddedObjectURL (
string aURL );

Description

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

Top of Page