Lines Matching refs:NestedRegistryImpl

106 class NestedRegistryImpl	: public WeakAggImplHelper4 < XSimpleRegistry, XInitialization, XServiceIn…  class
109 NestedRegistryImpl( );
111 ~NestedRegistryImpl();
152 NestedKeyImpl( NestedRegistryImpl* pDefaultRegistry,
198 NestedRegistryImpl* m_pRegistry;
205 NestedKeyImpl::NestedKeyImpl( NestedRegistryImpl* pDefaultRegistry, in NestedKeyImpl()
1149 NestedRegistryImpl::NestedRegistryImpl( ) in NestedRegistryImpl() function in stoc_defreg::NestedRegistryImpl
1156 NestedRegistryImpl::~NestedRegistryImpl() in ~NestedRegistryImpl()
1207 Reference< XEnumeration > NestedRegistryImpl::createEnumeration( ) throw (RuntimeException) in createEnumeration()
1213 Type NestedRegistryImpl::getElementType( ) throw (RuntimeException) in getElementType()
1218 sal_Bool SAL_CALL NestedRegistryImpl::hasElements( ) throw (RuntimeException) in hasElements()
1227 OUString SAL_CALL NestedRegistryImpl::getImplementationName( ) in getImplementationName()
1234 sal_Bool SAL_CALL NestedRegistryImpl::supportsService( const OUString& ServiceName ) in supportsService()
1247 Sequence<OUString> SAL_CALL NestedRegistryImpl::getSupportedServiceNames( ) in getSupportedServiceNames()
1254 void SAL_CALL NestedRegistryImpl::initialize( const Sequence< Any >& aArguments ) in initialize()
1270 OUString SAL_CALL NestedRegistryImpl::getURL() throw(RuntimeException) in getURL()
1286 void SAL_CALL NestedRegistryImpl::open( const OUString&, sal_Bool, sal_Bool ) in open()
1295 sal_Bool SAL_CALL NestedRegistryImpl::isValid( ) throw(RuntimeException) in isValid()
1312 void SAL_CALL NestedRegistryImpl::close( ) in close()
1332 void SAL_CALL NestedRegistryImpl::destroy( ) in destroy()
1341 Reference< XRegistryKey > SAL_CALL NestedRegistryImpl::getRootKey( ) in getRootKey()
1371 sal_Bool SAL_CALL NestedRegistryImpl::isReadOnly( ) in isReadOnly()
1388 void SAL_CALL NestedRegistryImpl::mergeKey( const OUString& aKeyName, const OUString& aUrl ) in mergeKey()
1408 XSimpleRegistry *pRegistry = (XSimpleRegistry*) new stoc_defreg::NestedRegistryImpl; in NestedRegistry_CreateInstance()