Lines Matching refs:Key

408 class Key: public cppu::WeakImplHelper1< css::registry::XRegistryKey > {  class
410 Key( in Key() function in stoc::simpleregistry::__anon1514e4740211::Key
581 rtl::OUString Key::getKeyName() throw (css::uno::RuntimeException) { in getKeyName()
585 sal_Bool Key::isReadOnly() in isReadOnly()
591 sal_Bool Key::isValid() throw(css::uno::RuntimeException) { in isValid()
595 css::registry::RegistryKeyType Key::getKeyType(rtl::OUString const & rKeyName) in getKeyType()
607 css::registry::RegistryValueType Key::getValueType() in getValueType()
616 sal_Int32 Key::getLongValue() throw ( in getLongValue()
628 void Key::setLongValue(sal_Int32) in setLongValue()
639 css::uno::Sequence< sal_Int32 > Key::getLongListValue() throw ( in getLongListValue()
651 void Key::setLongListValue(css::uno::Sequence< sal_Int32 > const &) in setLongListValue()
662 rtl::OUString Key::getAsciiValue() throw ( in getAsciiValue()
683 void Key::setAsciiValue(rtl::OUString const &) in setAsciiValue()
694 css::uno::Sequence< rtl::OUString > Key::getAsciiListValue() throw ( in getAsciiListValue()
735 void Key::setAsciiListValue(css::uno::Sequence< rtl::OUString > const &) in setAsciiListValue()
746 rtl::OUString Key::getStringValue() throw ( in getStringValue()
775 void Key::setStringValue(rtl::OUString const &) in setStringValue()
786 css::uno::Sequence< rtl::OUString > Key::getStringListValue() throw ( in getStringListValue()
798 void Key::setStringListValue(css::uno::Sequence< rtl::OUString > const &) in setStringListValue()
809 css::uno::Sequence< sal_Int8 > Key::getBinaryValue() in getBinaryValue()
822 void Key::setBinaryValue(css::uno::Sequence< sal_Int8 > const &) in setBinaryValue()
833 css::uno::Reference< css::registry::XRegistryKey > Key::openKey( in openKey()
841 return new Key(data_, path); in openKey()
844 css::uno::Reference< css::registry::XRegistryKey > Key::createKey( in createKey()
856 void Key::closeKey() in closeKey()
860 void Key::deleteKey(rtl::OUString const &) in deleteKey()
872 Key::openKeys() in openKeys()
885 css::uno::Sequence< rtl::OUString > Key::getKeyNames() in getKeyNames()
897 sal_Bool Key::createLink(rtl::OUString const &, rtl::OUString const &) in createLink()
908 void Key::deleteLink(rtl::OUString const &) in deleteLink()
919 rtl::OUString Key::getLinkTarget(rtl::OUString const &) in getLinkTarget()
930 rtl::OUString Key::getResolvedName(rtl::OUString const & aKeyName) in getResolvedName()
938 bool Key::find( in find()
1051 css::uno::Sequence< rtl::OUString > Key::getChildren() { in getChildren()
1221 return new Key(data_, std::vector< rtl::OUString >()); in getRootKey()