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

service MergeImporter
Description
imports data into a configuration layer by merging with existing data.

No named arguments to ::com::sun::star::lang::XInitialization::initialize() are supported.

Since
OpenOffice 1.1.2
Developers Guide
Included Services
Importer
Description
allows importing configuration data into a backend.

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

See also
LayerUpdateMerger
Service that can be used to perform merging of changes into a layer.

 
Top of Page