LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides access to configuration component schemas. More...
import"XSchemaSupplier.idl";
Public Member Functions | |
XSchema | getComponentSchema ([in] string aComponent) raises (BackendAccessException, com::sun::star::lang::IllegalArgumentException) |
Returns the schema information (component + templates) for a particular component. 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... | |
provides access to configuration component schemas.
XSchema getComponentSchema | ( | [in] string | aComponent | ) | |
raises | ( | BackendAccessException, | |||
com::sun::star::lang::IllegalArgumentException | |||||
) |
Returns the schema information (component + templates) for a particular component.
aComponent | component whose schema will be accessed |
NULL
if the component doesn't exist.com::sun::star::lang::IllegalArgumentException | if the component identifier is invalid. |
com::sun::star::configuration::backend::BackendAccessException | if an error occurs while accessing the data. |