Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/runner/convwatch/
H A DIniFile.java180 int findKeyFromKnownSection(int _nSectionIndex, String _sKey) in findKeyFromKnownSection() argument
183 for (int j=_nSectionIndex + 1; j<m_aList.size();j++) in findKeyFromKnownSection()
212 int findLastKnownKeyIndex(int _nSectionIndex, String _sKey) in findLastKnownKeyIndex() argument
215 int i = _nSectionIndex + 1; in findLastKnownKeyIndex()
/aoo4110/main/qadevOOo/runner/graphical/
H A DIniFile.java243 private int findKeyFromKnownSection(int _nSectionIndex, String _sKey) in findKeyFromKnownSection() argument
246 for (int j = _nSectionIndex + 1; j < m_aList.size(); j++) in findKeyFromKnownSection()
277 private int findLastKnownKeyIndex(int _nSectionIndex, String _sKey) in findLastKnownKeyIndex() argument
280 int i = _nSectionIndex + 1; in findLastKnownKeyIndex()
/aoo4110/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java264 private int findKeyFromKnownSection(int _nSectionIndex, String _sKey) in findKeyFromKnownSection() argument
267 for (int j = _nSectionIndex + 1; j < m_aList.size(); j++) in findKeyFromKnownSection()
298 private int findLastKnownKeyIndex(int _nSectionIndex, String _sKey) in findLastKnownKeyIndex() argument
301 int i = _nSectionIndex + 1; in findLastKnownKeyIndex()

Completed in 18 milliseconds