Home
last modified time | relevance | path

Searched refs:sFindSection (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/qadevOOo/runner/convwatch/
H A DIniFile.java133 String sFindSection = "[" + _sSectionName + "]"; in buildSectionName() local
134 return sFindSection; in buildSectionName()
144 String sFindSection = toLowerIfNeed(buildSectionName(_sSection)); in findSection() local
154 if (sFindSection.equals("[]")) in findSection()
159 if (sLine.startsWith(sFindSection)) in findSection()
350 String sFindSection = buildSectionName(_sSection); in insertValue() local
352 m_aList.add(sFindSection); in insertValue()
/aoo4110/main/qadevOOo/runner/graphical/
H A DIniFile.java169 String sFindSection = "[" + _sSectionName + "]"; in buildSectionName() local
170 return sFindSection; in buildSectionName()
192 String sFindSection = toLowerIfNeed(buildSectionName(_sSection)); in findSection() local
202 if (sFindSection.equals("[]")) in findSection()
207 if (sLine.startsWith(sFindSection)) in findSection()
478 String sFindSection = buildSectionName(_sSection); in insertValue() local
481 m_aList.add(sFindSection); in insertValue()
/aoo4110/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java190 String sFindSection = "[" + _sSectionName + "]"; in buildSectionName() local
191 return sFindSection; in buildSectionName()
213 String sFindSection = toLowerIfNeed(buildSectionName(_sSection)); in findSection() local
223 if (sFindSection.equals("[]")) in findSection()
228 if (sLine.startsWith(sFindSection)) in findSection()
503 String sFindSection = buildSectionName(_sSection); in insertValue() local
506 m_aList.add(sFindSection); in insertValue()

Completed in 28 milliseconds