LibreOffice
LibreOffice 7.4 SDK API Reference
XLayerHandler.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_XLayerHandler_idl__
20 #define __com_sun_star_configuration_backend_XLayerHandler_idl__
21 
24 
27 
28 
29 module com { module sun { module star { module configuration { module backend {
30 
31 
38 {
39 
54  void startLayer( )
55  raises( MalformedDataException,
56  com::sun::star::lang::WrappedTargetException );
57 
75  void endLayer( )
76  raises( MalformedDataException,
77  com::sun::star::lang::WrappedTargetException );
78 
120  void overrideNode( [in] string aName,
121  [in] short aAttributes,
122  [in] boolean bClear )
123  raises( MalformedDataException,
124  com::sun::star::lang::WrappedTargetException );
125 
168  void addOrReplaceNode( [in] string aName,
169  [in] short aAttributes )
170  raises( MalformedDataException,
171  com::sun::star::lang::WrappedTargetException );
172 
217  void addOrReplaceNodeFromTemplate( [in] string aName,
218  [in] TemplateIdentifier aTemplate,
219  [in] short aAttributes )
220  raises( MalformedDataException,
221  com::sun::star::lang::WrappedTargetException );
222 
241  void endNode( )
242  raises( MalformedDataException,
243  com::sun::star::lang::WrappedTargetException );
244 
267  void dropNode( [in] string aName )
268  raises( MalformedDataException,
269  com::sun::star::lang::WrappedTargetException );
270 
331  void overrideProperty( [in] string aName,
332  [in] short aAttributes,
333  [in] type aType,
334  [in] boolean bClear )
335  raises( MalformedDataException,
336  com::sun::star::lang::WrappedTargetException );
337 
338 
368  void setPropertyValue( [in] any aValue )
369  raises( MalformedDataException,
370  com::sun::star::lang::WrappedTargetException );
371 
372 
404  void setPropertyValueForLocale([in] any aValue,
405  [in] string aLocale )
406  raises( MalformedDataException,
407  com::sun::star::lang::WrappedTargetException );
408 
409 
426  void endProperty( )
427  raises( MalformedDataException,
428  com::sun::star::lang::WrappedTargetException );
429 
469  void addProperty( [in] string aName,
470  [in] short aAttributes,
471  [in] type aType )
472  raises( MalformedDataException,
473  com::sun::star::lang::WrappedTargetException );
474 
475 
522  void addPropertyWithValue( [in] string aName,
523  [in] short aAttributes,
524  [in] any aValue )
525  raises( MalformedDataException,
526  com::sun::star::lang::WrappedTargetException );
527 
528 };
529 
530 
531 }; }; }; }; };
532 
533 
534 #endif
535 
536 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
is raised when the data of a component schema, layer or update is not well-formed,...
Definition: MalformedDataException.idl:34
receives a description of a configuration layer as a sequence of events.
Definition: XLayerHandler.idl:38
void startLayer()
receives notification that a layer description is started for a component.
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Ambiguous.idl:22
holds the data needed to identify a template.
Definition: TemplateIdentifier.idl:33