|
LibreOffice Module registry (master) 1
|
This is the complete list of members for ORegKey, including all inherited members.
| acquire() | ORegKey | inline |
| closeKey(RegKeyHandle hKey) | ORegKey | |
| countSubKeys() | ORegKey | |
| createKey(std::u16string_view keyName, RegKeyHandle *phNewKey) | ORegKey | |
| deleteKey(std::u16string_view keyName) | ORegKey | |
| getFullPath(std::u16string_view path) const | ORegKey | |
| getKeyNames(std::u16string_view keyName, rtl_uString ***pSubKeyNames, sal_uInt32 *pnSubKeys) | ORegKey | |
| getLongListValue(std::u16string_view valueName, sal_Int32 **pValueList, sal_uInt32 *pLen) const | ORegKey | |
| getName() const | ORegKey | inline |
| getRegistry() const | ORegKey | inline |
| getResolvedKeyName(std::u16string_view keyName, OUString &resolvedName) const | ORegKey | |
| getStoreDir() const | ORegKey | |
| getStoreFile() const | ORegKey | inline |
| getStringListValue(std::u16string_view valueName, char ***pValueList, sal_uInt32 *pLen) const | ORegKey | |
| getUnicodeListValue(std::u16string_view valueName, sal_Unicode ***pValueList, sal_uInt32 *pLen) const | ORegKey | |
| getValue(std::u16string_view valueName, RegValue value) const | ORegKey | |
| getValueInfo(std::u16string_view valueName, RegValueType *pValueTye, sal_uInt32 *pValueSize) const | ORegKey | |
| isDeleted() const | ORegKey | inline |
| isModified() const | ORegKey | inline |
| isReadOnly() const | ORegKey | inline |
| m_bDeleted | ORegKey | private |
| m_bModified | ORegKey | private |
| m_name | ORegKey | private |
| m_pRegistry | ORegKey | private |
| m_refCount | ORegKey | private |
| openKey(std::u16string_view keyName, RegKeyHandle *phOpenKey) | ORegKey | |
| openSubKeys(std::u16string_view keyName, RegKeyHandle **phOpenSubKeys, sal_uInt32 *pnSubKeys) | ORegKey | |
| ORegKey(OUString keyName, ORegistry *pReg) | ORegKey | |
| release() | ORegKey | inline |
| releaseKey(RegKeyHandle hKey) | ORegKey | |
| setDeleted(bool bKeyDeleted) | ORegKey | inline |
| setLongListValue(std::u16string_view valueName, sal_Int32 const *pValueList, sal_uInt32 len) | ORegKey | |
| setModified(bool bModified=true) | ORegKey | inline |
| setStringListValue(std::u16string_view valueName, char **pValueList, sal_uInt32 len) | ORegKey | |
| setUnicodeListValue(std::u16string_view valueName, sal_Unicode **pValueList, sal_uInt32 len) | ORegKey | |
| setValue(std::u16string_view valueName, RegValueType vType, RegValue value, sal_uInt32 vSize) | ORegKey | |
| ~ORegKey() | ORegKey |