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

service LayerFilter

Exported Interfaces - Summary
XLayer

provides read access to the filtered contents. (details)

::com::sun::star::lang::XInitialization

provides a means to set the source data for the filter. (details)

Exported Interfaces - Details
XLayer
Description
provides read access to the filtered contents.

Method XLayer::readData() will render a filtered version of the data produced by the same method of the source object.

::com::sun::star::lang::XInitialization
Description
provides a means to set the source data for the filter.

Call com::sun::star::lang::XInitialization::initialize()() with a single argument of type com::sun::star::beans::NamedValue, where com::sun::star::beans::NamedValue::Name is "Source" and com::sun::star::beans::NamedValue::Value is an object implementing XLayer.


 
Top of Page