LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
configuration
backend
XMultiLayerStratum.idl
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
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/.
8
*
9
* This file incorporates work covered by the following license notice:
10
*
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 .
18
*/
19
#ifndef __com_sun_star_configuration_backend_XMultiLayerStratum_idl__
20
#define __com_sun_star_configuration_backend_XMultiLayerStratum_idl__
21
22
#include <
com/sun/star/uno/XInterface.idl
>
23
#include <
com/sun/star/configuration/backend/XLayer.idl
>
24
#include <
com/sun/star/configuration/backend/XUpdatableLayer.idl
>
25
#include <
com/sun/star/configuration/backend/BackendAccessException.idl
>
26
#include <
com/sun/star/lang/IllegalArgumentException.idl
>
27
#include <
com/sun/star/lang/NoSupportException.idl
>
28
29
30
module com { module sun { module star { module configuration { module backend {
31
32
48
published
interface
XMultiLayerStratum
:
::com::sun::star::uno::XInterface
49
{
50
84
sequence<string> listLayerIds([in]
string
aComponent,
85
[in]
string
aEntity)
86
raises (
BackendAccessException
,
87
com::sun::star::lang::IllegalArgumentException
) ;
88
89
122
string
getUpdateLayerId([in]
string
aComponent,
123
[in]
string
aEntity)
124
raises (
BackendAccessException
,
125
com::sun::star::lang::NoSupportException
,
126
com::sun::star::lang::IllegalArgumentException
) ;
127
128
168
XLayer
getLayer([in]
string
aLayerId,
169
[in]
string
aTimestamp)
170
raises (
BackendAccessException
,
171
com::sun::star::lang::IllegalArgumentException
) ;
172
173
218
sequence<XLayer> getLayers([in] sequence<string> aLayerIds,
219
[in]
string
aTimestamp)
220
raises (
BackendAccessException
,
221
com::sun::star::lang::IllegalArgumentException
) ;
222
223
273
sequence<XLayer> getMultipleLayers([in] sequence<string> aLayerIds,
274
[in] sequence<string> aTimestamps)
275
raises (
BackendAccessException
,
276
com::sun::star::lang::IllegalArgumentException
) ;
277
278
302
XUpdatableLayer
getUpdatableLayer([in]
string
aLayerId)
303
raises (
BackendAccessException
,
304
com::sun::star::lang::NoSupportException
,
305
com::sun::star::lang::IllegalArgumentException
) ;
306
307
} ;
308
309
310
} ; } ; } ; } ; } ;
311
312
#endif
313
314
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4