:: com :: sun :: star :: uri ::

interface XVndSunStarExpandUrl
Description
represents absolute “vnd.sun.star.expand” URLs.

These URLs are of the form
vnd-sun-star-expand-url = "VND.SUN.STAR.EXPAND:" opaque_part
where the opaque_part is an UTF-8 string as described in Bootstrap Arguments and Micro Deployment. See RFC 2396, RFC 2732, and RFC 2234 for details.

Since
OOo 2.3

Methods' Summary
expand returns the expanded content of this URL.  
Methods' Details
expand
string
expand( [in] ::com::sun::star::util::XMacroExpander  expander )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
returns the expanded content of this URL.
Parameter expander
a macro expander; must not be NULL.
Returns
the expanded content of this URL.
Throws
com::sun::star::lang::IllegalArgumentException if calling ::com::sun::star::util::XMacroExpander::expandMacros on expander raises any such exception.
Top of Page