Home
last modified time | relevance | path

Searched refs:sSection (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/qadevOOo/runner/graphical/
H A DOffice.java95 … String sSection = FileHelper.getBasename(_sDocumentName); // name of the odb file in load() local
96 aIniFile2.removeSection(sSection); in load()
110 int nFileCount = aIniFile.getIntValue(sSection, "reportcount", 0); in load()
112 aIniFile.insertValue(sSection, "report" + nFileCount, sValue); in load()
113 aIniFile.insertValue(sSection, "reportcount", nFileCount + 1); in load()
H A DJPEGComparator.java503 String sSection = "page" + String.valueOf(nPage); in compareJPEG() local
505 aResultIni.insertValue(sSection, "oldgfx", sSource); in compareJPEG()
506 aResultIni.insertValue(sSection, "newgfx", sDestination); in compareJPEG()
507 aResultIni.insertValue(sSection, "diffgfx", sDifference); in compareJPEG()
508 aResultIni.insertValue(sSection, "percent", nPercentColorDiffer); in compareJPEG()
509 aResultIni.insertValue(sSection, "BM", "false"); in compareJPEG()
510 aResultIni.insertValue(sSection, "result", sResult); in compareJPEG()
H A DIniFile.java661 String sSection = m_aList.get(nLineWithSection); in nextElement() local
663 sSection = sectionToString(sSection); in nextElement()
664 return sSection; in nextElement()
H A DEnhancedComplexTestCase.java356 String sSection = (String)aIniFile.nextElement(); in foreachJPEGcompareWithJPEG() local
/aoo42x/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java686 String sSection = m_aList.get(nLineWithSection); in nextElement() local
688 sSection = sectionToString(sSection); in nextElement()
689 return sSection; in nextElement()
H A DConvwatchGUI.java99 String sSection = "page" + m_nCurrentPage; in fillImageIcons() local
101 files[0] = aIniFile.getValue(sSection, "newgfx"); // current created picture in fillImageIcons()
102 files[1] = aIniFile.getValue(sSection, "oldgfx"); // reference picture in fillImageIcons()
103 files[2] = aIniFile.getValue(sSection, "diffgfx"); in fillImageIcons()
/aoo42x/main/migrationanalysis/src/wizard/
H A DUtilities.bas344 Dim sSection As String variable
345 sSection = WIZARD_NAME & "Debug"
347 Call WritePrivateProfileString(sSection, "Analysis" & "_debug" & ErrCount, _
/aoo42x/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas2623 Dim sSection As String variable
2624 sSection = getAppSpecificApplicationName
2626 Call WritePrivateProfileString(sSection, key, value, mLogFilePath)
2640 Dim sSection As String variable
2641 sSection = getAppSpecificApplicationName & "Debug"
2644 …Call WritePrivateProfileString(sSection, "Doc" & mDocIndex & "_debug" & ErrCount, value, mLogFileP…
2656 Dim sSection As String variable
2657 sSection = getAppSpecificApplicationName & "Debug"
2660 …Call WritePrivateProfileString(sSection, "Doc" & mDocIndex & "_debug" & ErrCountTwo, "Level2: " & …

Completed in 55 milliseconds