Lines Matching refs:RegistryKey

92 class RegistryKey;
130 inline RegError openRootKey(RegistryKey& rRootKey);
174 inline RegError loadKey(RegistryKey& rKey,
189 inline RegError saveKey(RegistryKey& rKey,
208 inline RegError mergeKey(RegistryKey& rKey,
221 inline RegError dumpRegistry(RegistryKey& rKey);
223 friend class RegistryKey;
254 inline RegistryKey getElement(sal_uInt32 index);
259 friend class RegistryKey;
299 friend class RegistryKey;
363 friend class RegistryKey;
399 class RegistryKey class
403 inline RegistryKey();
406 inline RegistryKey(const RegistryKey& toCopy);
409 inline ~RegistryKey();
412 inline RegistryKey& operator = (const RegistryKey& toAssign);
434 RegistryKey& rNewKey);
444 RegistryKey& rOpenKey);
656 inline RegistryKey(Registry& registry,
693 inline RegistryKey RegistryKeyArray::getElement(sal_uInt32 index) in getElement()
696 return RegistryKey(m_registry, m_phKeys[index]); in getElement()
698 return RegistryKey(); in getElement()
782 inline RegistryKey::RegistryKey() in RegistryKey() function in RegistryKey
786 inline RegistryKey::RegistryKey(Registry& registry, RegKeyHandle hKey) in RegistryKey() function in RegistryKey
794 inline RegistryKey::RegistryKey(const RegistryKey& toCopy) in RegistryKey() function in RegistryKey
802 inline void RegistryKey::setRegistry(Registry& registry) in setRegistry()
807 inline RegistryKey::~RegistryKey() in ~RegistryKey()
813 inline RegistryKey& RegistryKey::operator = (const RegistryKey& toAssign) in operator =()
826 inline sal_Bool RegistryKey::isValid() const in isValid()
829 inline sal_Bool RegistryKey::isReadOnly() const in isReadOnly()
837 inline ::rtl::OUString RegistryKey::getName() in getName()
845 inline RegError RegistryKey::createKey(const ::rtl::OUString& keyName, in createKey()
846 RegistryKey& rNewKey) in createKey()
858 inline RegError RegistryKey::openKey(const ::rtl::OUString& keyName, in openKey()
859 RegistryKey& rOpenKey) in openKey()
872 inline RegError RegistryKey::openSubKeys(const ::rtl::OUString& keyName, in openSubKeys()
894 inline RegError RegistryKey::getKeyNames(const ::rtl::OUString& keyName, in getKeyNames()
916 inline RegError RegistryKey::closeSubKeys(RegistryKeyArray& rSubKeys) in closeSubKeys()
924 inline RegError RegistryKey::deleteKey(const ::rtl::OUString& keyName) in deleteKey()
932 inline RegError RegistryKey::closeKey() in closeKey()
947 inline void RegistryKey::releaseKey() in releaseKey()
955 inline RegError RegistryKey::setValue(const ::rtl::OUString& keyName, in setValue()
967 inline RegError RegistryKey::setLongListValue(const ::rtl::OUString& keyName, in setLongListValue()
978 inline RegError RegistryKey::setStringListValue(const ::rtl::OUString& keyName, in setStringListValue()
989 inline RegError RegistryKey::setUnicodeListValue(const ::rtl::OUString& keyName, in setUnicodeListValue()
1000 inline RegError RegistryKey::getValueInfo(const ::rtl::OUString& keyName, in getValueInfo()
1010 inline RegError RegistryKey::getValue(const ::rtl::OUString& keyName, in getValue()
1019 inline RegError RegistryKey::getLongListValue(const ::rtl::OUString& keyName, in getLongListValue()
1042 inline RegError RegistryKey::getStringListValue(const ::rtl::OUString& keyName, in getStringListValue()
1065 inline RegError RegistryKey::getUnicodeListValue(const ::rtl::OUString& keyName, in getUnicodeListValue()
1088 inline RegError RegistryKey::createLink(const ::rtl::OUString& linkName, in createLink()
1097 inline RegError RegistryKey::deleteLink(const ::rtl::OUString& linkName) in deleteLink()
1105 inline RegError RegistryKey::getKeyType(const ::rtl::OUString& keyName, in getKeyType()
1114 inline RegError RegistryKey::getLinkTarget(const ::rtl::OUString& linkName, in getLinkTarget()
1127 inline RegError RegistryKey::getResolvedKeyName(const ::rtl::OUString& keyName, in getResolvedKeyName()
1140 inline ::rtl::OUString RegistryKey::getRegistryName() in getRegistryName()
1190 inline RegError Registry::openRootKey(RegistryKey& rRootKey) in openRootKey()
1234 inline RegError Registry::loadKey(RegistryKey& rKey, in loadKey()
1239 inline RegError Registry::saveKey(RegistryKey& rKey, in saveKey()
1244 inline RegError Registry::mergeKey(RegistryKey& rKey, in mergeKey()
1251 inline RegError Registry::dumpRegistry(RegistryKey& rKey) in dumpRegistry()