LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
XUpdateHandler.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
20
21module com { module sun { module star { module configuration { module backend {
22
23
30{
31
48 com::sun::star::lang::IllegalAccessException,
49 com::sun::star::lang::WrappedTargetException );
50
71 void endUpdate( )
73 com::sun::star::lang::IllegalAccessException,
74 com::sun::star::lang::WrappedTargetException );
75
126 void modifyNode ( [in] string aName,
127 [in] short aAttributes,
128 [in] short aAttributeMask,
129 [in] boolean bReset )
131 com::sun::star::lang::WrappedTargetException );
132
174 void addOrReplaceNode ( [in] string aName,
175 [in] short aAttributes )
177 com::sun::star::lang::WrappedTargetException );
178
222 void addOrReplaceNodeFromTemplate( [in] string aName,
223 [in] short aAttributes,
224 [in] TemplateIdentifier aTemplate )
226 com::sun::star::lang::WrappedTargetException );
227
246 void endNode( )
248 com::sun::star::lang::WrappedTargetException );
249
272 void removeNode( [in] string aName )
274 com::sun::star::lang::WrappedTargetException );
275
330 void modifyProperty( [in] string aName,
331 [in] short aAttributes,
332 [in] short aAttributeMask,
333 [in] type aType )
335 com::sun::star::lang::WrappedTargetException );
336
363 void setPropertyValue( [in] any aValue )
365 com::sun::star::lang::WrappedTargetException );
366
398 void setPropertyValueForLocale( [in] any aValue, [in] string aLocale )
400 com::sun::star::lang::WrappedTargetException );
401
417 void resetPropertyValue( )
419 com::sun::star::lang::WrappedTargetException );
420
441 void resetPropertyValueForLocale( [in] string aLocale )
443 com::sun::star::lang::WrappedTargetException );
444
461 void endProperty( )
463 com::sun::star::lang::WrappedTargetException );
464
486 void resetProperty( [in] string aName )
488 com::sun::star::lang::WrappedTargetException );
489
533 void addOrReplaceProperty( [in] string aName,
534 [in] short aAttributes,
535 [in] type aType )
537 com::sun::star::lang::WrappedTargetException );
538
587 void addOrReplacePropertyWithValue( [in] string aName,
588 [in] short aAttributes,
589 [in] any aValue )
591 com::sun::star::lang::WrappedTargetException );
592
612 void removeProperty( [in] string aName )
614 com::sun::star::lang::WrappedTargetException );
615
616};
617
618
619}; }; }; }; };
620
621
622/* 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:30
receives a description of a configuration update or layer as a sequence of events.
Definition XUpdateHandler.idl:30
void startUpdate()
receives notification that an update or description is started.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20
holds the data needed to identify a template.
Definition TemplateIdentifier.idl:31