LibreOffice
LibreOffice 24.2 SDK API Reference
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 
21 module com { module sun { module star { module configuration { module backend {
22 
23 
30 {
31 
46  void startUpdate( )
47  raises( MalformedDataException,
50 
71  void endUpdate( )
72  raises( MalformedDataException,
75 
126  void modifyNode ( [in] string aName,
127  [in] short aAttributes,
128  [in] short aAttributeMask,
129  [in] boolean bReset )
130  raises( MalformedDataException,
132 
174  void addOrReplaceNode ( [in] string aName,
175  [in] short aAttributes )
176  raises( MalformedDataException,
178 
222  void addOrReplaceNodeFromTemplate( [in] string aName,
223  [in] short aAttributes,
224  [in] TemplateIdentifier aTemplate )
225  raises( MalformedDataException,
227 
246  void endNode( )
247  raises( MalformedDataException,
249 
272  void removeNode( [in] string aName )
273  raises( MalformedDataException,
275 
330  void modifyProperty( [in] string aName,
331  [in] short aAttributes,
332  [in] short aAttributeMask,
333  [in] type aType )
334  raises( MalformedDataException,
336 
363  void setPropertyValue( [in] any aValue )
364  raises( MalformedDataException,
366 
398  void setPropertyValueForLocale( [in] any aValue, [in] string aLocale )
399  raises( MalformedDataException,
401 
417  void resetPropertyValue( )
418  raises( MalformedDataException,
420 
441  void resetPropertyValueForLocale( [in] string aLocale )
442  raises( MalformedDataException,
444 
461  void endProperty( )
462  raises( MalformedDataException,
464 
486  void resetProperty( [in] string aName )
487  raises( MalformedDataException,
489 
533  void addOrReplaceProperty( [in] string aName,
534  [in] short aAttributes,
535  [in] type aType )
536  raises( MalformedDataException,
538 
587  void addOrReplacePropertyWithValue( [in] string aName,
588  [in] short aAttributes,
589  [in] any aValue )
590  raises( MalformedDataException,
592 
612  void removeProperty( [in] string aName )
613  raises( MalformedDataException,
615 
616 };
617 
618 
619 }; }; }; }; };
620 
621 
622 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
holds the data needed to identify a template.
Definition: TemplateIdentifier.idl:30
Definition: Ambiguous.idl:20
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:33
receives a description of a configuration update or layer as a sequence of events.
Definition: XUpdateHandler.idl:29
This exception is thrown when an application tries to change a constant property. ...
Definition: IllegalAccessException.idl:27
is raised when the data of a component schema, layer or update is not well-formed, violates the schema or is otherwise invalid.
Definition: MalformedDataException.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:45