Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DIniFile.java140 public boolean hasValue(String _sSectionName, String _sKey) in hasValue() argument
142 int n = findKey(_sSectionName, _sKey); in hasValue()
167 private String buildSectionName(String _sSectionName) in buildSectionName() argument
169 String sFindSection = "[" + _sSectionName + "]"; in buildSectionName()
173 private String sectionToString(String _sSectionName) in sectionToString() argument
175 String sKeyName = _sSectionName; in sectionToString()
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java161 public boolean hasValue(String _sSectionName, String _sKey) in hasValue() argument
163 int n = findKey(_sSectionName, _sKey); in hasValue()
188 private String buildSectionName(String _sSectionName) in buildSectionName() argument
190 String sFindSection = "[" + _sSectionName + "]"; in buildSectionName()
194 private String sectionToString(String _sSectionName) in sectionToString() argument
196 String sKeyName = _sSectionName; in sectionToString()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DINIOutputter.java83 public void writeSection(String _sSectionName) in writeSection() argument
87 m_aOut.write("[" + _sSectionName + "]" + ls); in writeSection()
H A DIniFile.java131 String buildSectionName(String _sSectionName) in buildSectionName() argument
133 String sFindSection = "[" + _sSectionName + "]"; in buildSectionName()

Completed in 38 milliseconds