Searched refs:strProfileName (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sal/osl/w32/ |
H A D | profile.cxx | 180 …_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString** strProfileName); 186 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, sal_uInt32 Flags) in osl_openProfile() argument 195 OSL_VERIFY(strProfileName); in osl_openProfile() 197 if (rtl_uString_getLength(strProfileName) == 0 ) in osl_openProfile() 203 rtl_uString_assign(&FileName, strProfileName); in osl_openProfile() 256 osl_getSystemPathFromFileURL(strProfileName, &pProfile->m_strFileName); in osl_openProfile() 885 …L_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString** strProfileName) in osl_getProfileName() argument 1094 nError = osl_getFileURLFromSystemPath(strTmp, strProfileName); in osl_getProfileName()
|
/aoo41x/main/sal/osl/os2/ |
H A D | profile.c | 182 …_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString** strProfileName); 195 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, sal_uInt32 Flags) in osl_openProfile() argument 204 OSL_VERIFY(strProfileName); in osl_openProfile() 213 rtl_uString_assign(&FileName, strProfileName); in osl_openProfile() 263 osl_getSystemPathFromFileURL(strProfileName, &pProfile->m_strFileName); in osl_openProfile() 874 …L_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString** strProfileName) 1083 nError = osl_getFileURLFromSystemPath(strTmp, strProfileName);
|
/aoo41x/main/sal/inc/osl/ |
H A D | profile.hxx | 51 Profile(const rtl::OUString strProfileName, oslProfileOption Options = Profile_DEFAULT ) in Profile() argument 53 profile = osl_openProfile(strProfileName.pData, Options); in Profile()
|
H A D | profile.h | 50 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, oslProfileOption Options);
|
Completed in 126 milliseconds