merge the formfield patch from ooo-build
[ooovba.git] / offapi / com / sun / star / ucb / GnomeVFSDocumentContent.idl
blob4cda47bc34bf445a66f77a184400ae5e3ab7b359
1 #ifndef __com_sun_star_ucb_GnomeVFSDocumentContent_idl__
2 #define __com_sun_star_ucb_GnomeVFSDocumentContent_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 //=============================================================================
42 module com { module sun { module star { module ucb {
44 service GnomeVFSDocumentContent
46 //-------------------------------------------------------------------------
47 /** This interface is implemented according to the specification of
48 service <type>Content</type>.
50 interface com::sun::star::lang::XComponent;
52 //-------------------------------------------------------------------------
53 /** This interface is implemented according to the specification of
54 service <type>Content</type>.
56 interface com::sun::star::ucb::XContent;
58 interface com::sun::star::ucb::XCommandProcessor;
60 [optional] interface com::sun::star::ucb::XCommandProcessor2;
62 //-------------------------------------------------------------------------
63 /** This interface is implemented according to the specification of
64 service <type>Content</type>.
66 interface com::sun::star::beans::XPropertiesChangeNotifier;
68 //-------------------------------------------------------------------------
69 /** This interface is implemented according to the specification of
70 service <type>Content</type>.
72 interface com::sun::star::beans::XPropertyContainer;
74 //-------------------------------------------------------------------------
75 /** This interface is implemented according to the specification of
76 service <type>Content</type>.
78 interface com::sun::star::beans::XPropertySetInfoChangeNotifier;
80 //-------------------------------------------------------------------------
81 /** This interface is implemented according to the specification of
82 service <type>Content</type>.
84 interface com::sun::star::ucb::XCommandInfoChangeNotifier;
86 //-------------------------------------------------------------------------
87 /** This interface is implemented according to the specification of
88 service <type>Content</type>.
90 interface com::sun::star::container::XChild;
93 //=============================================================================
95 }; }; }; };
97 #endif