Lines Matching refs:aIniFile

160                 IniFile aIniFile = new IniFile(_aParam.getInputPath());  in foreachPSorPDFinInputPath()  local
161 while (aIniFile.hasMoreElements()) in foreachPSorPDFinInputPath()
163 String sKey = (String)aIniFile.nextElement(); in foreachPSorPDFinInputPath()
224 IniFile aIniFile = new IniFile(sIndexFile); in runThroughEveryReportInIndex() local
226 if (aIniFile.hasSection(_sBasename)) in runThroughEveryReportInIndex()
229 int nFileCount = aIniFile.getIntValue(_sBasename, "reportcount", 0); in runThroughEveryReportInIndex()
233 String sValue = aIniFile.getValue(_sBasename, "report" + i); in runThroughEveryReportInIndex()
235 String sPSorPDFName = getPSorPDFNameFromIniFile(aIniFile, sValue); in runThroughEveryReportInIndex()
242 aIniFile.close(); in runThroughEveryReportInIndex()
281 String sPSorPDFName = getPSorPDFNameFromIniFile(aIniFile, _sBasename); in runThroughEveryReportInIndex()
283 aIniFile.close(); in runThroughEveryReportInIndex()
353 IniFile aIniFile = new IniFile(_aParam.getInputPath()); in foreachJPEGcompareWithJPEG() local
354 while (aIniFile.hasMoreElements()) in foreachJPEGcompareWithJPEG()
356 String sSection = (String)aIniFile.nextElement(); in foreachJPEGcompareWithJPEG()
445 IniFile aIniFile = new IniFile(sIndexFile); in foreachResultCreateHTML() local
447 if (aIniFile.hasSection(sBasename)) in foreachResultCreateHTML()
450 int nFileCount = aIniFile.getIntValue(sBasename, "reportcount", 0); in foreachResultCreateHTML()
454 String sValue = aIniFile.getValue(sBasename, "report" + i); in foreachResultCreateHTML()
456 String sPSorPDFName = getPSorPDFNameFromIniFile(aIniFile, sValue); in foreachResultCreateHTML()
516 aIniFile.close(); in foreachResultCreateHTML()