LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
Configuration Service Reference

This service provides the means for constructing new configurations. More...

import"Configuration.idl";

Inheritance diagram for Configuration:
XConfiguration XCloneable XInterface

Public Member Functions

 create ()
 Create an empty configuration. More...
 
- Public Member Functions inherited from XConfiguration
sequence< XResourceIdgetResources ([in] XResourceId xAnchorId, [in] string sTargetURLPrefix, [in] AnchorBindingMode eSearchMode)
 Returns the list of resources that are bound directly and/or indirectly to the given anchor. More...
 
boolean hasResource ([in] XResourceId xResourceId)
 
void addResource ([in] XResourceId xResourceId)
 Add a resource to the configuration. More...
 
void removeResource ([in] XResourceId xResourceId)
 Remove a resource from the configuration. More...
 
- Public Member Functions inherited from XCloneable
com::sun::star::util::XCloneable createClone ()
 creates a copy of the object. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

This service provides the means for constructing new configurations.

Most likely use is the XConfigurationController::restoreConfiguration() method.

See also
XConfiguration for a description of the configuration.

Member Function Documentation

◆ create()

create ( )

Create an empty configuration.

This should not be necessary very often. Changes to an existing configuration are more likely.


The documentation for this service was generated from the following file: