xref: /trunk/main/offapi/com/sun/star/configuration/backend/LayerDescriber.idl (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1*cdf0e10cSrcweir#ifndef __com_sun_star_configuration_backend_LayerDescriber_idl__
2*cdf0e10cSrcweir#define __com_sun_star_configuration_backend_LayerDescriber_idl__
3*cdf0e10cSrcweir
4*cdf0e10cSrcweir#ifndef __com_sun_star_configuration_backend_XLayerContentDescriber_idl__
5*cdf0e10cSrcweir#include <com/sun/star/configuration/backend/XLayerContentDescriber.idl>
6*cdf0e10cSrcweir#endif
7*cdf0e10cSrcweir
8*cdf0e10cSrcweir#ifndef __com_sun_star_uno_XInterface_idl__
9*cdf0e10cSrcweir#include <com/sun/star/uno/XInterface.idl>
10*cdf0e10cSrcweir#endif
11*cdf0e10cSrcweir
12*cdf0e10cSrcweir
13*cdf0e10cSrcweir
14*cdf0e10cSrcweir//=============================================================================
15*cdf0e10cSrcweir
16*cdf0e10cSrcweirmodule com { module sun { module star { module configuration { module backend {
17*cdf0e10cSrcweir
18*cdf0e10cSrcweir//=============================================================================
19*cdf0e10cSrcweir
20*cdf0e10cSrcweir/**
21*cdf0e10cSrcweir   describe the contents of a layer to an XLayerHander object. The contents of
22*cdf0e10cSrcweir   the layer is contained in the sequence of PropertyInfo structures
23*cdf0e10cSrcweir   @see PropertyInfo
24*cdf0e10cSrcweir
25*cdf0e10cSrcweir*/
26*cdf0e10cSrcweirservice LayerDescriber
27*cdf0e10cSrcweir{
28*cdf0e10cSrcweir
29*cdf0e10cSrcweir    //-------------------------------------------------------------------------
30*cdf0e10cSrcweir
31*cdf0e10cSrcweir    /**
32*cdf0e10cSrcweir      describes a set of configuration data to an XLayerHandler Object.
33*cdf0e10cSrcweir    */
34*cdf0e10cSrcweir    interface com::sun::star::configuration::backend::XLayerContentDescriber ;
35*cdf0e10cSrcweir
36*cdf0e10cSrcweir    //-------------------------------------------------------------------------
37*cdf0e10cSrcweir
38*cdf0e10cSrcweir//=============================================================================
39*cdf0e10cSrcweir} ;
40*cdf0e10cSrcweir} ; } ; } ; } ; } ;
41*cdf0e10cSrcweir#endif
42