LibreOffice
LibreOffice 24.2 SDK API Reference
|
represents absolute “vnd.sun.star.expand” URLs. More...
import"XVndSunStarExpandUrl.idl";
Public Member Functions | |
string | expand ([in] com::sun::star::util::XMacroExpander expander) raises (com::sun::star::lang::IllegalArgumentException) |
returns the expanded content of this URL. More... | |
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 a UTF-8 string as described in Bootstrap Arguments and Micro Deployment. See RFC 3986 RFC 2234 for details.
string expand | ( | [in] com::sun::star::util::XMacroExpander | expander | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
returns the expanded content of this URL.
expander | a macro expander; must not be NULL . |
com::sun::star::lang::IllegalArgumentException | if calling com::sun::star::util::XMacroExpander::expandMacros() on expander raises any such exception. |