Lines Matching refs:pszSection

484                               const sal_Char* pszSection, const sal_Char* pszEntry,  in osl_readProfileString()  argument
532 if (((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) != NULL) && in osl_readProfileString()
580 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileBool() argument
590 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileBool()
612 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileIdent() argument
624 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileIdent()
645 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileString() argument
698 if ((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) == NULL) in osl_writeProfileString()
704 strcpy(&Line[1], pszSection); in osl_writeProfileString()
705 Line[1 + strlen(pszSection)] = ']'; in osl_writeProfileString()
706 Line[2 + strlen(pszSection)] = '\0'; in osl_writeProfileString()
709 (! addSection(pProfile, pProfile->m_NoLines - 1, &pStr[1], strlen(pszSection)))) in osl_writeProfileString()
789 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileBool() argument
799 bRet=osl_writeProfileString(Profile, pszSection, pszEntry, STR_INI_BOOLONE); in osl_writeProfileBool()
801 bRet=osl_writeProfileString(Profile, pszSection, pszEntry, STR_INI_BOOLZERO); in osl_writeProfileBool()
812 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileIdent() argument
828 bRet = osl_writeProfileString(Profile, pszSection, pszEntry, Strings[i]); in osl_writeProfileIdent()
838 const sal_Char *pszSection, const sal_Char *pszEntry) in osl_removeProfileEntry() argument
887 if (((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) != NULL) && in osl_removeProfileEntry()
922 sal_uInt32 SAL_CALL osl_getProfileSectionEntries(oslProfile Profile, const sal_Char *pszSection, in osl_getProfileSectionEntries() argument
978 if ((pSec = findEntry(pProfile, pszSection, "", &NoEntry)) != NULL) in osl_getProfileSectionEntries()