Lines Matching refs:registry

42 class MyKey : public cppu::WeakImplHelper1<registry::XRegistryKey>
49 …virtual sal_Bool SAL_CALL isReadOnly( ) throw (registry::InvalidRegistryException, uno::RuntimeEx… in isReadOnly()
51registry::RegistryKeyType SAL_CALL getKeyType( const rtl::OUString& /*rKeyName*/ ) throw (registry in getKeyType()
52 …virtual registry::RegistryValueType SAL_CALL getValueType( ) throw (registry::InvalidRegistryExce… in getValueType()
53 …virtual sal_Int32 SAL_CALL getLongValue( ) throw (registry::InvalidRegistryException, registry::I… in getLongValue()
54 …virtual void SAL_CALL setLongValue( sal_Int32 /*value*/ ) throw (registry::InvalidRegistryExceptio… in setLongValue()
55 …nce< sal_Int32 > SAL_CALL getLongListValue( ) throw (registry::InvalidRegistryException, registry in getLongListValue()
56 …tLongListValue( const uno::Sequence< sal_Int32 >& /*seqValue*/ ) throw (registry::InvalidRegistryE… in setLongListValue()
57 …rtual rtl::OUString SAL_CALL getAsciiValue( ) throw (registry::InvalidRegistryException, registry in getAsciiValue()
58 …virtual void SAL_CALL setAsciiValue( const rtl::OUString& /*value*/ ) throw (registry::InvalidRegi… in setAsciiValue()
59 …rtl::OUString > SAL_CALL getAsciiListValue( ) throw (registry::InvalidRegistryException, registry in getAsciiListValue()
60 …iListValue( const uno::Sequence< rtl::OUString >& /*seqValue*/ ) throw (registry::InvalidRegistryE… in setAsciiListValue()
61 …tual rtl::OUString SAL_CALL getStringValue( ) throw (registry::InvalidRegistryException, registry in getStringValue()
62 …virtual void SAL_CALL setStringValue( const rtl::OUString& /*value*/ ) throw (registry::InvalidReg… in setStringValue()
63 …tl::OUString > SAL_CALL getStringListValue( ) throw (registry::InvalidRegistryException, registry in getStringListValue()
64 …gListValue( const uno::Sequence< rtl::OUString >& /*seqValue*/ ) throw (registry::InvalidRegistryE… in setStringListValue()
65 …quence< sal_Int8 > SAL_CALL getBinaryValue( ) throw (registry::InvalidRegistryException, registry in getBinaryValue()
66 …ALL setBinaryValue( const uno::Sequence< sal_Int8 >& /*value*/ ) throw (registry::InvalidRegistryE… in setBinaryValue()
67registry::XRegistryKey > SAL_CALL openKey( const rtl::OUString& /*aKeyName*/ ) throw (registry::In… in openKey()
68registry::XRegistryKey > SAL_CALL createKey( const rtl::OUString& /*aKeyName*/ ) throw (registry::… in createKey()
69 …virtual void SAL_CALL closeKey( ) throw (registry::InvalidRegistryException, uno::RuntimeExceptio… in closeKey()
70 …virtual void SAL_CALL deleteKey( const rtl::OUString& /*rKeyName*/ ) throw (registry::InvalidRegis… in deleteKey()
71registry::XRegistryKey > > SAL_CALL openKeys( ) throw (registry::InvalidRegistryException, uno::R… in openKeys()
72 …virtual uno::Sequence< rtl::OUString > SAL_CALL getKeyNames( ) throw (registry::InvalidRegistryEx… in getKeyNames()
73 …:OUString& /*aLinkName*/, const rtl::OUString& /*aLinkTarget*/ ) throw (registry::InvalidRegistryE… in createLink()
74 …virtual void SAL_CALL deleteLink( const rtl::OUString& /*rLinkName*/ ) throw (registry::InvalidReg… in deleteLink()
75 …ing SAL_CALL getLinkTarget( const rtl::OUString& /*rLinkName*/ ) throw (registry::InvalidRegistryE… in getLinkTarget()
76 …ng SAL_CALL getResolvedName( const rtl::OUString& /*aKeyName*/ ) throw (registry::InvalidRegistryE… in getResolvedName()
101 uno::Reference<registry::XRegistryKey>()) in s_test__cppu_loadSharedLibComponentFactory()
148 uno::Reference<registry::XRegistryKey>(new MyKey) in s_test__cppu_writeSharedLibComponentInfo()