Lines Matching refs:RegistryKey
156 friend class RegistryKey;
159 class RegistryKey: class
164 RegistryKey(Service & service, css::uno::Any const & value): in RegistryKey() function in configmgr::configuration_registry::__anon87761c130111::RegistryKey
168 virtual ~RegistryKey() {} in ~RegistryKey()
424 return new RegistryKey(*this, css::uno::makeAny(access_)); in getRootKey()
506 rtl::OUString RegistryKey::getKeyName() throw (css::uno::RuntimeException) { in getKeyName()
521 sal_Bool RegistryKey::isReadOnly() in isReadOnly()
529 sal_Bool RegistryKey::isValid() throw (css::uno::RuntimeException) { in isValid()
533 css::registry::RegistryKeyType RegistryKey::getKeyType(rtl::OUString const &) in getKeyType()
541 css::registry::RegistryValueType RegistryKey::getValueType() in getValueType()
569 sal_Int32 RegistryKey::getLongValue() in getLongValue()
587 void RegistryKey::setLongValue(sal_Int32) in setLongValue()
598 css::uno::Sequence< sal_Int32 > RegistryKey::getLongListValue() in getLongListValue()
616 void RegistryKey::setLongListValue(css::uno::Sequence< sal_Int32 > const &) in setLongListValue()
627 rtl::OUString RegistryKey::getAsciiValue() in getAsciiValue()
645 void RegistryKey::setAsciiValue(rtl::OUString const &) in setAsciiValue()
656 css::uno::Sequence< rtl::OUString > RegistryKey::getAsciiListValue() in getAsciiListValue()
674 void RegistryKey::setAsciiListValue(css::uno::Sequence< rtl::OUString > const &) in setAsciiListValue()
685 rtl::OUString RegistryKey::getStringValue() in getStringValue()
703 void RegistryKey::setStringValue(rtl::OUString const &) in setStringValue()
714 css::uno::Sequence< rtl::OUString > RegistryKey::getStringListValue() in getStringListValue()
732 void RegistryKey::setStringListValue( in setStringListValue()
744 css::uno::Sequence< sal_Int8 > RegistryKey::getBinaryValue() in getBinaryValue()
762 void RegistryKey::setBinaryValue(css::uno::Sequence< sal_Int8 > const &) in setBinaryValue()
773 css::uno::Reference< css::registry::XRegistryKey > RegistryKey::openKey( in openKey()
782 return new RegistryKey( in openKey()
789 css::uno::Reference< css::registry::XRegistryKey > RegistryKey::createKey( in createKey()
802 void RegistryKey::closeKey() in closeKey()
810 void RegistryKey::deleteKey(rtl::OUString const &) in deleteKey()
822 RegistryKey::openKeys() in openKeys()
833 css::uno::Sequence< rtl::OUString > RegistryKey::getKeyNames() in getKeyNames()
844 sal_Bool RegistryKey::createLink(rtl::OUString const &, rtl::OUString const &) in createLink()
852 void RegistryKey::deleteLink(rtl::OUString const &) in deleteLink()
859 rtl::OUString RegistryKey::getLinkTarget(rtl::OUString const &) in getLinkTarget()
867 rtl::OUString RegistryKey::getResolvedName(rtl::OUString const & aKeyName) in getResolvedName()