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

(Global Index)

Syntax

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

Description

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

Method Summary

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

Method Details



resolveGraphicObjectURL

Syntax

string resolveGraphicObjectURL (
string aURL );

Description

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

Top of Page