LibreOffice
LibreOffice 24.2 SDK API Reference
|
is used for creating and appending new objects to a specific container. More...
import"XAppend.idl";
Public Member Functions | |
void | appendByDescriptor ([in]com::sun::star::beans::XPropertySet descriptor) raises (com::sun::star::sdbc::SQLException, com::sun::star::container::ElementExistException) |
creates a new object using the given descriptor and appends it to the related container. 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... | |
is used for creating and appending new objects to a specific container.
void appendByDescriptor | ( | [in] com::sun::star::beans::XPropertySet | descriptor | ) | |
raises | ( | com::sun::star::sdbc::SQLException, | |||
com::sun::star::container::ElementExistException | |||||
) |
creates a new object using the given descriptor and appends it to the related container.
Note: The descriptor will not be changed and can be used again to append another object.
descriptor | the descriptor which should be serve to append a new object |
com::sun::star::sdbc::SQLException | if a database access error occurs. |