LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
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.
interface com::sun::star::container::XNameAccess
 An interface for accessing registry entries.

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.
void removePropertySet ([in] string key)
 removes a property set from the registry.
Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
void acquire ()
 increases the reference counter by one.
void release ()
 decreases the reference counter by one.
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: