Lines Matching refs:PropertySetRegistry
271 m_pImpl->m_xTheRegistry = new PropertySetRegistry( m_xSMgr, getInitArgs() ); in createPropertySetRegistry()
332 PropertySetRegistry::PropertySetRegistry( in PropertySetRegistry() function in PropertySetRegistry
342 PropertySetRegistry::~PropertySetRegistry() in ~PropertySetRegistry()
353 XINTERFACE_IMPL_5( PropertySetRegistry,
366 XTYPEPROVIDER_IMPL_4( PropertySetRegistry,
378 XSERVICEINFO_NOFACTORY_IMPL_1( PropertySetRegistry,
392 PropertySetRegistry::openPropertySet( const OUString& key, sal_Bool create ) in openPropertySet()
528 void SAL_CALL PropertySetRegistry::removePropertySet( const OUString& key ) in removePropertySet()
600 com::sun::star::uno::Type SAL_CALL PropertySetRegistry::getElementType() in getElementType()
608 sal_Bool SAL_CALL PropertySetRegistry::hasElements() in hasElements()
628 Any SAL_CALL PropertySetRegistry::getByName( const OUString& aName ) in getByName()
657 Sequence< OUString > SAL_CALL PropertySetRegistry::getElementNames() in getElementNames()
673 sal_Bool SAL_CALL PropertySetRegistry::hasByName( const OUString& aName ) in hasByName()
689 void PropertySetRegistry::add( PersistentPropertySet* pSet ) in add()
701 void PropertySetRegistry::remove( PersistentPropertySet* pSet ) in remove()
721 void PropertySetRegistry::renamePropertySet( const OUString& rOldKey, in renamePropertySet()
1062 Reference< XMultiServiceFactory > PropertySetRegistry::getConfigProvider() in getConfigProvider()
1111 Reference< XInterface > PropertySetRegistry::getRootConfigReadAccess() in getRootConfigReadAccess()
1175 Reference< XInterface > PropertySetRegistry::getConfigWriteAccess( in getConfigWriteAccess()
1295 PropertySetRegistry* m_pCreator;
1304 PersistentPropertySet_Impl( PropertySetRegistry& rCreator, in PersistentPropertySet_Impl()
1338 PropertySetRegistry& rCreator, in PersistentPropertySet()
2445 PropertySetRegistry& PersistentPropertySet::getPropertySetRegistry() in getPropertySetRegistry()