| /trunk/main/sal/inc/osl/ |
| H A D | profile.h | 68 const sal_Char* pszSection, const sal_Char* pszEntry, 75 const sal_Char* pszSection, const sal_Char* pszEntry, 81 const sal_Char* pszSection, const sal_Char* pszEntry, 89 const sal_Char* pszSection, const sal_Char* pszEntry, 95 const sal_Char* pszSection, const sal_Char* pszEntry, 101 const sal_Char* pszSection, const sal_Char* pszEntry, 112 const sal_Char *pszSection, const sal_Char *pszEntry); 120 sal_uInt32 SAL_CALL osl_getProfileSectionEntries(oslProfile Profile, const sal_Char *pszSection,
|
| /trunk/main/sal/osl/os2/ |
| H A D | profile.c | 415 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileString() argument 444 if (((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) != NULL) && in osl_readProfileString() 462 PrfQueryProfileString(pProfile->m_hIni, (PCSZ)pszSection, in osl_readProfileString() 487 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileBool() argument 496 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileBool() 518 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileIdent() argument 529 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileIdent() 551 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileString() argument 579 if ((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) == NULL) in osl_writeProfileString() 585 strcpy(&Line[1], pszSection); in osl_writeProfileString() [all …]
|
| /trunk/main/sal/osl/w32/ |
| H A D | profile.cxx | 455 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileString() argument 484 if (((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) != NULL) && in osl_readProfileString() 506 GetPrivateProfileString(pszSection, pszEntry, pszDefault, pszString, MaxLen, aFileName); in osl_readProfileString() 533 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileBool() argument 542 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileBool() 564 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileIdent() argument 575 if (osl_readProfileString(Profile, pszSection, pszEntry, Line, sizeof(Line), "")) in osl_readProfileIdent() 596 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileString() argument 624 if ((pSec = findEntry(pProfile, pszSection, pszEntry, &NoEntry)) == NULL) in osl_writeProfileString() 630 strcpy(&Line[1], pszSection); in osl_writeProfileString() [all …]
|
| /trunk/main/sal/osl/unx/ |
| H A D | profile.c | 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() [all …]
|