20 #ifndef INCLUDED_OSL_PROFILE_H 21 #define INCLUDED_OSL_PROFILE_H 35 #define osl_Profile_DEFAULT 0x0000 36 #define osl_Profile_SYSTEM 0x0001 37 #define osl_Profile_READLOCK 0x0002 38 #define osl_Profile_WRITELOCK 0x0004 39 #define osl_Profile_FLUSHWRITE 0x0010 50 rtl_uString *strProfileName, oslProfileOption Options) SAL_COLD;
58 oslProfile Profile) SAL_COLD;
65 oslProfile Profile) SAL_COLD;
72 sal_Char* pszString, sal_uInt32 MaxLen,
73 const sal_Char* pszDefault) SAL_COLD;
87 sal_uInt32 FirstId,
const sal_Char* Strings[],
88 sal_uInt32 Default) SAL_COLD;
110 sal_uInt32 FirstId,
const sal_Char* Strings[],
111 sal_uInt32 Value) SAL_COLD;
128 oslProfile Profile,
const sal_Char *pszSection,
129 sal_Char* pszBuffer, sal_uInt32 MaxLen) SAL_COLD;
137 oslProfile Profile,
sal_Char* pszBuffer, sal_uInt32 MaxLen) SAL_COLD;
143 #endif // INCLUDED_OSL_PROFILE_H SAL_DLLPUBLIC sal_Bool osl_closeProfile(oslProfile Profile) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_Bool osl_readProfileString(oslProfile Profile, const sal_Char *pszSection, const sal_Char *pszEntry, sal_Char *pszString, sal_uInt32 MaxLen, const sal_Char *pszDefault) SAL_COLD
Deprecated API.
sal_uInt32 oslProfileOption
Definition: profile.h:33
SAL_DLLPUBLIC oslProfile osl_openProfile(rtl_uString *strProfileName, oslProfileOption Options) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_uInt32 osl_getProfileSections(oslProfile Profile, sal_Char *pszBuffer, sal_uInt32 MaxLen) SAL_COLD
Deprecated API.
#define SAL_DLLPUBLIC
Definition: saldllapi.h:30
SAL_DLLPUBLIC sal_Bool osl_writeProfileBool(oslProfile Profile, const sal_Char *pszSection, const sal_Char *pszEntry, sal_Bool Value) SAL_COLD
Deprecated API.
unsigned char sal_Bool
Definition: types.h:48
SAL_DLLPUBLIC sal_Bool osl_removeProfileEntry(oslProfile Profile, const sal_Char *pszSection, const sal_Char *pszEntry) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_uInt32 osl_readProfileIdent(oslProfile Profile, const sal_Char *pszSection, const sal_Char *pszEntry, sal_uInt32 FirstId, const sal_Char *Strings[], sal_uInt32 Default) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_Bool osl_readProfileBool(oslProfile Profile, const sal_Char *pszSection, const sal_Char *pszEntry, sal_Bool Default) SAL_COLD
Deprecated API.
char sal_Char
A legacy synonym for char.
Definition: types.h:130
void * oslProfile
Definition: profile.h:42
SAL_DLLPUBLIC sal_Bool osl_writeProfileIdent(oslProfile Profile, const sal_Char *pszSection, const sal_Char *pszEntry, sal_uInt32 FirstId, const sal_Char *Strings[], sal_uInt32 Value) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_Bool osl_flushProfile(oslProfile Profile) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_uInt32 osl_getProfileSectionEntries(oslProfile Profile, const sal_Char *pszSection, sal_Char *pszBuffer, sal_uInt32 MaxLen) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_Bool osl_writeProfileString(oslProfile Profile, const sal_Char *pszSection, const sal_Char *pszEntry, const sal_Char *pszString) SAL_COLD
Deprecated API.