24 #ifndef INCLUDED_OSL_PROFILE_H 25 #define INCLUDED_OSL_PROFILE_H 39 #define osl_Profile_DEFAULT 0x0000 40 #define osl_Profile_SYSTEM 0x0001 41 #define osl_Profile_READLOCK 0x0002 42 #define osl_Profile_WRITELOCK 0x0004 43 #define osl_Profile_FLUSHWRITE 0x0010 75 const char* pszSection,
const char* pszEntry,
76 char* pszString, sal_uInt32 MaxLen,
77 const char* pszDefault) SAL_COLD;
83 const char* pszSection,
const char* pszEntry,
90 const char* pszSection,
const char* pszEntry,
91 sal_uInt32 FirstId,
const char* Strings[],
92 sal_uInt32 Default) SAL_COLD;
99 const char* pszSection,
const char* pszEntry,
100 const char* pszString) SAL_COLD;
107 const char* pszSection,
const char* pszEntry,
115 const char* pszSection,
const char* pszEntry,
116 sal_uInt32 FirstId,
const char* Strings[],
117 sal_uInt32 Value) SAL_COLD;
126 const char *pszSection,
const char *pszEntry) SAL_COLD;
135 char* pszBuffer, sal_uInt32 MaxLen) SAL_COLD;
143 oslProfile Profile,
char* pszBuffer, sal_uInt32 MaxLen) SAL_COLD;
149 #endif // INCLUDED_OSL_PROFILE_H 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.
void * oslProfile
Definition: profile.h:46
#define SAL_DLLPUBLIC
Definition: saldllapi.h:34
SAL_DLLPUBLIC sal_Bool osl_flushProfile(oslProfile Profile) 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.
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_uInt32 oslProfileOption
Definition: profile.h:37
SAL_DLLPUBLIC sal_Bool osl_writeProfileBool(oslProfile Profile, const char *pszSection, const char *pszEntry, sal_Bool Value) SAL_COLD
Deprecated API.
unsigned char sal_Bool
Definition: types.h:38
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_closeProfile(oslProfile Profile) SAL_COLD
Deprecated API.
SAL_DLLPUBLIC oslProfile osl_openProfile(rtl_uString *strProfileName, oslProfileOption Options) 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 sal_uInt32 osl_getProfileSections(oslProfile Profile, char *pszBuffer, sal_uInt32 MaxLen) 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.