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

interface XGraphicObjectResolver
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XGraphicObjectResolver
Description
this interface converts graphic object URLs from one URL space to another.

Methods' Summary
resolveGraphicObjectURL converts the given URL from the source URL namespace to the destination URL space of this instance.
Methods' Details
resolveGraphicObjectURL
string
resolveGraphicObjectURL(
 
[in] string
 
aURL );

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