LibreOffice
LibreOffice 24.2 SDK API Reference
|
A service that has to deal with macrofied strings will preprocess those strings using the macro expander singleton. More...
import"theMacroExpander.idl";
Additional Inherited Members | |
Public Member Functions inherited from XMacroExpander | |
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... | |
A service that has to deal with macrofied strings will preprocess those strings using the macro expander singleton.
The macro expander singleton is deployed with the application.
This feature is currently used macrofying loader urls with macros defined in uno.ini/unorc bootstrap files. The component loader uses the macro expander singleton to expand those macros. This is a flexible way preprocessing loader urls.