tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / udkapi / com / sun / star / lang / RegistryServiceManager.idl
blob9de4a54862c53c8e0f274b8d5a9ae8e61f11014d
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 .
22 module com { module sun { module star { module lang {
25 /** Provides a collection of implementations for services reading from a
26 persistent registry storage.
28 For usage of the service manager have a look at service description
29 of ServiceManager.
31 @see ServiceManager
33 published service RegistryServiceManager
35 /** This is a derived ServiceManager service.
37 service com::sun::star::lang::ServiceManager;
39 /** The first two arguments of the initialization arguments reference:
40 <ol>
41 <li>a simple registry
42 (com::sun::star::registry::XSimpleRegistry),
43 i.e. the registry to be read from</li>
44 <li>a component context
45 (com::sun::star::uno::XComponentContext)
46 to be installed as "DefaultContext" property of the
47 ServiceManager which is the context to be used
48 using the XMultiServiceFactory interface.</li>
49 </ol>
51 interface com::sun::star::lang::XInitialization;
53 /** Property access.
55 interface com::sun::star::beans::XPropertySet;
56 /** Specifies the current registry to be read from.
58 [readonly, property] com::sun::star::registry::XSimpleRegistry Registry;
62 }; }; }; };
64 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */