tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / offapi / com / sun / star / ucb / GnomeVFSFolderContent.idl
blob7fd58a790c4fd47d5846c3341f1bceda891b0efc
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 .
21 module com { module sun { module star { module ucb {
23 /** A DCP Folder is a container for other DCP Folders or Documents.
25 @see com::sun::star::ucb::GnomeVFSContentProvider
26 @see com::sun::star::ucb::GnomeVFSDocumentContent
28 service GnomeVFSFolderContent
30 /** This interface is implemented according to the specification of
31 service Content.
33 interface com::sun::star::lang::XComponent;
35 /** This interface is implemented according to the specification of
36 service Content.
38 interface com::sun::star::ucb::XContent;
40 interface com::sun::star::ucb::XCommandProcessor;
42 [optional] interface com::sun::star::ucb::XCommandProcessor2;
44 /** This interface is implemented according to the specification of
45 service Content.
47 interface com::sun::star::beans::XPropertiesChangeNotifier;
49 /** This interface is implemented according to the specification of
50 service Content.
52 interface com::sun::star::beans::XPropertyContainer;
54 /** This interface is implemented according to the specification of
55 service Content.
57 interface com::sun::star::beans::XPropertySetInfoChangeNotifier;
59 /** This interface is implemented according to the specification of
60 service Content.
62 interface com::sun::star::ucb::XCommandInfoChangeNotifier;
64 /** This interface is implemented according to the specification of
65 service Content.
67 interface com::sun::star::container::XChild;
69 interface com::sun::star::ucb::XContentCreator;
73 }; }; }; };
75 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */