INTEGRATION: CWS fwk01ea (1.1.2); FILE ADDED
2004/04/27 13:54:33 abi 1.1.2.1: Initial revision GnomeVFS
This commit is contained in:
parent
8dab74443c
commit
60b77ce8f6
1 changed files with 97 additions and 0 deletions
97
offapi/com/sun/star/ucb/GnomeVFSDocumentContent.idl
Normal file
97
offapi/com/sun/star/ucb/GnomeVFSDocumentContent.idl
Normal file
|
@ -0,0 +1,97 @@
|
|||
#ifndef __com_sun_star_ucb_GnomeVFSDocumentContent_idl__
|
||||
#define __com_sun_star_ucb_GnomeVFSDocumentContent_idl__
|
||||
|
||||
#ifndef __com_sun_star_lang_XComponent_idl__
|
||||
#include <com/sun/star/lang/XComponent.idl>
|
||||
#endif
|
||||
|
||||
#ifndef __com_sun_star_ucb_XContent_idl__
|
||||
#include <com/sun/star/ucb/XContent.idl>
|
||||
#endif
|
||||
|
||||
#ifndef __com_sun_star_ucb_XCommandProcessor_idl__
|
||||
#include <com/sun/star/ucb/XCommandProcessor.idl>
|
||||
#endif
|
||||
|
||||
#ifndef __com_sun_star_ucb_XCommandProcessor2_idl__
|
||||
#include <com/sun/star/ucb/XCommandProcessor2.idl>
|
||||
#endif
|
||||
|
||||
#ifndef __com_sun_star_beans_XPropertiesChangeNotifier_idl__
|
||||
#include <com/sun/star/beans/XPropertiesChangeNotifier.idl>
|
||||
#endif
|
||||
|
||||
#ifndef __com_sun_star_beans_XPropertyContainer_idl__
|
||||
#include <com/sun/star/beans/XPropertyContainer.idl>
|
||||
#endif
|
||||
|
||||
#ifndef __com_sun_star_beans_XPropertySetInfoChangeNotifier_idl__
|
||||
#include <com/sun/star/beans/XPropertySetInfoChangeNotifier.idl>
|
||||
#endif
|
||||
|
||||
#ifndef __com_sun_star_ucb_XCommandInfoChangeNotifier_idl__
|
||||
#include <com/sun/star/ucb/XCommandInfoChangeNotifier.idl>
|
||||
#endif
|
||||
|
||||
#ifndef __com_sun_star_container_XChild_idl__
|
||||
#include <com/sun/star/container/XChild.idl>
|
||||
#endif
|
||||
|
||||
//=============================================================================
|
||||
|
||||
module com { module sun { module star { module ucb {
|
||||
|
||||
service GnomeVFSDocumentContent
|
||||
{
|
||||
//-------------------------------------------------------------------------
|
||||
/** This interface is implemented according to the specification of
|
||||
service <type>Content</type>.
|
||||
*/
|
||||
interface com::sun::star::lang::XComponent;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
/** This interface is implemented according to the specification of
|
||||
service <type>Content</type>.
|
||||
*/
|
||||
interface com::sun::star::ucb::XContent;
|
||||
|
||||
interface com::sun::star::ucb::XCommandProcessor;
|
||||
|
||||
[optional] interface com::sun::star::ucb::XCommandProcessor2;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
/** This interface is implemented according to the specification of
|
||||
service <type>Content</type>.
|
||||
*/
|
||||
interface com::sun::star::beans::XPropertiesChangeNotifier;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
/** This interface is implemented according to the specification of
|
||||
service <type>Content</type>.
|
||||
*/
|
||||
interface com::sun::star::beans::XPropertyContainer;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
/** This interface is implemented according to the specification of
|
||||
service <type>Content</type>.
|
||||
*/
|
||||
interface com::sun::star::beans::XPropertySetInfoChangeNotifier;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
/** This interface is implemented according to the specification of
|
||||
service <type>Content</type>.
|
||||
*/
|
||||
interface com::sun::star::ucb::XCommandInfoChangeNotifier;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
/** This interface is implemented according to the specification of
|
||||
service <type>Content</type>.
|
||||
*/
|
||||
interface com::sun::star::container::XChild;
|
||||
};
|
||||
|
||||
//=============================================================================
|
||||
|
||||
}; }; }; };
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue