Lines Matching refs:Key

126 class Key: public cppu::WeakImplHelper1< css::registry::XRegistryKey > {  class
128 Key( in Key() function in __anon68f5d2950111::Key
263 rtl::OUString Key::getKeyName() throw (css::uno::RuntimeException) { in getKeyName()
268 sal_Bool Key::isReadOnly() in isReadOnly()
275 sal_Bool Key::isValid() throw (css::uno::RuntimeException) { in isValid()
280 css::registry::RegistryKeyType Key::getKeyType(rtl::OUString const & rKeyName) in getKeyType()
306 css::registry::RegistryValueType Key::getValueType() in getValueType()
351 sal_Int32 Key::getLongValue() throw ( in getLongValue()
380 void Key::setLongValue(sal_Int32 value) in setLongValue()
397 css::uno::Sequence< sal_Int32 > Key::getLongListValue() throw ( in getLongListValue()
442 void Key::setLongListValue(css::uno::Sequence< sal_Int32 > const & seqValue) in setLongListValue()
464 rtl::OUString Key::getAsciiValue() throw ( in getAsciiValue()
546 void Key::setAsciiValue(rtl::OUString const & value) in setAsciiValue()
578 css::uno::Sequence< rtl::OUString > Key::getAsciiListValue() throw ( in getAsciiListValue()
641 void Key::setAsciiListValue( in setAsciiListValue()
684 rtl::OUString Key::getStringValue() throw ( in getStringValue()
752 void Key::setStringValue(rtl::OUString const & value) in setStringValue()
772 css::uno::Sequence< rtl::OUString > Key::getStringListValue() throw ( in getStringListValue()
819 void Key::setStringListValue( in setStringListValue()
843 css::uno::Sequence< sal_Int8 > Key::getBinaryValue() in getBinaryValue()
892 void Key::setBinaryValue(css::uno::Sequence< sal_Int8 > const & value) in setBinaryValue()
911 css::uno::Reference< css::registry::XRegistryKey > Key::openKey( in openKey()
920 return new Key(registry_, key); in openKey()
934 css::uno::Reference< css::registry::XRegistryKey > Key::createKey( in createKey()
943 return new Key(registry_, key); in createKey()
957 void Key::closeKey() in closeKey()
973 void Key::deleteKey(rtl::OUString const & rKeyName) in deleteKey()
990 Key::openKeys() in openKeys()
1017 keys[static_cast< sal_Int32 >(i)] = new Key( in openKeys()
1023 css::uno::Sequence< rtl::OUString > Key::getKeyNames() in getKeyNames()
1054 sal_Bool Key::createLink( in createLink()
1077 void Key::deleteLink(rtl::OUString const & rLinkName) in deleteLink()
1093 rtl::OUString Key::getLinkTarget(rtl::OUString const & rLinkName) in getLinkTarget()
1111 rtl::OUString Key::getResolvedName(rtl::OUString const & aKeyName) in getResolvedName()
1242 return new Key(this, root); in getRootKey()