LibreOffice
LibreOffice 7.4 SDK API Reference
List of all members
theMacroExpander Singleton Referencepublished

A service that has to deal with macrofied strings will preprocess those strings using the macro expander singleton. More...

import"theMacroExpander.idl";

Inheritance diagram for theMacroExpander:
XMacroExpander XInterface

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...
 

Detailed Description

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.

See also
MacroExpander

The documentation for this singleton was generated from the following file: