:: com :: sun :: star :: configuration :: backend ::

service CopyImporter
Description
imports data into a configuration layer by copying over existing data.
Since
OpenOffice 1.1.2
Developers Guide
Included Services
Importer
Description
allows importing configuration data into a backend.

In this implementation, the changes are copied over any XLayer data that already exists in the Backend , replacing it completely.

Exported Interfaces
::com::sun::star::lang::XInitialization
Description
allows initializing the implementation with settings that control its behavior .

This interface, which is optional in Importer is mandatory in this service and supports the following arguments which must be provided as ::com::sun::star::beans::NamedValue :

Overwrite : boolean
If false , specifies that the data should be applied only if the existing layer is empty.


 
Top of Page