Home
last modified time | relevance | path

Searched refs:nLineWithSection (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/qadevOOo/runner/graphical/
H A DIniFile.java658 int nLineWithSection = findNextSection(m_aEnumerationPos); in nextElement() local
659 if (nLineWithSection != -1) in nextElement()
661 String sSection = m_aList.get(nLineWithSection); in nextElement()
662 m_aEnumerationPos = findNextSection(nLineWithSection + 1); in nextElement()
/aoo41x/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java683 int nLineWithSection = findNextSection(m_aEnumerationPos); in nextElement() local
684 if (nLineWithSection != -1) in nextElement()
686 String sSection = m_aList.get(nLineWithSection); in nextElement()
687 m_aEnumerationPos = findNextSection(nLineWithSection + 1); in nextElement()

Completed in 26 milliseconds