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 {
48 openPropertySet( [in]
string key, [in]
boolean create );
55 void removePropertySet( [in]
string key );
A registry (storage medium) for persistent property sets.
Definition: XPropertySetRegistry.idl:33
A persistent property set, which can be saved in and restored from a XPropertySetRegistry.
Definition: XPersistentPropertySet.idl:35
base interface of all UNO interfaces
Definition: XInterface.idl:47