Home
last modified time | relevance | path

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

/aoo41x/main/sal/osl/unx/
H A Dprofile.c128 sal_uInt32 m_NoSections; member
1603 for (i = 0; i < pProfile->m_NoSections; i++) in insertLine()
1762 pProfile->m_NoSections = 0; in addSection()
1768 pProfile->m_NoSections++; in addSection()
1808 pProfile->m_NoSections--; in removeSection()
1829 n %= pProfile->m_NoSections; in findEntry()
1840 if (i < pProfile->m_NoSections) in findEntry()
1875 pProfile->m_NoSections = 0; in loadProfile()
1910 if (pProfile->m_NoSections < 1) in loadProfile()
2006 while (pProfile->m_NoSections > 0) in storeProfile()
[all …]
/aoo41x/main/sal/osl/w32/
H A Dprofile.cxx135 sal_uInt32 m_NoSections; member
1820 pProfile->m_NoSections = 0; in addSection()
1826 pProfile->m_NoSections++; in addSection()
1852 if (pProfile->m_NoSections - Section > 1) in removeSection()
1867 pProfile->m_NoSections--; in removeSection()
1887 for (i = 0; i < pProfile->m_NoSections; i++) in findEntry()
1889 n %= pProfile->m_NoSections; in findEntry()
1900 if (i < pProfile->m_NoSections) in findEntry()
1934 pProfile->m_NoSections = 0; in loadProfile()
1956 if (pProfile->m_NoSections < 1) in loadProfile()
[all …]
/aoo41x/main/sal/osl/os2/
H A Dprofile.c138 sal_uInt32 m_NoSections; member
1663 pProfile->m_NoSections = 0; in addSection()
1669 pProfile->m_NoSections++; in addSection()
1690 if (pProfile->m_NoSections - Section > 1) in removeSection()
1700 pProfile->m_NoSections--; in removeSection()
1720 for (i = 0; i < pProfile->m_NoSections; i++) in findEntry()
1722 n %= pProfile->m_NoSections; in findEntry()
1733 if (i < pProfile->m_NoSections) in findEntry()
1767 pProfile->m_NoSections = 0; in loadProfile()
1789 if (pProfile->m_NoSections < 1) in loadProfile()
[all …]

Completed in 58 milliseconds