Searched refs:sPSorPDFName (Results 1 – 1 of 1) sorted by relevance
235 String sPSorPDFName = getPSorPDFNameFromIniFile(aIniFile, sValue); in runThroughEveryReportInIndex() local236 if (sPSorPDFName.length() > 0) in runThroughEveryReportInIndex()238 String sEntry = FileHelper.appendPath(_sPath, sPSorPDFName); in runThroughEveryReportInIndex()281 String sPSorPDFName = getPSorPDFNameFromIniFile(aIniFile, _sBasename); in runThroughEveryReportInIndex() local285 if (sPSorPDFName.length() > 0) in runThroughEveryReportInIndex()287 String sEntry = FileHelper.appendPath(_sPath, sPSorPDFName); in runThroughEveryReportInIndex()456 String sPSorPDFName = getPSorPDFNameFromIniFile(aIniFile, sValue); in foreachResultCreateHTML() local457 if (sPSorPDFName.length() > 0) in foreachResultCreateHTML()459 aList.add(sPSorPDFName); in foreachResultCreateHTML()
Completed in 10 milliseconds