Home
last modified time | relevance | path

Searched refs:expandMacro (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/qadevOOo/runner/util/
H A Dutils.java718 sysBinDir = utils.getSystemURL(utils.expandMacro(msf, "$SYSBINDIR")); in getOfficeBinPath()
901 …public static String expandMacro(XMultiServiceFactory xMSF, String expand) throws java.lang.Except… in expandMacro() method in utils
926 String theOS = expandMacro(xMSF, "$_OS"); in getOfficeOS()
934 String theArch = expandMacro(xMSF, "$_ARCH"); in getOfficeOS()
/AOO42X/main/toolkit/src2xml/source/
H A Dsrcparser.py213 self.expandMacro()
216 def expandMacro (self): member in SrcParser
/AOO42X/main/framework/qa/complex/framework/recovery/
H A DRecoveryTools.java189 String userPath = utils.expandMacro(xMSF, "${$ORIGIN/bootstraprc:UserInstallation}"); in getRecoveryFiles()
192 …if (userPath.equals(""))userPath = utils.expandMacro(xMSF, "${$ORIGIN/bootstrap.ini:UserInstallati… in getRecoveryFiles()
/AOO42X/main/qadevOOo/runner/helper/
H A DOfficeProvider.java738 sysBinDir = utils.getSystemURL(utils.expandMacro(msf, "$SYSBINDIR")); in makeAppExecCommand()