summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/LayerDescriber.idl
blob: 1f6ae54f2c5f756c94613adb494ffa3f23edf4c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#ifndef __com_sun_star_configuration_backend_LayerDescriber_idl__
#define __com_sun_star_configuration_backend_LayerDescriber_idl__

#ifndef __com_sun_star_configuration_backend_XLayerContentDescriber_idl__
#include <com/sun/star/configuration/backend/XLayerContentDescriber.idl>
#endif

#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif



//=============================================================================

module com { module sun { module star { module configuration { module backend {

//=============================================================================

/**
   describe the contents of a layer to an XLayerHander object. The contents of
   the layer is contained in the sequence of PropertyInfo structures
   @see PropertyInfo

*/
service LayerDescriber
{

    //-------------------------------------------------------------------------

    /**
      describes a set of configuration data to an XLayerHandler Object.
    */
    interface com::sun::star::configuration::backend::XLayerContentDescriber ;

    //-------------------------------------------------------------------------

//=============================================================================
} ;
} ; } ; } ; } ; } ;
#endif