LibreOffice
LibreOffice 7.4 SDK API Reference
Exported Interfaces | List of all members
PropertySetRegistry Service Referencepublished

This service contains the interfaces to implement by objects returned by XPropertySetRegistryFactory::createRegistry(). More...

import"PropertySetRegistry.idl";

Inheritance diagram for PropertySetRegistry:
XPropertySetRegistry XNameAccess XInterface XElementAccess XInterface

Exported Interfaces

interface com::sun::star::ucb::XPropertySetRegistry
 A property set registry. More...
 
interface com::sun::star::container::XNameAccess
 An interface for accessing registry entries. More...
 

Additional Inherited Members

- Public Member Functions inherited from XPropertySetRegistry
com::sun::star::ucb::XPersistentPropertySet openPropertySet ([in] string key, [in] boolean create)
 creates a new or opens an existing property set in the registry. More...
 
void removePropertySet ([in] string key)
 removes a property set from the registry. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 
- Public Member Functions inherited from XNameAccess
any getByName ([in] string aName) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException )
 
sequence< string > getElementNames ()
 
boolean hasByName ([in] string aName)
 
- Public Member Functions inherited from XElementAccess
type getElementType ()
 
boolean hasElements ()
 

Detailed Description

This service contains the interfaces to implement by objects returned by XPropertySetRegistryFactory::createRegistry().

Exported Interfaces

◆ com::sun::star::container::XNameAccess

An interface for accessing registry entries.

◆ com::sun::star::ucb::XPropertySetRegistry

A property set registry.


The documentation for this service was generated from the following file: