LibreOffice
LibreOffice 24.2 SDK API Reference
|
Expands macro in expressions, i.e. More...
import"XMacroExpander.idl";
Public Member Functions | |
string | expandMacros ([in] string exp) raises (com::sun::star::lang::IllegalArgumentException) |
Expands macrofied expressions. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Expands macro in expressions, i.e.
substitutes macro names.
string expandMacros | ( | [in] string | exp | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
Expands macrofied expressions.
exp | macrofied expression |
IllegalArgumentException | if a macro name is unknown, thus cannot be expanded |