Lines Matching refs:oslProfile
43 typedef void* oslProfile; typedef
50 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, oslProfileOption Options);
57 sal_Bool SAL_CALL osl_closeProfile(oslProfile Profile);
63 sal_Bool SAL_CALL osl_flushProfile(oslProfile Profile);
67 sal_Bool SAL_CALL osl_readProfileString(oslProfile Profile,
74 sal_Bool SAL_CALL osl_readProfileBool(oslProfile Profile,
80 sal_uInt32 SAL_CALL osl_readProfileIdent(oslProfile Profile,
88 sal_Bool SAL_CALL osl_writeProfileString(oslProfile Profile,
94 sal_Bool SAL_CALL osl_writeProfileBool(oslProfile Profile,
100 sal_Bool SAL_CALL osl_writeProfileIdent(oslProfile Profile,
111 sal_Bool SAL_CALL osl_removeProfileEntry(oslProfile Profile,
120 sal_uInt32 SAL_CALL osl_getProfileSectionEntries(oslProfile Profile, const sal_Char *pszSection,
129 sal_uInt32 SAL_CALL osl_getProfileSections(oslProfile Profile, sal_Char* pszBuffer, sal_uInt32 MaxL…