Home
last modified time | relevance | path

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

/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java69 m_aEnumerationPos = findNextSection(0); in IniFile()
81 m_aEnumerationPos = findNextSection(0); in IniFile()
599 int j = findNextSection(i + 1); in removeSection()
660 private int findNextSection(int i) in findNextSection() method in IniFile
683 int nLineWithSection = findNextSection(m_aEnumerationPos); in nextElement()
687 m_aEnumerationPos = findNextSection(nLineWithSection + 1); in nextElement()
706 while ((nPosition = findNextSection(nPosition)) != -1) in getElementCount()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DIniFile.java56 m_aEnumerationPos = findNextSection(0); in IniFile()
574 int j = findNextSection(i + 1); in removeSection()
635 private int findNextSection(int i) in findNextSection() method in IniFile
658 int nLineWithSection = findNextSection(m_aEnumerationPos); in nextElement()
662 m_aEnumerationPos = findNextSection(nLineWithSection + 1); in nextElement()
681 while ((nPosition = findNextSection(nPosition)) != -1) in getElementCount()

Completed in 20 milliseconds