tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / offapi / com / sun / star / sdb / DefinitionContent.idl
blob69faec6433dc7ca8886fab643da36dd0f8988b22
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 sdb {
24 /** defines the basic functionality for an object in the hierarchy of sub documents
25 of an OfficeDatabaseDocument.
27 @see DocumentDefinition
28 @see DocumentContainer
30 service DefinitionContent
32 /** provides the functionality for treating the object as part of a hierarchy
33 of objects.
35 <p>The following commands are commonly supported by the com::sun::star::ucb::XCommandProcessor
36 implementation of a <code>DefinitionContent</code>:
37 <ul>
38 <li><strong>getPropertyValues</strong></li>
39 <li><strong>setPropertyValues</strong></li>
40 <li><strong>getPropertySetInfo</strong></li>
41 </ul>
42 </p>
44 <p>Additional commands might be supported by derived services.</p>
46 service ::com::sun::star::ucb::Content;
48 /** provides access to the complete name of the content within its hierarchy
49 @since OOo 3.3
51 interface ::com::sun::star::container::XHierarchicalName;
55 }; }; }; };
58 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */