LibreOffice
LibreOffice 24.2 SDK API Reference
|
A registry (storage medium) for persistent property sets. More...
import"XPropertySetRegistry.idl";
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. 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... | |
com::sun::star::ucb::XPersistentPropertySet openPropertySet | ( | [in] string | key, |
[in] boolean | create | ||
) |
creates a new or opens an existing property set in the registry.
key | The key to use for addressing the property set. |
create | Indicates whether a new set shall be created in case there does not already exist one for the given key. |
void removePropertySet | ( | [in] string | key | ) |
removes a property set from the registry.
key | The key to use for addressing the property set. |