Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / offapi / com / sun / star / ucb / GnomeVFSFolderContent.idl
blob040f4de3be23dff8e3c0be3bd3c1092a6d457e52
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef __com_sun_star_ucb_GnomeVFSFolderContent_idl__
21 #define __com_sun_star_ucb_GnomeVFSFolderContent_idl__
23 #include <com/sun/star/lang/XComponent.idl>
24 #include <com/sun/star/ucb/XContent.idl>
25 #include <com/sun/star/ucb/XCommandProcessor.idl>
26 #include <com/sun/star/ucb/XCommandProcessor2.idl>
27 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl>
28 #include <com/sun/star/beans/XPropertyContainer.idl>
29 #include <com/sun/star/beans/XPropertySetInfoChangeNotifier.idl>
30 #include <com/sun/star/ucb/XCommandInfoChangeNotifier.idl>
31 #include <com/sun/star/container/XChild.idl>
32 #include <com/sun/star/ucb/XContentCreator.idl>
35 module com { module sun { module star { module ucb {
37 /** A DCP Folder is a container for other DCP Folders or Documents.
39 @see com::sun::star::ucb::GnomeVFSContentProvider
40 @see com::sun::star::ucb::GnomeVFSDocumentContent
42 service GnomeVFSFolderContent
44 /** This interface is implemented according to the specification of
45 service Content.
47 interface com::sun::star::lang::XComponent;
49 /** This interface is implemented according to the specification of
50 service Content.
52 interface com::sun::star::ucb::XContent;
54 interface com::sun::star::ucb::XCommandProcessor;
56 [optional] interface com::sun::star::ucb::XCommandProcessor2;
58 /** This interface is implemented according to the specification of
59 service Content.
61 interface com::sun::star::beans::XPropertiesChangeNotifier;
63 /** This interface is implemented according to the specification of
64 service Content.
66 interface com::sun::star::beans::XPropertyContainer;
68 /** This interface is implemented according to the specification of
69 service Content.
71 interface com::sun::star::beans::XPropertySetInfoChangeNotifier;
73 /** This interface is implemented according to the specification of
74 service Content.
76 interface com::sun::star::ucb::XCommandInfoChangeNotifier;
78 /** This interface is implemented according to the specification of
79 service Content.
81 interface com::sun::star::container::XChild;
83 interface com::sun::star::ucb::XContentCreator;
87 }; }; }; };
89 #endif
91 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */