Searched refs:strSVName (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/sal/osl/w32/ |
| H A D | profile.cxx | 2284 rtl_uString * strSVName = NULL; in lookupProfile() local 2290 rtl_uString_newFromAscii(&strSVName, SVERSION_NAME); in lookupProfile() 2294 if (osl_getProfileName( strSVFallback, strSVName, &strSVProfile)) in lookupProfile() 2329 (osl_getProfileName(strSVLocation, strSVName, &strSVProfile))) in lookupProfile() 2362 rtl_uString_release(strSVName); in lookupProfile() 2548 rtl_uString * strSVName = NULL; in lookupProfile() local 2553 rtl_uString_newFromAscii(&strSVName, SVERSION_NAME); in lookupProfile() 2557 if (osl_getProfileName(strSVLocation, strSVName, &strSVProfile)) in lookupProfile() 2574 strSVFallback, strSVName, &strSVProfile)) in lookupProfile() 2635 rtl_uString_release(strSVName); in lookupProfile()
|