LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_ucb_XPropertySetRegistry_idl__
20 #define __com_sun_star_ucb_XPropertySetRegistry_idl__
26 module
com { module sun { module star { module ucb {
void removePropertySet([in] string key)
removes a property set from the registry.
A persistent property set, which can be saved in and restored from a XPropertySetRegistry.
Definition: XPersistentPropertySet.idl:36
com::sun::star::ucb::XPersistentPropertySet openPropertySet([in] string key, [in] boolean create)
creates a new or opens an existing property set in the registry.
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
A registry (storage medium) for persistent property sets.
Definition: XPropertySetRegistry.idl:34