Class MacroExpander
java.lang.Object
org.openoffice.da.comp.w2lcommon.helper.MacroExpander
-
Constructor Summary
ConstructorsConstructorDescriptionMacroExpander
(com.sun.star.uno.XComponentContext xContext) Convenience wrapper class for the UNO Macro Expander singleton -
Method Summary
-
Constructor Details
-
MacroExpander
public MacroExpander(com.sun.star.uno.XComponentContext xContext) Convenience wrapper class for the UNO Macro Expander singleton- Parameters:
xContext
- the UNO component context from which "theMacroExpander" can be created
-
-
Method Details
-
expandMacros
Expand macros in a string- Parameters:
s
- the string- Returns:
- the expanded string
-