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
71 const char* pszSection,
const char* pszEntry,
72 char* pszString, sal_uInt32 MaxLen,
73 const char* pszDefault) SAL_COLD;
79 const char* pszSection,
const char* pszEntry,
86 const char* pszSection,
const char* pszEntry,
87 sal_uInt32 FirstId,
const char* Strings[],
88 sal_uInt32 Default) SAL_COLD;
95 const char* pszSection,
const char* pszEntry,
96 const char* pszString) SAL_COLD;
103 const char* pszSection,
const char* pszEntry,
111 const char* pszSection,
const char* pszEntry,
112 sal_uInt32 FirstId,
const char* Strings[],
113 sal_uInt32 Value) SAL_COLD;
122 const char *pszSection,
const char *pszEntry) SAL_COLD;
131 char* pszBuffer, sal_uInt32 MaxLen) SAL_COLD;
139 oslProfile Profile,
char* pszBuffer, sal_uInt32 MaxLen) SAL_COLD;
#define SAL_DLLPUBLIC
Definition: saldllapi.h:30
unsigned char sal_Bool
Definition: types.h:34
sal_uInt32 oslProfileOption
Definition: profile.h:33
SAL_DLLPUBLIC sal_Bool osl_writeProfileString(oslProfile Profile, const char *pszSection, const char *pszEntry, const char *pszString) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC oslProfile osl_openProfile(rtl_uString *strProfileName, oslProfileOption Options) 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_removeProfileEntry(oslProfile Profile, const char *pszSection, const char *pszEntry) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_uInt32 osl_getProfileSectionEntries(oslProfile Profile, const char *pszSection, char *pszBuffer, sal_uInt32 MaxLen) SAL_COLD
Deprecated API.
void * oslProfile
Definition: profile.h:42
SAL_DLLPUBLIC sal_Bool osl_readProfileBool(oslProfile Profile, const char *pszSection, const char *pszEntry, sal_Bool Default) SAL_COLD
Deprecated API.
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_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_DLLPUBLIC sal_Bool osl_writeProfileBool(oslProfile Profile, const char *pszSection, const char *pszEntry, sal_Bool Value) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_Bool osl_flushProfile(oslProfile Profile) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC sal_uInt32 osl_getProfileSections(oslProfile Profile, char *pszBuffer, sal_uInt32 MaxLen) SAL_COLD
Deprecated API.