Searched refs:pszSection (Results 1 – 4 of 4) sorted by relevance
/aoo42x/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,
|
/aoo42x/main/sal/osl/os2/ |
H A D | profile.c | 462 PrfQueryProfileString(pProfile->m_hIni, (PCSZ)pszSection, in osl_readProfileString() 487 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileBool() argument 518 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileIdent() argument 551 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileString() argument 585 strcpy(&Line[1], pszSection); in osl_writeProfileString() 586 Line[1 + strlen(pszSection)] = ']'; in osl_writeProfileString() 587 Line[2 + strlen(pszSection)] = '\0'; in osl_writeProfileString() 638 PrfWriteProfileString(pProfile->m_hIni, (PCSZ)pszSection, in osl_writeProfileString() 650 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileBool() argument 673 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileIdent() argument [all …]
|
/aoo42x/main/sal/osl/w32/ |
H A D | profile.cxx | 455 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileString() argument 533 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileBool() argument 564 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileIdent() argument 596 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileString() argument 630 strcpy(&Line[1], pszSection); in osl_writeProfileString() 631 Line[1 + strlen(pszSection)] = ']'; in osl_writeProfileString() 632 Line[2 + strlen(pszSection)] = '\0'; in osl_writeProfileString() 699 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileBool() argument 722 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileIdent() argument 748 const sal_Char *pszSection, const sal_Char *pszEntry) in osl_removeProfileEntry() argument [all …]
|
/aoo42x/main/sal/osl/unx/ |
H A D | profile.c | 484 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileString() argument 580 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileBool() argument 612 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_readProfileIdent() 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() 789 const sal_Char* pszSection, const sal_Char* pszEntry, in osl_writeProfileBool() argument 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() [all …]
|
Completed in 47 milliseconds