Searched refs:osl_writeProfileBool (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sal/qa/osl/profile/ |
H A D | osl_old_testprofile.cxx | 69 if (! osl_writeProfileBool( hProfile, "testsection", "testbool", 1 )) in test_profile() 79 if (osl_writeProfileBool( hProfile, "testsection", "testbool", 1 )) in test_profile()
|
/aoo41x/main/sal/inc/osl/ |
H A D | profile.h | 94 sal_Bool SAL_CALL osl_writeProfileBool(oslProfile Profile,
|
H A D | profile.hxx | 118 return osl_writeProfileBool( profile, rSection.getStr(), rEntry.getStr(), Value); in writeBool()
|
/aoo41x/main/sal/qa/helper/gcov/ |
H A D | deprecated.txt | 41 osl_writeProfileBool;
|
/aoo41x/main/sal/util/ |
H A D | sal.map | 183 osl_writeProfileBool;
|
/aoo41x/main/sal/osl/unx/ |
H A D | profile.c | 788 sal_Bool SAL_CALL osl_writeProfileBool(oslProfile Profile, in osl_writeProfileBool() function
|
/aoo41x/main/sal/osl/os2/ |
H A D | profile.c | 649 sal_Bool SAL_CALL osl_writeProfileBool(oslProfile Profile, in osl_writeProfileBool() function
|
/aoo41x/main/sal/osl/w32/ |
H A D | profile.cxx | 698 sal_Bool SAL_CALL osl_writeProfileBool(oslProfile Profile, in osl_writeProfileBool() function
|
Completed in 43 milliseconds