4 #ifndef INCLUDED_OSL_PROFILE_H
5 #define INCLUDED_OSL_PROFILE_H
19 #define osl_Profile_DEFAULT 0x0000
20 #define osl_Profile_SYSTEM 0x0001
21 #define osl_Profile_READLOCK 0x0002
22 #define osl_Profile_WRITELOCK 0x0004
23 #define osl_Profile_FLUSHWRITE 0x0010
34 rtl_uString *strProfileName, oslProfileOption Options) SAL_COLD;
42 oslProfile Profile) SAL_COLD;
49 oslProfile Profile) SAL_COLD;
55 const char* pszSection,
const char* pszEntry,
56 char* pszString, sal_uInt32 MaxLen,
57 const char* pszDefault) SAL_COLD;
63 const char* pszSection,
const char* pszEntry,
70 const char* pszSection,
const char* pszEntry,
71 sal_uInt32 FirstId,
const char* Strings[],
72 sal_uInt32 Default) SAL_COLD;
79 const char* pszSection,
const char* pszEntry,
80 const char* pszString) SAL_COLD;
87 const char* pszSection,
const char* pszEntry,
95 const char* pszSection,
const char* pszEntry,
96 sal_uInt32 FirstId,
const char* Strings[],
97 sal_uInt32 Value) SAL_COLD;
106 const char *pszSection,
const char *pszEntry) SAL_COLD;
114 oslProfile Profile,
const char *pszSection,
115 char* pszBuffer, sal_uInt32 MaxLen) SAL_COLD;
123 oslProfile Profile,
char* pszBuffer, sal_uInt32 MaxLen) SAL_COLD;
129 #endif // INCLUDED_OSL_PROFILE_H
unsigned char sal_Bool
Definition: types.h:18
SAL_DLLPUBLIC sal_Bool osl_flushProfile(oslProfile Profile) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_Bool osl_writeProfileBool(oslProfile Profile, const char *pszSection, const char *pszEntry, sal_Bool Value) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_uInt32 osl_readProfileIdent(oslProfile Profile, const char *pszSection, const char *pszEntry, sal_uInt32 FirstId, const char *Strings[], sal_uInt32 Default) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_Bool osl_readProfileBool(oslProfile Profile, const char *pszSection, const char *pszEntry, sal_Bool Default) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_uInt32 osl_getProfileSectionEntries(oslProfile Profile, const char *pszSection, char *pszBuffer, sal_uInt32 MaxLen) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC oslProfile osl_openProfile(rtl_uString *strProfileName, oslProfileOption Options) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_Bool osl_writeProfileString(oslProfile Profile, const char *pszSection, const char *pszEntry, const char *pszString) SAL_COLD
Deprecated API.
void * oslProfile
Definition: profile.h:26
SAL_DLLPUBLIC sal_Bool osl_readProfileString(oslProfile Profile, const char *pszSection, const char *pszEntry, char *pszString, sal_uInt32 MaxLen, const char *pszDefault) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_Bool osl_closeProfile(oslProfile Profile) SAL_COLD
Deprecated API.
sal_uInt32 oslProfileOption
Definition: profile.h:17
SAL_DLLPUBLIC sal_Bool osl_writeProfileIdent(oslProfile Profile, const char *pszSection, const char *pszEntry, sal_uInt32 FirstId, const char *Strings[], sal_uInt32 Value) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_Bool osl_removeProfileEntry(oslProfile Profile, const char *pszSection, const char *pszEntry) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_uInt32 osl_getProfileSections(oslProfile Profile, char *pszBuffer, sal_uInt32 MaxLen) SAL_COLD
Deprecated API.
#define SAL_DLLPUBLIC
Definition: saldllapi.h:14