LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_util_XStringSubstitution_idl__
21 #define __com_sun_star_util_XStringSubstitution_idl__
27 module
com { module sun { module star { module util {
string getSubstituteVariableValue([in] string variable)
Returns the current value of a variable.
A common interface for substituting string variables with other strings.
Definition: XStringSubstitution.idl:41
is thrown by child access methods of collections, if the addressed child does not exist.
Definition: NoSuchElementException.idl:35
string substituteVariables([in] string aText, [in] boolean bSubstRequired)
Exchanges variables inside a given text with a substitution text defined for the variables.
string reSubstituteVariables([in] string aText)
Tries to replace parts of aText with variables that represents these sub strings.
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48