Lines Matching refs:m_NoEntries
121 sal_uInt32 m_NoEntries; member
445 (NoEntry < pSec->m_NoEntries) && in osl_readProfileString()
600 NoEntry = pSec->m_NoEntries; in osl_writeProfileString()
608 if (NoEntry >= pSec->m_NoEntries) in osl_writeProfileString()
610 if (pSec->m_NoEntries > 0) in osl_writeProfileString()
611 i = pSec->m_Entries[pSec->m_NoEntries - 1].m_Line + 1; in osl_writeProfileString()
726 (NoEntry < pSec->m_NoEntries)) in osl_removeProfileEntry()
730 if (pSec->m_NoEntries == 0) in osl_removeProfileEntry()
786 for (i = 0; i < pSec->m_NoEntries; i++) in osl_getProfileSectionEntries()
804 for (i = 0; i < pSec->m_NoEntries; i++) in osl_getProfileSectionEntries()
1529 for (n = 0; n < pSec->m_NoEntries; n++) in insertLine()
1563 for (n = 0; n < pSec->m_NoEntries; n++) in removeLine()
1596 if (pSection->m_NoEntries >= pSection->m_MaxEntries) in addEntry()
1613 pSection->m_NoEntries = 0; in addEntry()
1619 pSection->m_NoEntries++; in addEntry()
1622 setEntry(pProfile, pSection, pSection->m_NoEntries - 1, Line, in addEntry()
1633 if (NoEntry < pSection->m_NoEntries) in removeEntry()
1635 if (pSection->m_NoEntries - NoEntry > 1) in removeEntry()
1638 (pSection->m_NoEntries - NoEntry - 1) * sizeof(osl_TProfileEntry)); in removeEntry()
1639 pSection->m_NoEntries--; in removeEntry()
1672 pProfile->m_Sections[pProfile->m_NoSections - 1].m_NoEntries = 0; in addSection()
1738 *pNoEntry = pSec->m_NoEntries; in findEntry()
1740 for (i = 0; i < pSec->m_NoEntries; i++) in findEntry()