merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / ucb / GnomeVFSFolderContent.idl
blobfe105e2f40344f177c0f700757c94a007241e4bc
1 #ifndef __com_sun_star_ucb_GnomeVFSFolderContent_idl__
2 #define __com_sun_star_ucb_GnomeVFSFolderContent_idl__
4 #ifndef __com_sun_star_lang_XComponent_idl__
5 #include <com/sun/star/lang/XComponent.idl>
6 #endif
8 #ifndef __com_sun_star_ucb_XContent_idl__
9 #include <com/sun/star/ucb/XContent.idl>
10 #endif
12 #ifndef __com_sun_star_ucb_XCommandProcessor_idl__
13 #include <com/sun/star/ucb/XCommandProcessor.idl>
14 #endif
16 #ifndef __com_sun_star_ucb_XCommandProcessor2_idl__
17 #include <com/sun/star/ucb/XCommandProcessor2.idl>
18 #endif
20 #ifndef __com_sun_star_beans_XPropertiesChangeNotifier_idl__
21 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl>
22 #endif
24 #ifndef __com_sun_star_beans_XPropertyContainer_idl__
25 #include <com/sun/star/beans/XPropertyContainer.idl>
26 #endif
28 #ifndef __com_sun_star_beans_XPropertySetInfoChangeNotifier_idl__
29 #include <com/sun/star/beans/XPropertySetInfoChangeNotifier.idl>
30 #endif
32 #ifndef __com_sun_star_ucb_XCommandInfoChangeNotifier_idl__
33 #include <com/sun/star/ucb/XCommandInfoChangeNotifier.idl>
34 #endif
36 #ifndef __com_sun_star_container_XChild_idl__
37 #include <com/sun/star/container/XChild.idl>
38 #endif
40 #ifndef __com_sun_star_ucb_XContentCreator_idl__
41 #include <com/sun/star/ucb/XContentCreator.idl>
42 #endif
44 //=============================================================================
46 module com { module sun { module star { module ucb {
48 //=============================================================================
49 /** A DCP Folder is a container for other DCP Folders or Documents.
51 @see com::sun::star::ucb::GnomeVFSContentProvider
52 @see com::sun::star::ucb::GnomeVFSDocumentContent
54 service GnomeVFSFolderContent
56 //-------------------------------------------------------------------------
57 /** This interface is implemented according to the specification of
58 service <type>Content</type>.
60 interface com::sun::star::lang::XComponent;
62 //-------------------------------------------------------------------------
63 /** This interface is implemented according to the specification of
64 service <type>Content</type>.
66 interface com::sun::star::ucb::XContent;
68 interface com::sun::star::ucb::XCommandProcessor;
70 [optional] interface com::sun::star::ucb::XCommandProcessor2;
72 //-------------------------------------------------------------------------
73 /** This interface is implemented according to the specification of
74 service <type>Content</type>.
76 interface com::sun::star::beans::XPropertiesChangeNotifier;
78 //-------------------------------------------------------------------------
79 /** This interface is implemented according to the specification of
80 service <type>Content</type>.
82 interface com::sun::star::beans::XPropertyContainer;
84 //-------------------------------------------------------------------------
85 /** This interface is implemented according to the specification of
86 service <type>Content</type>.
88 interface com::sun::star::beans::XPropertySetInfoChangeNotifier;
90 //-------------------------------------------------------------------------
91 /** This interface is implemented according to the specification of
92 service <type>Content</type>.
94 interface com::sun::star::ucb::XCommandInfoChangeNotifier;
96 //-------------------------------------------------------------------------
97 /** This interface is implemented according to the specification of
98 service <type>Content</type>.
100 interface com::sun::star::container::XChild;
102 interface com::sun::star::ucb::XContentCreator;
105 //=============================================================================
107 }; }; }; };
109 #endif