The Free and Open Productivity Suite
QA Volunteers Needed -- Help us test OpenOffice

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for Apache OpenOffice version 3.4.

:: com :: sun :: star :: configuration ::

service ConfigurationRegistry

Exported Interfaces - Summary
::com::sun::star::registry::XSimpleRegistry

controls the binding of the object to a configuration sub tree. (details)

::com::sun::star::util::XFlushable

is used to commit changes to the configuration. (details)

Exported Interfaces - Details
::com::sun::star::registry::XSimpleRegistry
Description
controls the binding of the object to a configuration sub tree.

::com::sun::star::registry::XSimpleRegistry::open() is used to open a special subtree within the configuration tree.

The parameters of this method control the location of the root of the to-be-opened configuration node and the access mode (read only or updatable).

::com::sun::star::util::XFlushable
Description
is used to commit changes to the configuration.

As specified for the ConfigurationUpdateAccess service, all changes made to an configuration subtree have to be commited before they become persistent. To do this for a configuration accessed as a registry, call XFlushable::flush.

Warning:Changes that are not flushed will be lost.


 
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us | Donate

Apache, the Apache feather logo, and OpenOffice are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.