Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
/trunk/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 20 milliseconds