LibreOffice
LibreOffice 24.2 SDK API Reference
|
This service contains the interfaces to implement by objects returned by XPropertySetRegistryFactory::createRegistry(). More...
import"PropertySetRegistry.idl";
Exported Interfaces | |
interface | com::sun::star::ucb::XPropertySetRegistry |
A property set registry. More... | |
interface | com::sun::star::container::XNameAccess |
An interface for accessing registry entries. More... | |
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. 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... | |
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 () |
This service contains the interfaces to implement by objects returned by XPropertySetRegistryFactory::createRegistry().
interface com::sun::star::container::XNameAccess |
An interface for accessing registry entries.
A property set registry.