Searched refs:osl_writeProfileBool (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sal/qa/osl/profile/ |
H A D | osl_old_testprofile.cxx | 61 if (! osl_writeProfileBool( hProfile, "testsection", "testbool", 1 )) in TEST_F() 71 if (osl_writeProfileBool( hProfile, "testsection", "testbool", 1 )) in TEST_F()
|
/aoo42x/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()
|
/aoo42x/main/sal/qa/helper/gcov/ |
H A D | deprecated.txt | 41 osl_writeProfileBool;
|
/aoo42x/main/sal/util/ |
H A D | sal.map | 183 osl_writeProfileBool;
|
/aoo42x/main/sal/osl/unx/ |
H A D | profile.c | 788 sal_Bool SAL_CALL osl_writeProfileBool(oslProfile Profile, in osl_writeProfileBool() function
|
/aoo42x/main/sal/osl/os2/ |
H A D | profile.c | 649 sal_Bool SAL_CALL osl_writeProfileBool(oslProfile Profile, in osl_writeProfileBool() function
|
/aoo42x/main/sal/osl/w32/ |
H A D | profile.cxx | 698 sal_Bool SAL_CALL osl_writeProfileBool(oslProfile Profile, in osl_writeProfileBool() function
|
Completed in 109 milliseconds