LibreOffice
LibreOffice 24.2 SDK C/C++ API Reference
|
This is the complete list of members for osl::Profile, including all inherited members.
flush() | osl::Profile | inline |
getSectionEntries(const rtl::OString &rSection) | osl::Profile | inline |
getSections() | osl::Profile | inline |
Profile(const rtl::OUString &strProfileName, oslProfileOption Options=Profile_DEFAULT) | osl::Profile | inline |
readBool(const rtl::OString &rSection, const rtl::OString &rEntry, bool bDefault) | osl::Profile | inline |
readIdent(const rtl::OString &rSection, const rtl::OString &rEntry, sal_uInt32 nFirstId, const std::list< rtl::OString > &rStrings, sal_uInt32 nDefault) | osl::Profile | inline |
readString(const rtl::OString &rSection, const rtl::OString &rEntry, const rtl::OString &rDefault) | osl::Profile | inline |
removeEntry(const rtl::OString &rSection, const rtl::OString &rEntry) | osl::Profile | inline |
writeBool(const rtl::OString &rSection, const rtl::OString &rEntry, bool Value) | osl::Profile | inline |
writeIdent(const rtl::OString &rSection, const rtl::OString &rEntry, sal_uInt32 nFirstId, const std::list< rtl::OString > &rStrings, sal_uInt32 nValue) | osl::Profile | inline |
writeString(const rtl::OString &rSection, const rtl::OString &rEntry, const rtl::OString &rString) | osl::Profile | inline |
~Profile() | osl::Profile | inline |