LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
XPropertySetRegistry Interface Referencepublished

A registry (storage medium) for persistent property sets. More...

import <XPropertySetRegistry.idl;

Inheritance diagram for XPropertySetRegistry:
XInterface PropertySetRegistry

Public Member Functions

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.
 

Detailed Description

A registry (storage medium) for persistent property sets.

Version
1.0
See also
XPersistentPropertySet

Member Function Documentation

◆ openPropertySet()

com::sun::star::ucb::XPersistentPropertySet openPropertySet ( [in] string key,
[in] boolean create )

creates a new or opens an existing property set in the registry.

Parameters
keyThe key to use for addressing the property set.
createIndicates whether a new set shall be created in case there does not already exist one for the given key.
Returns
The property set.

◆ removePropertySet()

void removePropertySet ( [in] string key)

removes a property set from the registry.

Parameters
keyThe key to use for addressing the property set.

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